summaryrefslogtreecommitdiff
path: root/xmloff/inc/XMLBasicExportFilter.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/inc/XMLBasicExportFilter.hxx')
-rw-r--r--xmloff/inc/XMLBasicExportFilter.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/inc/XMLBasicExportFilter.hxx b/xmloff/inc/XMLBasicExportFilter.hxx
index 3fc8d5b38020..e4128586bdec 100644
--- a/xmloff/inc/XMLBasicExportFilter.hxx
+++ b/xmloff/inc/XMLBasicExportFilter.hxx
@@ -36,7 +36,7 @@ private:
public:
XMLBasicExportFilter(
const css::uno::Reference< css::xml::sax::XDocumentHandler >& rxHandler );
- virtual ~XMLBasicExportFilter();
+ virtual ~XMLBasicExportFilter() override;
// XDocumentHandler
virtual void SAL_CALL startDocument()