Commit ad5196df authored by Sergey Luzyanin's avatar Sergey Luzyanin

fix Bug 33807

parent b511fe03
......@@ -7784,6 +7784,12 @@ CTextPr.prototype =
if (!IsEqualStyleObjects(this.Shd, TextPr.Shd))
return false;
if(undefined != TextPr.AscLine){
return false;
}
if(undefined != TextPr.AscUnifill){
return false;
}
return true;
},
......
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