From ae4dc404c642cd682a7c132f414f77b0edbc386b Mon Sep 17 00:00:00 2001 From: RĂ¼diger Timm Date: Mon, 1 Dec 2003 17:19:59 +0000 Subject: INTEGRATION: CWS ooo20031110 (1.7.10); FILE MERGED 2003/11/03 13:55:55 waratah 1.7.10.2: #i21906# Correct the return type of the operator== to more standard sal_Bool type 2003/11/02 02:36:30 waratah 1.7.10.1: #i21906# add implicit int definitions in the source code to allow removal of permissive compile option --- connectivity/inc/connectivity/FValue.hxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'connectivity') diff --git a/connectivity/inc/connectivity/FValue.hxx b/connectivity/inc/connectivity/FValue.hxx index eac01383974d..0505466d4fc5 100644 --- a/connectivity/inc/connectivity/FValue.hxx +++ b/connectivity/inc/connectivity/FValue.hxx @@ -2,9 +2,9 @@ * * $RCSfile: FValue.hxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: obo $ $Date: 2003-09-04 08:21:48 $ + * last change: $Author: rt $ $Date: 2003-12-01 18:19:59 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -310,7 +310,7 @@ namespace connectivity return isNull() ? ::com::sun::star::uno::Sequence() : getSequence(); } - operator==(const ORowSetValue& _rRH) const; + sal_Bool operator==(const ORowSetValue& _rRH) const; sal_Bool isNull() const { -- cgit