summaryrefslogtreecommitdiff
path: root/include/oox/ppt/pptshape.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/oox/ppt/pptshape.hxx')
-rw-r--r--include/oox/ppt/pptshape.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/oox/ppt/pptshape.hxx b/include/oox/ppt/pptshape.hxx
index 30f4a13cd351..852b92f36f30 100644
--- a/include/oox/ppt/pptshape.hxx
+++ b/include/oox/ppt/pptshape.hxx
@@ -49,7 +49,7 @@ public:
const com::sun::star::awt::Rectangle* pShapeRect = 0,
::oox::drawingml::ShapeIdMap* pShapeMap = 0 );
- virtual void applyShapeReference( const oox::drawingml::Shape& rReferencedShape, bool bUseText = true ) SAL_OVERRIDE;
+ virtual void applyShapeReference( const oox::drawingml::Shape& rReferencedShape, bool bUseText = true ) override;
ShapeLocation getShapeLocation() const { return meShapeLocation; };
void setReferenced( bool bReferenced ){ mbReferenced = bReferenced; };