Commit fa2979b0 authored by Igor.Zotov's avatar Igor.Zotov Committed by Alexander.Trofimov

Поправилена проблему с сортировкой при чтении(Ref -> Range)




git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@58867 954022d7-b5bf-4e40-9824-e11837661b57
parent 543f7397
......@@ -3948,7 +3948,7 @@
var res = c_oSerConstants.ReadOk;
var oThis = this;
if ( c_oSer_SortState.Ref == type )
oSortState.Ref = this.stream.GetString2LE(length);
oSortState.Ref = Asc.g_oRangeCache.getAscRange(this.stream.GetString2LE(length));
else if ( c_oSer_SortState.CaseSensitive == type )
oSortState.CaseSensitive = this.stream.GetBool();
else if ( c_oSer_SortState.SortConditions == type )
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment