Commit 05335f97 authored by Sergey Luzyanin's avatar Sergey Luzyanin

fix bug 33976

parent a396ab09
......@@ -599,7 +599,7 @@ function checkPointInMap(map, worksheet, row, col)
drawingsChangesMap[AscDFH.historyitem_ChartSpace_SetNvGrFrProps ] = function(oClass, value){oClass.nvGrFrProps = value;};
drawingsChangesMap[AscDFH.historyitem_ChartSpace_SetNvGrFrProps ] = function(oClass, value){oClass.nvGraphicFramePr = value;};
drawingsChangesMap[AscDFH.historyitem_ChartSpace_SetThemeOverride ] = function(oClass, value){oClass.themeOverride = value;};
drawingsChangesMap[AscDFH.historyitem_ShapeSetBDeleted ] = function(oClass, value){oClass.bDeleted = value;};
drawingsChangesMap[AscDFH.historyitem_ChartSpace_SetParent ] = function(oClass, value){oClass.parent = value;};
......
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