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

Ошибки при сохранении комплексного текста в ячейке.

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@47074 954022d7-b5bf-4e40-9824-e11837661b57
parent 9f4619ec
......@@ -1329,11 +1329,7 @@ function BinarySharedStringsTableWriter(memory, oSharedStrings)
{
var oThis = this;
if(null != run.format)
{
var fontMinimized = run.format.getDif(g_oDefaultFontAbs);
if(null != fontMinimized)
this.bs.WriteItem(c_oSerSharedStringTypes.RPr, function(){oThis.bsw.WriteFont(fontMinimized);});
}
this.bs.WriteItem(c_oSerSharedStringTypes.RPr, function(){oThis.bsw.WriteFont(run.format);});
if(null != run.text)
{
this.memory.WriteByte(c_oSerSharedStringTypes.Text);
......
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