Commit f8163a9e authored by Oleg Korshul's avatar Oleg Korshul

.

parent 267d19d7
......@@ -7959,7 +7959,7 @@ background-repeat: no-repeat;\
var oBinaryFileWriter = new AscCommonWord.BinaryFileWriter(this.WordControl.m_oLogicDocument);
var _memory = oBinaryFileWriter.memory;
oBinaryFileWriter.Write2();
oBinaryFileWriter.Write(true);
var _header = AscCommon.c_oSerFormat.Signature + ";v" + Asc.c_nVersionNoBase64 + ";" + _memory.GetCurPosition() + ";";
window["native"]["Save_End"](_header, _memory.GetCurPosition());
......
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