diff options
author | Katarina Machalkova <kmachalkova@suse.cz> | 2011-05-04 13:49:31 +0200 |
---|---|---|
committer | Katarina Machalkova <kmachalkova@suse.cz> | 2011-05-04 13:49:31 +0200 |
commit | 57c96a616a3e79d6ebef6949dbe769f60a3581aa (patch) | |
tree | b40b69e2217881dc772661837b5d88be31f93c0d /oox | |
parent | a508b8120c2cd8d4f1f81e5dc7479ea04371011d (diff) |
Copy&pasting is considered harmful
Diffstat (limited to 'oox')
-rw-r--r-- | oox/source/export/shapes.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/oox/source/export/shapes.cxx b/oox/source/export/shapes.cxx index a8c838ddd1e6..8bd8a3985fa5 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 ) |