[Libreoffice-commits] core.git: connectivity/source
Lionel Elie Mamane
lionel at mamane.lu
Fri Jun 21 07:03:52 PDT 2013
connectivity/source/commontools/TTableHelper.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 89a8a48ccda987ccfb779ce90d39d374f0781a53
Author: Lionel Elie Mamane <lionel at mamane.lu>
Date: Fri Jun 21 16:03:28 2013 +0200
fixup
Change-Id: I20b56f8051d85aec4331d0e5bd83985580f05dbf
diff --git a/connectivity/source/commontools/TTableHelper.cxx b/connectivity/source/commontools/TTableHelper.cxx
index d833e62..3e29b7b 100644
--- a/connectivity/source/commontools/TTableHelper.cxx
+++ b/connectivity/source/commontools/TTableHelper.cxx
@@ -339,7 +339,7 @@ void OTableHelper::refreshPrimaryKeys(TStringVector& _rNames)
if ( !bAlreadyFetched )
{
aPkName = xRow->getString(6);
- SAL_WARN_IF(xRow.wasNull(),"connectivity.commontools", "NULL Primary Key name");
+ SAL_WARN_IF(xRow->wasNull(),"connectivity.commontools", "NULL Primary Key name");
SAL_WARN_IF(aPkName.isEmpty(),"connectivity.commontools", "empty Primary Key name");
bAlreadyFetched = true;
}
More information about the Libreoffice-commits
mailing list