summaryrefslogtreecommitdiff
path: root/xmloff/source/style/tabsthdl.hxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2006-10-12 13:51:20 +0000
committerOliver Bolte <obo@openoffice.org>2006-10-12 13:51:20 +0000
commit4e4d93de2f5b233bad50f83175c8e8e43e6fd805 (patch)
tree0b811d04c6a8e7195bb883118ff7b535b873aa0b /xmloff/source/style/tabsthdl.hxx
parentc1ce50d5b3df1d066a023e9c0eacfdbc8dbf7eb5 (diff)
INTEGRATION: CWS sb59 (1.2.152); FILE MERGED
2006/08/09 12:53:57 sb 1.2.152.1: #i67487# Made code warning-free (wntmsci10).
Diffstat (limited to 'xmloff/source/style/tabsthdl.hxx')
-rw-r--r--xmloff/source/style/tabsthdl.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/xmloff/source/style/tabsthdl.hxx b/xmloff/source/style/tabsthdl.hxx
index 51e7c80b37db..38885f837250 100644
--- a/xmloff/source/style/tabsthdl.hxx
+++ b/xmloff/source/style/tabsthdl.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: tabsthdl.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 14:49:29 $
+ * last change: $Author: obo $ $Date: 2006-10-12 14:51:20 $
*
* 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 XMLTabStopPropHdl : public XMLPropertyHandler
public:
virtual ~XMLTabStopPropHdl();
- 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;
/// TabStops will be imported/exported as XML-Elements. So the Import/Export-work must be done at another place.
virtual sal_Bool importXML( const ::rtl::OUString& rStrImpValue, ::com::sun::star::uno::Any& rValue, const SvXMLUnitConverter& rUnitConverter ) const;