Kaydet (Commit) 3b35ad42 authored tarafından Felix Zhang's avatar Felix Zhang Kaydeden (comit) Thorsten Behrens

bnc#593612: workaround for grpFill

Change-Id: Ib75f2e5e0d77b5a65c6d3d75e7dd477251948bcc
üst 2ef24913
...@@ -534,9 +534,8 @@ Reference< XShape > Shape::createAndInsert( ...@@ -534,9 +534,8 @@ Reference< XShape > Shape::createAndInsert(
// group fill inherits from parent // group fill inherits from parent
if ( getFillProperties().moFillType.has() && getFillProperties().moFillType.get() == XML_grpFill ) if ( getFillProperties().moFillType.has() && getFillProperties().moFillType.get() == XML_grpFill )
aFillProperties.assignUsed( rShapeOrParentShapeFillProps ); getFillProperties().assignUsed( rShapeOrParentShapeFillProps );
else aFillProperties.assignUsed( getFillProperties() );
aFillProperties.assignUsed( getFillProperties() );
aEffectProperties.assignUsed ( getEffectProperties() ); aEffectProperties.assignUsed ( getEffectProperties() );
ShapePropertyMap aShapeProps( rFilterBase.getModelObjectHelper() ); ShapePropertyMap aShapeProps( rFilterBase.getModelObjectHelper() );
......
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