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

сохранение NvSpPr

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