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

Bug 30278 - [TextArt]В настройках по умолчанию выбран неверный стиль обтекания

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@64564 954022d7-b5bf-4e40-9824-e11837661b57
parent 6b0e4289
......@@ -2983,7 +2983,7 @@ CDocument.prototype =
TextArt.setParent(Drawing);
Drawing.Set_GraphicObject(TextArt);
Drawing.Set_DrawingType( drawing_Anchor );
Drawing.Set_WrappingType( WRAPPING_TYPE_SQUARE );
Drawing.Set_WrappingType( WRAPPING_TYPE_NONE );
Drawing.Set_BehindDoc( false );
Drawing.Set_Distance( 3.2, 0, 3.2, 0 );
Drawing.Set_PositionH(c_oAscRelativeFromH.Column, false, 0);
......
......@@ -2291,7 +2291,7 @@ CDocumentContent.prototype =
TextArt.setParent(Drawing);
Drawing.Set_GraphicObject(TextArt);
Drawing.Set_DrawingType( drawing_Anchor );
Drawing.Set_WrappingType( WRAPPING_TYPE_SQUARE );
Drawing.Set_WrappingType( WRAPPING_TYPE_NONE );
Drawing.Set_BehindDoc( false );
Drawing.Set_Distance( 3.2, 0, 3.2, 0 );
Drawing.Set_PositionH(c_oAscRelativeFromH.Column, false, 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