diff options
Diffstat (limited to 'svgio/inc/svgdocumenthandler.hxx')
-rw-r--r-- | svgio/inc/svgdocumenthandler.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svgio/inc/svgdocumenthandler.hxx b/svgio/inc/svgdocumenthandler.hxx index 5069fdbd2eda..b61fbea925b8 100644 --- a/svgio/inc/svgdocumenthandler.hxx +++ b/svgio/inc/svgdocumenthandler.hxx @@ -46,7 +46,7 @@ namespace svgio public: SvgDocHdl(const OUString& rAbsolutePath); - virtual ~SvgDocHdl(); + virtual ~SvgDocHdl() override; // Methods XDocumentHandler virtual void SAL_CALL startDocument( ) throw (css::xml::sax::SAXException, css::uno::RuntimeException, std::exception) override; |