Commit ef0a3982 authored by Alexander.Trofimov's avatar Alexander.Trofimov Committed by Alexander.Trofimov

OpenColor move to SerializeCommonWordExcel.js from Serialize.js

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@48751 954022d7-b5bf-4e40-9824-e11837661b57
parent 85d13ff0
......@@ -21,6 +21,13 @@ var c_oSerPropLenType = {
Double:5,
Variable:6
};
function OpenColor() {
this.rgb = null;
this.auto = null;
this.theme = null;
this.tint = null;
}
function BinaryCommonWriter(memory)
{
this.memory = memory;
......
......@@ -925,14 +925,6 @@ var DocumentPageSize = new function() {
return this.oSizes[8];//A4
};
};
function OpenColor()
{
this.rgb = null;
this.auto = null;
this.theme = null;
this.tint = null;
}
var g_nodeAttributeStart = 0xFA;
var g_nodeAttributeEnd = 0xFB;
......
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