Commit 4ac49438 authored by Sergey Luzyanin's avatar Sergey Luzyanin

open gradients without colors

parent 2d2c52f2
...@@ -777,6 +777,11 @@ CGraphicFrame.prototype.deselect = CShape.prototype.deselect; ...@@ -777,6 +777,11 @@ CGraphicFrame.prototype.deselect = CShape.prototype.deselect;
CGraphicFrame.prototype.Update_ContentIndexing = function() CGraphicFrame.prototype.Update_ContentIndexing = function()
{}; {};
CGraphicFrame.prototype.Get_TopDocumentContent = function()
{
return null;
};
CGraphicFrame.prototype.draw = function(graphics) CGraphicFrame.prototype.draw = function(graphics)
{ {
if (graphics.IsSlideBoundsCheckerType === true) { if (graphics.IsSlideBoundsCheckerType === true) {
......
...@@ -2272,6 +2272,8 @@ function BinaryPPTYLoader() ...@@ -2272,6 +2272,8 @@ function BinaryPPTYLoader()
} }
} }
}
if (null != uni_fill.fill.lin && null != uni_fill.fill.path) if (null != uni_fill.fill.lin && null != uni_fill.fill.path)
{ {
// ms office не открывает такие файлы. // ms office не открывает такие файлы.
...@@ -2292,7 +2294,6 @@ function BinaryPPTYLoader() ...@@ -2292,7 +2294,6 @@ function BinaryPPTYLoader()
uni_fill.fill.color = AscFormat.CreateUniColorRGB(0, 0, 0); uni_fill.fill.color = AscFormat.CreateUniColorRGB(0, 0, 0);
} }
} }
}
break; break;
} }
......
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