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.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/forms/handler/vcl_time_handler.hxx b/xmloff/source/forms/handler/vcl_time_handler.hxx
index 7c1a0cdd7fd3..262ed942db95 100644
--- a/xmloff/source/forms/handler/vcl_time_handler.hxx
+++ b/xmloff/source/forms/handler/vcl_time_handler.hxx
@@ -33,7 +33,7 @@ namespace xmloff
// IPropertyHandler
virtual OUString getAttributeValue( const PropertyValues& i_propertyValues ) const override;
- virtual OUString getAttributeValue( const ::com::sun::star::uno::Any& i_propertyValue ) const override;
+ virtual OUString getAttributeValue( const css::uno::Any& i_propertyValue ) const override;
virtual bool getPropertyValues( const OUString& i_attributeValue, PropertyValues& o_propertyValues ) const override;
};