[Libreoffice-commits] .: Branch 'libreoffice-3-3' - dbaccess/source

Tor Lillqvist tml at kemper.freedesktop.org
Sat Nov 6 12:41:23 PDT 2010


 dbaccess/source/core/api/RowSet.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit ffa8c3c72edffbc39bb468d811b8cf335b2ee987
Author: Tor Lillqvist <tlillqvist at novell.com>
Date:   Sat Nov 6 21:38:12 2010 +0200

    Fix build breakage in a dbgutil-enabled build

diff --git a/dbaccess/source/core/api/RowSet.cxx b/dbaccess/source/core/api/RowSet.cxx
index 8f6dbd2..6339b8d 100644
--- a/dbaccess/source/core/api/RowSet.cxx
+++ b/dbaccess/source/core/api/RowSet.cxx
@@ -1665,7 +1665,7 @@ Reference< XResultSet > ORowSet::impl_prepareAndExecute_throw()
     catch( const SQLException& )
     {
         SQLExceptionInfo aError( ::cppu::getCaughtException() );
-        OSL_ENSURE( aError.is(), "ORowSet::impl_prepareAndExecute_throw: caught an SQLException which we cannot analyze!" );
+        OSL_ENSURE( aError.isValid(), "ORowSet::impl_prepareAndExecute_throw: caught an SQLException which we cannot analyze!" );
 
         // append information about what we were actually going to execute
         try


More information about the Libreoffice-commits mailing list