Commit 73a14dc6 authored by Alexander.Trofimov's avatar Alexander.Trofimov Committed by Alexander.Trofimov

Поправил открытие условного форматирования

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@58793 954022d7-b5bf-4e40-9824-e11837661b57
parent 4cd3c5f4
......@@ -7716,6 +7716,7 @@
window["Asc"].ETableStyleType = ETableStyleType;
window["Asc"].EFontScheme = EFontScheme;
window["Asc"].EIconSetType = EIconSetType;
window["Asc"].ECfType = ECfType;
window["Asc"].CTableStyles = CTableStyles;
window["Asc"].CTableStyle = CTableStyle;
......
......@@ -1028,7 +1028,7 @@
// ToDo containsText, dataBar, duplicateValues, endsWith, expression, iconSet, notContainsBlanks,
// ToDo notContainsErrors, notContainsText, timePeriod, top10, uniqueValues (page 2679)
switch (oRule.Type) {
case "colorScale":
case Asc.ECfType.colorScale:
if (1 !== oRule.aRuleElements.length)
break;
oRuleElement = oRule.aRuleElements[0];
......
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