summaryrefslogtreecommitdiff
path: root/include/oox/ppt/pptshapecontext.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/oox/ppt/pptshapecontext.hxx')
-rw-r--r--include/oox/ppt/pptshapecontext.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/oox/ppt/pptshapecontext.hxx b/include/oox/ppt/pptshapecontext.hxx
index 11514f75f7ac..2ff237fa09c0 100644
--- a/include/oox/ppt/pptshapecontext.hxx
+++ b/include/oox/ppt/pptshapecontext.hxx
@@ -31,7 +31,7 @@ class PPTShapeContext : public ::oox::drawingml::ShapeContext
public:
PPTShapeContext( ::oox::core::ContextHandler2Helper& rParent, const SlidePersistPtr& rSlidePersistPtr, oox::drawingml::ShapePtr pMasterShapePtr, oox::drawingml::ShapePtr pShapePtr );
- virtual ::oox::core::ContextHandlerRef onCreateContext( ::sal_Int32 Element, const ::oox::AttributeList& rAttribs ) SAL_OVERRIDE;
+ virtual ::oox::core::ContextHandlerRef onCreateContext( ::sal_Int32 Element, const ::oox::AttributeList& rAttribs ) override;
};
} }