Commit 332bbda7 authored by Sergey.Luzyanin's avatar Sergey.Luzyanin Committed by Alexander.Trofimov

themeOverride

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@67570 954022d7-b5bf-4e40-9824-e11837661b57
parent 380364dd
......@@ -182,7 +182,7 @@ CChartSpace.prototype.getCanvasContext = CShape.prototype.getCanvasContext;
CChartSpace.prototype.getHierarchy = CShape.prototype.getHierarchy;
CChartSpace.prototype.getParentObjects = function()
{
var parents = { slide: null, layout: null, master: null, theme: window["Asc"]["editor"].wbModel.theme };
var parents = { slide: null, layout: null, master: null, theme: this.themeOverride ? this.themeOverride : window["Asc"]["editor"].wbModel.theme };
if(this.clrMapOvr)
{
parents.slide = {clrMap: this.clrMapOvr};
......
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