summaryrefslogtreecommitdiff
path: root/framework/inc/xml/saxnamespacefilter.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'framework/inc/xml/saxnamespacefilter.hxx')
-rw-r--r--framework/inc/xml/saxnamespacefilter.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/inc/xml/saxnamespacefilter.hxx b/framework/inc/xml/saxnamespacefilter.hxx
index cd4c30aa81b0..d137cf04db3c 100644
--- a/framework/inc/xml/saxnamespacefilter.hxx
+++ b/framework/inc/xml/saxnamespacefilter.hxx
@@ -37,7 +37,7 @@ class FWE_DLLPUBLIC SaxNamespaceFilter :
{
public:
SaxNamespaceFilter( css::uno::Reference< css::xml::sax::XDocumentHandler >& rSax1DocumentHandler );
- virtual ~SaxNamespaceFilter();
+ virtual ~SaxNamespaceFilter() override;
// XDocumentHandler
virtual void SAL_CALL startDocument()