diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-10-12 13:37:01 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-10-12 13:37:01 +0000 |
commit | 24071d816c2f1276bd5e7d0f8a8d29f41eaab57d (patch) | |
tree | 2ef280a6eda5d3a061dd0fa6c9280c9632c21e01 /xmloff/inc/XMLClipPropertyHandler.hxx | |
parent | 18160f64d2e22884f9af9e50c2690ee83642cae9 (diff) |
INTEGRATION: CWS sb59 (1.2.152); FILE MERGED
2006/08/09 12:48:20 sb 1.2.152.1: #i67487# Made code warning-free (wntmsci10).
Diffstat (limited to 'xmloff/inc/XMLClipPropertyHandler.hxx')
-rw-r--r-- | xmloff/inc/XMLClipPropertyHandler.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/xmloff/inc/XMLClipPropertyHandler.hxx b/xmloff/inc/XMLClipPropertyHandler.hxx index 8e8aa3316ce8..a385909aef63 100644 --- a/xmloff/inc/XMLClipPropertyHandler.hxx +++ b/xmloff/inc/XMLClipPropertyHandler.hxx @@ -4,9 +4,9 @@ * * $RCSfile: XMLClipPropertyHandler.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: rt $ $Date: 2005-09-09 12:47:11 $ + * last change: $Author: obo $ $Date: 2006-10-12 14:36:47 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -48,7 +48,7 @@ class XMLClipPropertyHandler : public XMLPropertyHandler public: virtual ~XMLClipPropertyHandler(); - virtual sal_Bool equals( const ::com::sun::star::uno::Any& r1, const ::com::sun::star::uno::Any& r2 ) const; + virtual bool equals( const ::com::sun::star::uno::Any& r1, const ::com::sun::star::uno::Any& r2 ) const; virtual sal_Bool importXML( const ::rtl::OUString& rStrImpValue, ::com::sun::star::uno::Any& rValue, const SvXMLUnitConverter& rUnitConverter ) const; virtual sal_Bool exportXML( ::rtl::OUString& rStrExpValue, const ::com::sun::star::uno::Any& rValue, const SvXMLUnitConverter& rUnitConverter ) const; }; |