fix typo
Change-Id: I2dd093a12518c2c23d9f1610fb8a4b45a94656ab
This commit is contained in:
@@ -1471,7 +1471,7 @@ bool XMLShapeExport::ImpExportPresentationAttributes( const uno::Reference< bean
|
|||||||
uno::Reference< beans::XPropertySetInfo > xPropSetInfo( xPropSet->getPropertySetInfo() );
|
uno::Reference< beans::XPropertySetInfo > xPropSetInfo( xPropSet->getPropertySetInfo() );
|
||||||
|
|
||||||
|
|
||||||
// is empty pes shape?
|
// is empty pres. shape?
|
||||||
if( xPropSetInfo.is() && xPropSetInfo->hasPropertyByName("IsEmptyPresentationObject"))
|
if( xPropSetInfo.is() && xPropSetInfo->hasPropertyByName("IsEmptyPresentationObject"))
|
||||||
{
|
{
|
||||||
xPropSet->getPropertyValue("IsEmptyPresentationObject") >>= bIsEmpty;
|
xPropSet->getPropertyValue("IsEmptyPresentationObject") >>= bIsEmpty;
|
||||||
|
Reference in New Issue
Block a user