summaryrefslogtreecommitdiff
path: root/connectivity
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-06-01 09:05:55 +0000
committerOliver Bolte <obo@openoffice.org>2004-06-01 09:05:55 +0000
commitfdf68b9fb5dd2fd13a65a0325991c6af02234625 (patch)
treea92951e47d6ce1dc198d10b4efdc7598c738a09b /connectivity
parent198996959e198016fb593bef77bea8ecfc1da4cb (diff)
INTEGRATION: CWS oj5 (1.9.22); FILE MERGED
2004/05/05 13:40:20 oj 1.9.22.1: merge conflict
Diffstat (limited to 'connectivity')
-rw-r--r--connectivity/inc/connectivity/FValue.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/connectivity/inc/connectivity/FValue.hxx b/connectivity/inc/connectivity/FValue.hxx
index ce9f659db86e..dc4ded585ec7 100644
--- a/connectivity/inc/connectivity/FValue.hxx
+++ b/connectivity/inc/connectivity/FValue.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: FValue.hxx,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: rt $ $Date: 2004-03-02 12:31:00 $
+ * last change: $Author: obo $ $Date: 2004-06-01 10:05:55 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -325,7 +325,7 @@ namespace connectivity
return isNull() ? ::com::sun::star::uno::Sequence<sal_Int8>() : getSequence();
}
- sal_Bool operator==(const ORowSetValue& _rRH) const;
+ bool operator==(const ORowSetValue& _rRH) const;
sal_Bool isNull() const
{