Commit 6bc31d03 authored by Alexander.Trofimov's avatar Alexander.Trofimov

CColor -> Asc.asc_CColor

parent e5ca2065
...@@ -1124,7 +1124,7 @@ define([ ...@@ -1124,7 +1124,7 @@ define([
border.put_Color(color); border.put_Color(color);
} }
else { else {
border.put_Color(new CColor()); border.put_Color(new Asc.asc_CColor());
border.put_Value(0); border.put_Value(0);
} }
return border; return border;
......
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