User: rt      
Date: 2008-08-28 06:51:10+0000
Modified:
   dba/connectivity/inc/connectivity/sqlerror.hxx

Log:
 INTEGRATION: CWS dba30i_DEV300 (1.3.68); FILE MERGED
 2008/08/25 11:37:47 fs 1.3.68.1: #i93053# proper implementation of is()

File Changes:

Directory: /dba/connectivity/inc/connectivity/
==============================================

File [changed]: sqlerror.hxx
Url: 
http://dba.openoffice.org/source/browse/dba/connectivity/inc/connectivity/sqlerror.hxx?r1=1.3&r2=1.4
Delta lines:  +1 -1
-------------------
--- sqlerror.hxx        2008-04-10 07:39:19+0000        1.3
+++ sqlerror.hxx        2008-08-28 06:51:07+0000        1.4
@@ -89,7 +89,7 @@
             ParamValue( ::rtl::OUString const& val ) : base_type( val ) { }
             ParamValue( ParamValue const& rhs ) : base_type( (base_type 
const&)rhs ) { }
 
-            bool    is() const { return base_type::get() != NULL; }
+            bool    is() const { return !base_type::operator!(); }
         };
 
 




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to