Commit 2d44a0d9 authored by Sergey Luzyanin's avatar Sergey Luzyanin

сохранение NvSpPr

parent 9c8bab18
...@@ -3530,23 +3530,23 @@ function CBinaryFileWriter() ...@@ -3530,23 +3530,23 @@ function CBinaryFileWriter()
{ {
case AscDFH.historyitem_type_Shape: case AscDFH.historyitem_type_Shape:
{ {
oThis.WriteRecord1(0, nv.locks, oThis.WriteSpCNvPr); oThis.WriteRecord1(1, nv.locks, oThis.WriteSpCNvPr);
break; break;
} }
case AscDFH.historyitem_type_ImageShape: case AscDFH.historyitem_type_ImageShape:
{ {
oThis.WriteRecord1(0, nv.locks, oThis.WritePicCNvPr); oThis.WriteRecord1(1, nv.locks, oThis.WritePicCNvPr);
break; break;
} }
case AscDFH.historyitem_type_GroupShape: case AscDFH.historyitem_type_GroupShape:
{ {
oThis.WriteRecord1(0, nv.locks, oThis.WriteGrpCNvPr); oThis.WriteRecord1(1, nv.locks, oThis.WriteGrpCNvPr);
break; break;
} }
case AscDFH.historyitem_type_GraphicFrame: case AscDFH.historyitem_type_GraphicFrame:
case AscDFH.historyitem_type_ChartSpace: case AscDFH.historyitem_type_ChartSpace:
{ {
oThis.WriteRecord1(0, nv.locks, oThis.WriteGrFrameCNvPr); oThis.WriteRecord1(1, nv.locks, oThis.WriteGrFrameCNvPr);
break; break;
} }
} }
......
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