Commit ed0f36e9 authored by Sergey.Konovalov's avatar Sergey.Konovalov Committed by Alexander Trofimov

Bug 29590 - Изменение отступа параграфа не сохраняется в документ

git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@64818 954022d7-b5bf-4e40-9824-e11837661b57
parent 8e6ee145
...@@ -568,7 +568,7 @@ public: ...@@ -568,7 +568,7 @@ public:
{ {
Spacing oSpacing; Spacing oSpacing;
res = Read2(length, &Binary_pPrReader::ReadSpacing, this, &oSpacing); res = Read2(length, &Binary_pPrReader::ReadSpacing, this, &oSpacing);
if(oSpacing.bLine || oSpacing.bAfter || oSpacing.bBefore) if(oSpacing.bLine || oSpacing.bAfter || oSpacing.bAfterAuto || oSpacing.bBefore || oSpacing.bBeforeAuto)
{ {
pCStringWriter->WriteString(CString(_T("<w:spacing"))); pCStringWriter->WriteString(CString(_T("<w:spacing")));
BYTE bLineRule = linerule_Auto; BYTE bLineRule = linerule_Auto;
......
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