Commit 4e2b9b92 authored by Alexander.Trofimov's avatar Alexander.Trofimov Committed by Alexander.Trofimov

delete theme & tint from fragments

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@52003 954022d7-b5bf-4e40-9824-e11837661b57
parent 44bcfd94
......@@ -2939,7 +2939,7 @@ CCellValue.prototype =
else
cellfont = g_oDefaultFont;
if(null != sText){
var oNewItem = {text: null, format: null, sFormula: null, sId: null, theme: null, tint: null};
var oNewItem = {text: null, format: null, sFormula: null, sId: null};
oNewItem.text = sText;
oNewItem.format = cellfont.clone();
color = oNewItem.format.c;
......@@ -2962,7 +2962,7 @@ CCellValue.prototype =
aResult.push(oNewItem);
} else if(null != aText){
for(var i = 0; i < aText.length; i++){
var oNewItem = {text: null, format: null, sFormula: null, sId: null, theme: null, tint: null};
var oNewItem = {text: null, format: null, sFormula: null, sId: null};
var oCurtext = aText[i];
if(null != oCurtext.text)
{
......
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