Commit d33e789b authored by Alexander.Trofimov's avatar Alexander.Trofimov Committed by 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 a7fa7194
......@@ -30,7 +30,6 @@
var asc_Range = asc.Range;
var asc_ActiveRange = asc.ActiveRange;
var asc_FP = asc.FontProperties;
var asc_parsecolor = asc.parseColor;
var asc_clone = asc.clone;
var asc_AF = asc.AutoFilters;
......@@ -189,7 +188,7 @@
defaultState: {
background: new CColor(255, 255, 255),
border: new CColor(218, 220, 221),
color: "#000",
color: new CColor(0, 0, 0),
colorNumber : 0
},
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