Change-Id: I2dd093a12518c2c23d9f1610fb8a4b45a94656ab
This commit is contained in:
David Tardon 2016-11-14 15:25:28 +01:00
parent 4ead110a8c
commit 0d97ac5ae3

View File

@ -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;