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

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@55526 954022d7-b5bf-4e40-9824-e11837661b57
parent 209bd0fe
...@@ -255,9 +255,6 @@ function CPresentation(DrawingDocument) ...@@ -255,9 +255,6 @@ function CPresentation(DrawingDocument)
this.NumInfoCounter = 0; this.NumInfoCounter = 0;
// Сначала настраиваем размеры страницы и поля // Сначала настраиваем размеры страницы и поля
this.SectPr = new SectPr();
this.SectPr.Set_PageSize( 793.7, 1122,53 );
this.SectPr.Set_PageMargins( { Left : 75.6 } );
this.slidesToUnlock = []; this.slidesToUnlock = [];
this.ContentLastChangePos = 0; this.ContentLastChangePos = 0;
...@@ -1294,6 +1291,7 @@ CPresentation.prototype = ...@@ -1294,6 +1291,7 @@ CPresentation.prototype =
} }
}, },
Add_InlineImage : function(W, H, Img, Chart, bFlow) Add_InlineImage : function(W, H, Img, Chart, bFlow)
{ {
if ( undefined === bFlow ) if ( undefined === bFlow )
...@@ -6126,7 +6124,6 @@ CPresentation.prototype = ...@@ -6126,7 +6124,6 @@ CPresentation.prototype =
this.Slides.splice(pos, 0, slide); this.Slides.splice(pos, 0, slide);
slide.setSlideSize(this.Width, this.Height); slide.setSlideSize(this.Width, this.Height);
editor.WordControl.m_oLogicDocument.recalcMap[slide.Id] = slide; editor.WordControl.m_oLogicDocument.recalcMap[slide.Id] = slide;
}, },
moveSlides: function(slidesIndexes, pos) moveSlides: function(slidesIndexes, pos)
......
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