summaryrefslogtreecommitdiffstats
path: root/reportdesign/source/filter/xml/xmlHelper.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'reportdesign/source/filter/xml/xmlHelper.hxx')
-rw-r--r--reportdesign/source/filter/xml/xmlHelper.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/reportdesign/source/filter/xml/xmlHelper.hxx b/reportdesign/source/filter/xml/xmlHelper.hxx
index 31da0c0d2ebe..152a25cd2430 100644
--- a/reportdesign/source/filter/xml/xmlHelper.hxx
+++ b/reportdesign/source/filter/xml/xmlHelper.hxx
@@ -47,7 +47,7 @@ namespace rptxml
OPropertyHandlerFactory();
virtual ~OPropertyHandlerFactory();
- virtual const XMLPropertyHandler* GetPropertyHandler(sal_Int32 _nType) const SAL_OVERRIDE;
+ virtual const XMLPropertyHandler* GetPropertyHandler(sal_Int32 _nType) const override;
};
class OXMLHelper