Commit cf4c2a55 authored by GoshaZotov's avatar GoshaZotov

fix bug 35291

parent ff1f1693
...@@ -9977,7 +9977,7 @@ ...@@ -9977,7 +9977,7 @@
range.setWrap(rangeStyle.wrap); range.setWrap(rangeStyle.wrap);
} }
//fill //fill
if(specialPasteProps.fill && rangeStyle.fill) if(specialPasteProps.fill && undefined !== rangeStyle.fill)
{ {
range.setFill(rangeStyle.fill); range.setFill(rangeStyle.fill);
} }
......
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