summaryrefslogtreecommitdiff
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
commit69dfc26cea472ac8b0f61f6597759710e352ae17 (patch)
tree9b4d7d60e4e3e7a7bc9551baf92a9834062ad09f
parent53be4ac2fd6a62d0dd8a909a6a2cb2a767e79081 (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).
-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 9f49968f47..d8c4eec9b4 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;