Commit 794a3293 authored by Sergey.Luzyanin's avatar Sergey.Luzyanin Committed by Alexander.Trofimov

Bug 25964 - Тип Chart отображается как Stock при неуспешной попытке смене его...

Bug 25964 - Тип Chart отображается как Stock при неуспешной попытке смене его на Stock через Chart Sidebar. index.html.

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@59167 954022d7-b5bf-4e40-9824-e11837661b57
parent c056a785
...@@ -167,7 +167,6 @@ ...@@ -167,7 +167,6 @@
<script src="../../../../OfficeWeb/Excel/view/DrawingObjectsController.js"></script> <script src="../../../../OfficeWeb/Excel/view/DrawingObjectsController.js"></script>
<script src="../../../../OfficeWeb/PowerPoint/Editor/DrawingObjectsController.js"></script> <script src="../../../../OfficeWeb/PowerPoint/Editor/DrawingObjectsController.js"></script>
<script src="../../../../OfficeWeb/Common/Drawings/Format/Constants.js"></script>
<script src="../../../../OfficeWeb/Common/Drawings/Format/Format.js"></script> <script src="../../../../OfficeWeb/Common/Drawings/Format/Format.js"></script>
<script src="../../../../OfficeWeb/Common/Drawings/Format/CreateGeometry.js"></script> <script src="../../../../OfficeWeb/Common/Drawings/Format/CreateGeometry.js"></script>
<script src="../../../../OfficeWeb/Common/Drawings/Format/Geometry.js"></script> <script src="../../../../OfficeWeb/Common/Drawings/Format/Geometry.js"></script>
......
...@@ -5228,6 +5228,7 @@ asc_docs_api.prototype.ImgApply = function(obj) ...@@ -5228,6 +5228,7 @@ asc_docs_api.prototype.ImgApply = function(obj)
if(chartSpace.chart.plotArea.charts[0].series.length !== 4) if(chartSpace.chart.plotArea.charts[0].series.length !== 4)
{ {
this.asc_fireCallback("asc_onError", c_oAscError.ID.StockChartError,c_oAscError.Level.NoCritical); this.asc_fireCallback("asc_onError", c_oAscError.ID.StockChartError,c_oAscError.Level.NoCritical);
this.WordControl.m_oLogicDocument.Document_UpdateInterfaceState();
return; return;
} }
} }
......
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