[Libreoffice-commits] .: dbaccess/source
Tor Lillqvist
tml at kemper.freedesktop.org
Sat Nov 6 12:40:36 PDT 2010
dbaccess/source/core/api/RowSet.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 8a0d563a9d7ed94eb5a12676d682f59ffb19eb78
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