summaryrefslogtreecommitdiff
path: root/xmloff/inc/XMLIsPercentagePropertyHandler.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/inc/XMLIsPercentagePropertyHandler.hxx')
-rw-r--r--xmloff/inc/XMLIsPercentagePropertyHandler.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/xmloff/inc/XMLIsPercentagePropertyHandler.hxx b/xmloff/inc/XMLIsPercentagePropertyHandler.hxx
index 6af26b385b08..1941a0ef0a25 100644
--- a/xmloff/inc/XMLIsPercentagePropertyHandler.hxx
+++ b/xmloff/inc/XMLIsPercentagePropertyHandler.hxx
@@ -34,11 +34,11 @@ public:
virtual bool importXML(
const OUString& rStrImpValue,
::com::sun::star::uno::Any& rValue,
- const SvXMLUnitConverter& rUnitConverter ) const;
+ const SvXMLUnitConverter& rUnitConverter ) const SAL_OVERRIDE;
virtual bool exportXML(
OUString& rStrExpValue,
const ::com::sun::star::uno::Any& rValue,
- const SvXMLUnitConverter& rUnitConverter ) const;
+ const SvXMLUnitConverter& rUnitConverter ) const SAL_OVERRIDE;
};
#endif