Commit 5fced0e2 authored by Alexander.Trofimov's avatar Alexander.Trofimov

delete unused asc_parsecolor

color hex -> CColor

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@52556 954022d7-b5bf-4e40-9824-e11837661b57
parent 11c75629
...@@ -30,7 +30,6 @@ ...@@ -30,7 +30,6 @@
var asc_Range = asc.Range; var asc_Range = asc.Range;
var asc_ActiveRange = asc.ActiveRange; var asc_ActiveRange = asc.ActiveRange;
var asc_FP = asc.FontProperties; var asc_FP = asc.FontProperties;
var asc_parsecolor = asc.parseColor;
var asc_clone = asc.clone; var asc_clone = asc.clone;
var asc_AF = asc.AutoFilters; var asc_AF = asc.AutoFilters;
...@@ -189,7 +188,7 @@ ...@@ -189,7 +188,7 @@
defaultState: { defaultState: {
background: new CColor(255, 255, 255), background: new CColor(255, 255, 255),
border: new CColor(218, 220, 221), border: new CColor(218, 220, 221),
color: "#000", color: new CColor(0, 0, 0),
colorNumber : 0 colorNumber : 0
}, },
padding: 2/*px horizontal padding*/ padding: 2/*px horizontal padding*/
......
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