Commit 509f010d authored by Dmitry.Vikulov's avatar Dmitry.Vikulov Committed by Alexander.Trofimov

Add RangeChartText

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@51952 954022d7-b5bf-4e40-9824-e11837661b57
parent 6c480f3e
...@@ -5041,7 +5041,7 @@ function DrawingObjects() { ...@@ -5041,7 +5041,7 @@ function DrawingObjects() {
if ( obj.graphicObject.Id == id ) { if ( obj.graphicObject.Id == id ) {
if ( obj.isChart() ) { if ( obj.isChart() ) {
if ( _this.controller.curState.id == STATES_ID_CHART_TEXT_ADD ) if ( _this.controller.curState.id == STATES_ID_CHART_TEXT_ADD )
return c_oAscSelectionType.RangeShapeText; return c_oAscSelectionType.RangeChartText;
return c_oAscSelectionType.RangeChart; return c_oAscSelectionType.RangeChart;
} }
......
...@@ -212,7 +212,8 @@ var c_oAscSelectionType = { ...@@ -212,7 +212,8 @@ var c_oAscSelectionType = {
RangeImage : 5, RangeImage : 5,
RangeChart : 6, RangeChart : 6,
RangeShape : 7, RangeShape : 7,
RangeShapeText : 8 RangeShapeText : 8,
RangeChartText : 9
}; };
var c_oAscLegendMarkerType = { var c_oAscLegendMarkerType = {
......
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