From 0d97ac5ae3e92b1b04339e60e66ca8cb41a19609 Mon Sep 17 00:00:00 2001 From: David Tardon Date: Mon, 14 Nov 2016 15:25:28 +0100 Subject: fix typo Change-Id: I2dd093a12518c2c23d9f1610fb8a4b45a94656ab --- xmloff/source/draw/shapeexport.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xmloff') 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; -- cgit