Commit 504eaf7b authored by Sergey.Luzyanin's avatar Sergey.Luzyanin Committed by Alexander.Trofimov

Bug 25323 - Пропадает возможность выбора диапазона значений диаграммы, после...

Bug 25323 - Пропадает возможность выбора диапазона значений диаграммы, после выбора опции построения данных по колонкам

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@57208 954022d7-b5bf-4e40-9824-e11837661b57
parent 1477ed95
......@@ -11325,7 +11325,7 @@ function getChartSeries (worksheet, options, catHeadersBBox, serHeadersBBox) {
// Val
if (startCell && endCell) {
if (startCell.getID() == endCell.getID())
ser.Val.Formula = startCell.getID();
ser.Val.Formula = parserHelp.get3DRef(ws.sName, startCell.getID());
else
ser.Val.Formula = parserHelp.get3DRef(ws.sName, startCell.getID() + ':' + endCell.getID());
}
......
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