summaryrefslogtreecommitdiff
path: root/dbaccess/source/filter/xml/xmlHelper.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'dbaccess/source/filter/xml/xmlHelper.hxx')
-rw-r--r--dbaccess/source/filter/xml/xmlHelper.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/source/filter/xml/xmlHelper.hxx b/dbaccess/source/filter/xml/xmlHelper.hxx
index 12dc4374d61c..359647710922 100644
--- a/dbaccess/source/filter/xml/xmlHelper.hxx
+++ b/dbaccess/source/filter/xml/xmlHelper.hxx
@@ -41,7 +41,7 @@ namespace dbaxml
mutable ::std::unique_ptr<XMLConstantsPropertyHandler> m_pDisplayHandler;
public:
OPropertyHandlerFactory();
- virtual ~OPropertyHandlerFactory();
+ virtual ~OPropertyHandlerFactory() override;
virtual const XMLPropertyHandler* GetPropertyHandler(sal_Int32 _nType) const override;
};