summaryrefslogtreecommitdiff
path: root/xmloff/inc
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2006-10-12 13:37:01 +0000
committerOliver Bolte <obo@openoffice.org>2006-10-12 13:37:01 +0000
commit24071d816c2f1276bd5e7d0f8a8d29f41eaab57d (patch)
tree2ef280a6eda5d3a061dd0fa6c9280c9632c21e01 /xmloff/inc
parent18160f64d2e22884f9af9e50c2690ee83642cae9 (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')
-rw-r--r--xmloff/inc/AttributeContainerHandler.hxx6
-rw-r--r--xmloff/inc/XMLClipPropertyHandler.hxx6
-rw-r--r--xmloff/inc/XMLTextColumnsPropertyHandler.hxx6
3 files changed, 9 insertions, 9 deletions
diff --git a/xmloff/inc/AttributeContainerHandler.hxx b/xmloff/inc/AttributeContainerHandler.hxx
index af66b155dc53..f5a6def38174 100644
--- a/xmloff/inc/AttributeContainerHandler.hxx
+++ b/xmloff/inc/AttributeContainerHandler.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: AttributeContainerHandler.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 12:34:11 $
+ * last change: $Author: obo $ $Date: 2006-10-12 14:36:31 $
*
* 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 XMLAttributeContainerHandler : public XMLPropertyHandler
public:
virtual ~XMLAttributeContainerHandler();
- 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;
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;
};
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;