Commit d967fd07 authored by Igor.Zotov's avatar Igor.Zotov Committed by Alexander.Trofimov

перенёс константу c_oAscWrapStyle. необходимо для copy/paste

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@55938 954022d7-b5bf-4e40-9824-e11837661b57
parent 210970f5
...@@ -323,4 +323,10 @@ var c_oAscRelativeFromV = { ...@@ -323,4 +323,10 @@ var c_oAscRelativeFromV = {
Page: 0x05, Page: 0x05,
Paragraph: 0x06, Paragraph: 0x06,
TopMargin: 0x07 TopMargin: 0x07
};
// image wrap style
var c_oAscWrapStyle = {
Inline:0,
Flow : 1
}; };
\ No newline at end of file
...@@ -50,12 +50,6 @@ var c_oAscAlignType = { ...@@ -50,12 +50,6 @@ var c_oAscAlignType = {
BOTTOM:6 BOTTOM:6
}; };
// image wrap style
var c_oAscWrapStyle = {
Inline:0,
Flow : 1
};
var c_oAscWrapStyle2 = { var c_oAscWrapStyle2 = {
Inline : 0, Inline : 0,
Square : 1, Square : 1,
......
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