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

+ к rev.64936

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@64938 954022d7-b5bf-4e40-9824-e11837661b57
parent 11ca5003
......@@ -3771,7 +3771,7 @@ function BinaryDocumentTableWriter(memory, doc, oMapCommentId, oNumIdMap, copyPa
if(null != this.copyParams)
{
//анализируем используемые стили
var runStyle = oRun.Pr.RStyle;
var runStyle = oRun.Pr.RStyle !== undefined ? oRun.Pr.RStyle : null;
if(null != runStyle)
this.copyParams.oUsedStyleMap[runStyle] = 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