Commit ab9468f4 authored by Oleg.Korshul's avatar Oleg.Korshul Committed by Alexander.Trofimov

& line & path

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@50771 954022d7-b5bf-4e40-9824-e11837661b57
parent 55a87cfe
......@@ -1912,6 +1912,12 @@ function BinaryPPTYLoader()
s.Skip2(_len);
}
}
if (null != uni_fill.fill.lin && null != uni_fill.fill.path)
{
// ms office не открывает такие файлы.
uni_fill.fill.path = null;
}
}
break;
......
......@@ -2025,7 +2025,7 @@ function CBinaryFileWriter()
oThis.WriteUChar(g_nodeAttributeEnd);
oThis.EndRecord();
}
if (fill.path)
else if (fill.path)
{
oThis.StartRecord(2);
oThis.WriteUChar(g_nodeAttributeStart);
......
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