summaryrefslogtreecommitdiff
path: root/xmloff
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2016-11-14 15:25:28 +0100
committerDavid Tardon <dtardon@redhat.com>2016-11-15 19:58:55 +0100
commit0d97ac5ae3e92b1b04339e60e66ca8cb41a19609 (patch)
tree09668de5b151dac22e352b393b341b81bc32d71b /xmloff
parent4ead110a8c574379545f9cf1d4a914c7bb43bc2a (diff)
fix typo
Change-Id: I2dd093a12518c2c23d9f1610fb8a4b45a94656ab
Diffstat (limited to 'xmloff')
-rw-r--r--xmloff/source/draw/shapeexport.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/draw/shapeexport.cxx b/xmloff/source/draw/shapeexport.cxx
index 3f269efd4e00..a6656c738e73 100644
--- a/xmloff/source/draw/shapeexport.cxx
+++ b/xmloff/source/draw/shapeexport.cxx
@@ -1471,7 +1471,7 @@ bool XMLShapeExport::ImpExportPresentationAttributes( const uno::Reference< bean
uno::Reference< beans::XPropertySetInfo > xPropSetInfo( xPropSet->getPropertySetInfo() );
- // is empty pes shape?
+ // is empty pres. shape?
if( xPropSetInfo.is() && xPropSetInfo->hasPropertyByName("IsEmptyPresentationObject"))
{
xPropSet->getPropertyValue("IsEmptyPresentationObject") >>= bIsEmpty;