Commit 4e4bdec1 authored by Oleg.Korshul's avatar Oleg.Korshul Committed by Alexander.Trofimov

диаграммы жрали много памяти (создавался класс CStyles) Сережа, как же так

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@58777 954022d7-b5bf-4e40-9824-e11837661b57
parent 63445571
...@@ -605,7 +605,7 @@ CDLbl.prototype = ...@@ -605,7 +605,7 @@ CDLbl.prototype =
return ExecuteNoHistory(function(){ return ExecuteNoHistory(function(){
if(this.lastStyleObject) if(this.lastStyleObject)
return this.lastStyleObject; return this.lastStyleObject;
var styles = new CStyles(); var styles = new CStyles(false);
var style = new CStyle("dataLblStyle", null, null, null); var style = new CStyle("dataLblStyle", null, null, null);
var text_pr = new CTextPr(); var text_pr = new CTextPr();
text_pr.FontSize = 10; text_pr.FontSize = 10;
......
This diff is collapsed.
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