summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorNoel Power <noel.power@suse.com>2013-03-13 13:55:46 +0000
committerNoel Power <noel.power@suse.com>2013-03-13 13:55:46 +0000
commitc7cecd5aa84d7c3db0691221c298139cb6b849a8 (patch)
treefb42c77e4046bade8dfbaa9e8b48e660cbcb5fde /sc
parent30a5db17751ded87ca4c0f7203aa0d01dae6259d (diff)
bnc#798309 inherit group style from parent
Change-Id: Ic689a0a17f1d88466feba0cba0d5e96a13ddb99f
Diffstat (limited to 'sc')
-rw-r--r--sc/source/filter/oox/drawingfragment.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/filter/oox/drawingfragment.cxx b/sc/source/filter/oox/drawingfragment.cxx
index 6e8dc5ed5c90..c8f6b5ea913a 100644
--- a/sc/source/filter/oox/drawingfragment.cxx
+++ b/sc/source/filter/oox/drawingfragment.cxx
@@ -295,7 +295,7 @@ void DrawingFragment::onEndElement()
mxShape->setSize(Size(aShapeRectEmu.Width, aShapeRectEmu.Height));
basegfx::B2DHomMatrix aTransformation;
- mxShape->addShape( getOoxFilter(), &getTheme(), mxDrawPage, aTransformation, &aShapeRectEmu32 );
+ mxShape->addShape( getOoxFilter(), &getTheme(), mxDrawPage, aTransformation, mxShape->getFillProperties(), &aShapeRectEmu32 );
/* Collect all shape positions in the WorksheetHelper base
class. But first, scale EMUs to 1/100 mm. */