Commit c50a95c5 authored by Sergey.Luzyanin's avatar Sergey.Luzyanin Committed by Alexander.Trofimov

git-svn-id:...

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@51683 954022d7-b5bf-4e40-9824-e11837661b57
parent 7a1b0c5b
...@@ -5061,7 +5061,8 @@ function BinaryPPTYLoader() ...@@ -5061,7 +5061,8 @@ function BinaryPPTYLoader()
this.ReadCell = function(cell) this.ReadCell = function(cell)
{ {
cell.Content.Content.splice(0, cell.Content.Content.length); // cell.Content.Content.splice(0, cell.Content.Content.length);
cell.Content.Internal_Content_RemoveAll();
var s = this.stream; var s = this.stream;
var _rec_start = s.cur; var _rec_start = s.cur;
...@@ -6666,6 +6667,7 @@ function BinaryPPTYLoader() ...@@ -6666,6 +6667,7 @@ function BinaryPPTYLoader()
History.TurnOff(); History.TurnOff();
}*/ }*/
for (var i = 0; i < _c; i++) for (var i = 0; i < _c; i++)
{ {
s.Skip2(1); // type s.Skip2(1); // 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