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

при вставке из word в excel двойное зачёркивание текста заменяю на одинарное

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@58363 954022d7-b5bf-4e40-9824-e11837661b57
parent 2faeb769
......@@ -4050,7 +4050,7 @@
b: cTextPr.Bold ? cTextPr.Bold : paragraphBold,
i: cTextPr.Italic ? cTextPr.Italic : paragraphItalic,
u: cTextPr.Underline ? Asc.EUnderline.underlineSingle : paragraphUnderline,
s: cTextPr.Strikeout ? cTextPr.Strikeout : paragraphStrikeout,
s: cTextPr.Strikeout ? cTextPr.Strikeout : cTextPr.DStrikeout ? cTextPr.DStrikeout : paragraphStrikeout,
va: verticalAlign ? verticalAlign : paragraphVertAlign
}
};
......
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