diff options
-rw-r--r-- | oox/source/drawingml/shape.cxx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/oox/source/drawingml/shape.cxx b/oox/source/drawingml/shape.cxx index 6c30d12a079f..dc2a7db1aa06 100644 --- a/oox/source/drawingml/shape.cxx +++ b/oox/source/drawingml/shape.cxx @@ -524,9 +524,8 @@ Reference< XShape > Shape::createAndInsert( // group fill inherits from parent if ( getFillProperties().moFillType.has() && getFillProperties().moFillType.get() == XML_grpFill ) - aFillProperties.assignUsed( rShapeOrParentShapeFillProps ); - else - aFillProperties.assignUsed( getFillProperties() ); + getFillProperties().assignUsed( rShapeOrParentShapeFillProps ); + aFillProperties.assignUsed( getFillProperties() ); aEffectProperties.assignUsed ( getEffectProperties() ); ShapePropertyMap aShapeProps( rFilterBase.getModelObjectHelper() ); |