summaryrefslogtreecommitdiff
path: root/include/oox/core/filterdetect.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/oox/core/filterdetect.hxx')
-rw-r--r--include/oox/core/filterdetect.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/oox/core/filterdetect.hxx b/include/oox/core/filterdetect.hxx
index a2c4ff5e86e8..2fdf4d93f4b0 100644
--- a/include/oox/core/filterdetect.hxx
+++ b/include/oox/core/filterdetect.hxx
@@ -62,7 +62,7 @@ class FilterDetectDocHandler : public ::cppu::WeakImplHelper< css::xml::sax::XFa
{
public:
explicit FilterDetectDocHandler( const css::uno::Reference< css::uno::XComponentContext >& rxContext, OUString& rFilter );
- virtual ~FilterDetectDocHandler();
+ virtual ~FilterDetectDocHandler() override;
// XFastDocumentHandler
virtual void SAL_CALL startDocument() throw (css::xml::sax::SAXException, css::uno::RuntimeException, std::exception) override;
@@ -100,7 +100,7 @@ class OOX_DLLPUBLIC FilterDetect : public ::cppu::WeakImplHelper<css::document::
public:
explicit FilterDetect( const css::uno::Reference< css::uno::XComponentContext >& rxContext )
throw( css::uno::RuntimeException );
- virtual ~FilterDetect();
+ virtual ~FilterDetect() override;
/** Tries to extract an unencrypted ZIP package from the passed media
descriptor.