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 ded4960329a4..6d6d4a1d1938 100644
--- a/dbaccess/source/filter/xml/xmlHelper.hxx
+++ b/dbaccess/source/filter/xml/xmlHelper.hxx
@@ -44,7 +44,7 @@ namespace dbaxml
OPropertyHandlerFactory();
virtual ~OPropertyHandlerFactory();
- virtual const XMLPropertyHandler* GetPropertyHandler(sal_Int32 _nType) const;
+ virtual const XMLPropertyHandler* GetPropertyHandler(sal_Int32 _nType) const SAL_OVERRIDE;
};
class OXMLHelper