Commit dda7ae0e authored by Alexander.Trofimov's avatar Alexander.Trofimov Committed by Alexander.Trofimov

Поправил баг http://bugzserver/show_bug.cgi?id=24115

Показываем только данные для 2-х или более ячеек

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@57392 954022d7-b5bf-4e40-9824-e11837661b57
parent 14dfe2be
......@@ -6323,7 +6323,8 @@
sum += tmp;
}
});
if (0 !== oSelectionMathInfo.countNumbers) {
// Показываем только данные для 2-х или более ячеек (http://bugzserver/show_bug.cgi?id=24115)
if (1 < oSelectionMathInfo.countNumbers) {
// Мы должны отдавать в формате активной ячейки
var numFormat = range.getNumFormat();
......
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