summaryrefslogtreecommitdiff
path: root/oox/source/ppt/pptshapepropertiescontext.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'oox/source/ppt/pptshapepropertiescontext.cxx')
-rw-r--r--oox/source/ppt/pptshapepropertiescontext.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/oox/source/ppt/pptshapepropertiescontext.cxx b/oox/source/ppt/pptshapepropertiescontext.cxx
index 1dcbda895111..77ba83c32f7c 100644
--- a/oox/source/ppt/pptshapepropertiescontext.cxx
+++ b/oox/source/ppt/pptshapepropertiescontext.cxx
@@ -54,7 +54,7 @@ ContextHandlerRef PPTShapePropertiesContext::onCreateContext( sal_Int32 aElement
switch( aElementToken )
{
case A_TOKEN( xfrm ):
- mrShape.getShapeProperties()[ PROP_IsPlaceholderDependent ] <<= sal_False;
+ mrShape.getShapeProperties().setProperty( PROP_IsPlaceholderDependent, sal_False);
return ShapePropertiesContext::onCreateContext( aElementToken, rAttribs );
default: