summaryrefslogtreecommitdiff
path: root/xmloff/inc/XMLClipPropertyHandler.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/inc/XMLClipPropertyHandler.hxx')
-rw-r--r--xmloff/inc/XMLClipPropertyHandler.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/xmloff/inc/XMLClipPropertyHandler.hxx b/xmloff/inc/XMLClipPropertyHandler.hxx
index 2fe39d3047b0..4206f2e596f4 100644
--- a/xmloff/inc/XMLClipPropertyHandler.hxx
+++ b/xmloff/inc/XMLClipPropertyHandler.hxx
@@ -32,9 +32,9 @@ public:
XMLClipPropertyHandler( bool bODF11 );
virtual ~XMLClipPropertyHandler();
- virtual bool equals( const ::com::sun::star::uno::Any& r1, const ::com::sun::star::uno::Any& r2 ) const;
- virtual bool importXML( const OUString& rStrImpValue, ::com::sun::star::uno::Any& rValue, const SvXMLUnitConverter& rUnitConverter ) const;
- virtual bool exportXML( OUString& rStrExpValue, const ::com::sun::star::uno::Any& rValue, const SvXMLUnitConverter& rUnitConverter ) const;
+ virtual bool equals( const ::com::sun::star::uno::Any& r1, const ::com::sun::star::uno::Any& r2 ) const SAL_OVERRIDE;
+ virtual bool importXML( const OUString& rStrImpValue, ::com::sun::star::uno::Any& rValue, const SvXMLUnitConverter& rUnitConverter ) const SAL_OVERRIDE;
+ virtual bool exportXML( OUString& rStrExpValue, const ::com::sun::star::uno::Any& rValue, const SvXMLUnitConverter& rUnitConverter ) const SAL_OVERRIDE;
};
#endif // INCLUDED_XMLOFF_INC_XMLCLIPPROPERTYHANDLER_HXX