Commit 0fd1ed09 authored by Oleg.Korshul's avatar Oleg.Korshul Committed by Alexander.Trofimov

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@47209 954022d7-b5bf-4e40-9824-e11837661b57
parent 2f44c6e5
...@@ -2453,7 +2453,7 @@ function CBinaryFileWriter() ...@@ -2453,7 +2453,7 @@ function CBinaryFileWriter()
var _nDel = (_rot / _n360) >> 0; var _nDel = (_rot / _n360) >> 0;
_rot = _rot - _nDel * _n360; _rot = _rot - _nDel * _n360;
} }
else else if (_rot < 0)
{ {
var _nDel = (-_rot / _n360) >> 0; var _nDel = (-_rot / _n360) >> 0;
_nDel += 1; _nDel += 1;
......
...@@ -410,7 +410,7 @@ function CPPTXContentLoader() ...@@ -410,7 +410,7 @@ function CPPTXContentLoader()
case 0: case 0:
{ {
spPr.xfrm = this.Reader.ReadXfrm(); spPr.xfrm = this.Reader.ReadXfrm();
this.CorrectXfrm(spPr.xfrm); //this.CorrectXfrm(spPr.xfrm);
break; break;
} }
case 1: case 1:
...@@ -525,7 +525,7 @@ function CPPTXContentWriter() ...@@ -525,7 +525,7 @@ function CPPTXContentWriter()
{ {
this.BinaryFileWriter = new CBinaryFileWriter(); this.BinaryFileWriter = new CBinaryFileWriter();
this.BinaryFileWriter.Init(); this.BinaryFileWriter.Init();
this.BinaryFileWriter.IsWordWriter = true; //this.BinaryFileWriter.IsWordWriter = true;
this.TreeDrawingIndex = 0; this.TreeDrawingIndex = 0;
......
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