summaryrefslogtreecommitdiff
path: root/xmloff/source/style/tabsthdl.cxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2006-10-12 13:51:57 +0000
committerOliver Bolte <obo@openoffice.org>2006-10-12 13:51:57 +0000
commit8e74946f590f9a100fa39ac727b0c3a9c862ba49 (patch)
tree8fcb3eac712c0470e99ebc790bbf570c52f1be7b /xmloff/source/style/tabsthdl.cxx
parentd16d260e867fc3833e7ac85ec59531fb82ed386f (diff)
INTEGRATION: CWS sb59 (1.4.24); FILE MERGED
2006/08/09 12:53:57 sb 1.4.24.1: #i67487# Made code warning-free (wntmsci10).
Diffstat (limited to 'xmloff/source/style/tabsthdl.cxx')
-rw-r--r--xmloff/source/style/tabsthdl.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/xmloff/source/style/tabsthdl.cxx b/xmloff/source/style/tabsthdl.cxx
index 482fc354d18d..d7c0aba480d6 100644
--- a/xmloff/source/style/tabsthdl.cxx
+++ b/xmloff/source/style/tabsthdl.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: tabsthdl.cxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: obo $ $Date: 2006-09-17 10:57:30 $
+ * last change: $Author: obo $ $Date: 2006-10-12 14:51:06 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -60,7 +60,7 @@ XMLTabStopPropHdl::~XMLTabStopPropHdl()
// Nothing to do
}
-sal_Bool XMLTabStopPropHdl::equals( const uno::Any& r1, const uno::Any& r2 ) const
+bool XMLTabStopPropHdl::equals( const uno::Any& r1, const uno::Any& r2 ) const
{
sal_Bool bEqual = sal_False;