summaryrefslogtreecommitdiff
path: root/xmloff/source/forms/handler/vcl_time_handler.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/forms/handler/vcl_time_handler.hxx')
-rw-r--r--xmloff/source/forms/handler/vcl_time_handler.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/xmloff/source/forms/handler/vcl_time_handler.hxx b/xmloff/source/forms/handler/vcl_time_handler.hxx
index 7dcc873f2146..7c1a0cdd7fd3 100644
--- a/xmloff/source/forms/handler/vcl_time_handler.hxx
+++ b/xmloff/source/forms/handler/vcl_time_handler.hxx
@@ -32,9 +32,9 @@ namespace xmloff
VCLTimeHandler();
// IPropertyHandler
- virtual OUString getAttributeValue( const PropertyValues& i_propertyValues ) const SAL_OVERRIDE;
- virtual OUString getAttributeValue( const ::com::sun::star::uno::Any& i_propertyValue ) const SAL_OVERRIDE;
- virtual bool getPropertyValues( const OUString& i_attributeValue, PropertyValues& o_propertyValues ) const SAL_OVERRIDE;
+ virtual OUString getAttributeValue( const PropertyValues& i_propertyValues ) const override;
+ virtual OUString getAttributeValue( const ::com::sun::star::uno::Any& i_propertyValue ) const override;
+ virtual bool getPropertyValues( const OUString& i_attributeValue, PropertyValues& o_propertyValues ) const override;
};
} // namespace xmloff