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

Bug 26431 - [Copy&Paste] Ошибки в консоли при вставке фигур из редактора...

Bug 26431 - [Copy&Paste] Ошибки в консоли при вставке фигур из редактора таблиц в редактор документов

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@58250 954022d7-b5bf-4e40-9824-e11837661b57
parent f04e83c4
...@@ -194,6 +194,7 @@ CShape.prototype = ...@@ -194,6 +194,7 @@ CShape.prototype =
convertToWord: function(document) convertToWord: function(document)
{ {
this.setBDeleted(true);
var c = new CShape(); var c = new CShape();
c.setWordShape(true); c.setWordShape(true);
c.setBDeleted(false); c.setBDeleted(false);
......
...@@ -934,3 +934,7 @@ CShape.prototype.setStartPage = function(pageIndex) ...@@ -934,3 +934,7 @@ CShape.prototype.setStartPage = function(pageIndex)
} }
} }
}; };
CShape.prototype.getStyles = function(pageIndex)
{
return {styles: editor.WordControl.m_oLogicDocument.Styles, styleId: null};
};
\ No newline at end of file
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