diff options
author | Lionel Elie Mamane <lionel@mamane.lu> | 2013-06-21 16:03:28 +0200 |
---|---|---|
committer | Lionel Elie Mamane <lionel@mamane.lu> | 2013-06-21 16:04:21 +0200 |
commit | 89a8a48ccda987ccfb779ce90d39d374f0781a53 (patch) | |
tree | 68c9fd3ae80be38bb1dbcbb273ff03765ed9814b /connectivity | |
parent | dbf1360e9fd4ac4a346e918344ef40213fb28914 (diff) |
fixup
Change-Id: I20b56f8051d85aec4331d0e5bd83985580f05dbf
Diffstat (limited to 'connectivity')
-rw-r--r-- | connectivity/source/commontools/TTableHelper.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/connectivity/source/commontools/TTableHelper.cxx b/connectivity/source/commontools/TTableHelper.cxx index d833e6237d34..3e29b7bbd524 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; } |