summaryrefslogtreecommitdiff
path: root/include/oox/ppt/presentationfragmenthandler.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/oox/ppt/presentationfragmenthandler.hxx')
-rw-r--r--include/oox/ppt/presentationfragmenthandler.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/oox/ppt/presentationfragmenthandler.hxx b/include/oox/ppt/presentationfragmenthandler.hxx
index b4b10bca23b1..c476c67ae091 100644
--- a/include/oox/ppt/presentationfragmenthandler.hxx
+++ b/include/oox/ppt/presentationfragmenthandler.hxx
@@ -39,8 +39,8 @@ class PresentationFragmentHandler : public ::oox::core::FragmentHandler2
public:
PresentationFragmentHandler( ::oox::core::XmlFilterBase& rFilter, const OUString& rFragmentPath ) throw();
virtual ~PresentationFragmentHandler() throw();
- virtual void finalizeImport() SAL_OVERRIDE;
- virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 aElementToken, const AttributeList& rAttribs ) SAL_OVERRIDE;
+ virtual void finalizeImport() override;
+ virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 aElementToken, const AttributeList& rAttribs ) override;
protected:
bool importSlide( const ::oox::core::FragmentHandlerRef& rSlideFragmentHandler,