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

для бага Bug 20531 - Различное отображение стиля Intense Quote при добавлении...

для бага Bug 20531 - Различное отображение стиля Intense Quote при добавлении к документу и после переоткрытия

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@49908 954022d7-b5bf-4e40-9824-e11837661b57
parent 42a2039f
......@@ -971,7 +971,7 @@ function Binary_pPrWriter(memory, oNumIdMap)
this.bs.WriteItemWithLength(function(){oThis.WriteSpacing(pPr.Spacing);});
}
//Shd
if(null != pPr.Shd && shd_Nil != pPr.Shd.Value)
if(null != pPr.Shd)
{
this.memory.WriteByte(c_oSerProp_pPrType.Shd);
this.memory.WriteByte(c_oSerPropLenType.Variable);
......
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