summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKatarina Machalkova <kmachalkova@suse.cz>2011-05-04 13:49:31 +0200
committerKatarina Machalkova <kmachalkova@suse.cz>2011-05-04 13:59:26 +0200
commit3f2c70f6b314b329fe2a3d58a034354cd0fee32b (patch)
treeea0749e6a20f0ac7f35efb563f9c8f3e41a1f870
parenta64168675910f9d8b04b851ecf87795036d854e3 (diff)
Copy&pasting is considered harmful
(cherry picked from commit 930824ebb65245e7f6630888379bb71438e63cf2)
-rw-r--r--oox/source/export/shapes.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/oox/source/export/shapes.cxx b/oox/source/export/shapes.cxx
index 2d121dc44..8758e0ce0 100644
--- a/oox/source/export/shapes.cxx
+++ b/oox/source/export/shapes.cxx
@@ -428,7 +428,7 @@ sal_Bool ShapeExport::NonEmptyText( Reference< XShape > xShape )
}
}
- if ( xPropSetInfo->hasPropertyByName( S( "IsEmptyPresentationObject" ) ) )
+ if ( xPropSetInfo->hasPropertyByName( S( "IsPresentationObject" ) ) )
{
sal_Bool bIsPresObj = sal_False;
if ( xPropSet->getPropertyValue( S( "IsPresentationObject" ) ) >>= bIsPresObj )