Change-Id: I20b56f8051d85aec4331d0e5bd83985580f05dbf
This commit is contained in:
Lionel Elie Mamane
2013-06-21 16:03:28 +02:00
parent dbf1360e9f
commit 89a8a48ccd

View File

@@ -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;
}