diff options
Diffstat (limited to 'xmloff/inc/XMLTextColumnsPropertyHandler.hxx')
-rw-r--r-- | xmloff/inc/XMLTextColumnsPropertyHandler.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/xmloff/inc/XMLTextColumnsPropertyHandler.hxx b/xmloff/inc/XMLTextColumnsPropertyHandler.hxx index 10fd624a47a4..6cc698effd31 100644 --- a/xmloff/inc/XMLTextColumnsPropertyHandler.hxx +++ b/xmloff/inc/XMLTextColumnsPropertyHandler.hxx @@ -4,9 +4,9 @@ * * $RCSfile: XMLTextColumnsPropertyHandler.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: rt $ $Date: 2005-09-09 12:58:56 $ + * last change: $Author: obo $ $Date: 2006-10-12 14:37:01 $ * * 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 XMLTextColumnsPropertyHandler : public XMLPropertyHandler public: virtual ~XMLTextColumnsPropertyHandler (); - virtual sal_Bool equals( + virtual bool equals( const ::com::sun::star::uno::Any& r1, const ::com::sun::star::uno::Any& r2 ) const; |