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.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/oox/ppt/presentationfragmenthandler.hxx b/include/oox/ppt/presentationfragmenthandler.hxx
index 0457235e23ce..aeda119cd2f1 100644
--- a/include/oox/ppt/presentationfragmenthandler.hxx
+++ b/include/oox/ppt/presentationfragmenthandler.hxx
@@ -42,7 +42,7 @@ class PresentationFragmentHandler : public ::oox::core::FragmentHandler2
{
public:
PresentationFragmentHandler( ::oox::core::XmlFilterBase& rFilter, const OUString& rFragmentPath ) throw();
- virtual ~PresentationFragmentHandler() throw();
+ virtual ~PresentationFragmentHandler() throw() override;
virtual void finalizeImport() override;
virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 aElementToken, const AttributeList& rAttribs ) override;