Commit 13f8f7e9 authored by Sergey Luzyanin's avatar Sergey Luzyanin

Баги в билдере

parent cd6629fc
......@@ -299,7 +299,7 @@
function ApiPresetColor(sPresetColor)
{
var oUniColor = new AscFormat.CUniColor();
oUniColor.setColor(new CPrstColor());
oUniColor.setColor(new AscFormat.CPrstColor());
oUniColor.color.id = sPresetColor;
ApiPresetColor.superclass.constructor.call(this, oUniColor);
}
......
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