summaryrefslogtreecommitdiff
path: root/include/oox/ppt/soundactioncontext.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/oox/ppt/soundactioncontext.hxx')
-rw-r--r--include/oox/ppt/soundactioncontext.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/oox/ppt/soundactioncontext.hxx b/include/oox/ppt/soundactioncontext.hxx
index 7b72e03e038c..4b3bd9fee30b 100644
--- a/include/oox/ppt/soundactioncontext.hxx
+++ b/include/oox/ppt/soundactioncontext.hxx
@@ -33,8 +33,8 @@ public:
SoundActionContext( ::oox::core::FragmentHandler2& rParent, PropertyMap & aProperties ) throw();
virtual ~SoundActionContext() throw();
- virtual void onEndElement() SAL_OVERRIDE;
- virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 aElementToken, const AttributeList& rAttribs ) SAL_OVERRIDE;
+ virtual void onEndElement() override;
+ virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 aElementToken, const AttributeList& rAttribs ) override;
private:
PropertyMap& maSlideProperties;