diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-12-13 09:17:42 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-12-13 09:17:42 +0100 |
commit | cb92af91dac44f266fa15f91832247347627a479 (patch) | |
tree | 6a4d6e02f0942d08de5a540df935d3ef0f9cc958 /connectivity | |
parent | f04ec99f5e6a543b8191ced61db4710c3c0de356 (diff) |
loplugin:sallogareas
Change-Id: I25f793d88a87d94925026fc3de97d02086a0c855
Diffstat (limited to 'connectivity')
-rw-r--r-- | connectivity/source/drivers/evoab2/NResultSet.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/connectivity/source/drivers/evoab2/NResultSet.cxx b/connectivity/source/drivers/evoab2/NResultSet.cxx index cbf82ff8c7b3..5453452a1365 100644 --- a/connectivity/source/drivers/evoab2/NResultSet.cxx +++ b/connectivity/source/drivers/evoab2/NResultSet.cxx @@ -263,7 +263,7 @@ getValue( EContact* pContact, sal_Int32 nColumnNum, GType nType, GValue* pStackV if ( G_PARAM_SPEC_VALUE_TYPE (pSpec) != nType ) { - SAL_WARN("connectivity.evoab", "Wrong type (0x" << std::hex << (int)G_PARAM_SPEC_VALUE_TYPE(pSpec) << ") (0x" + SAL_WARN("connectivity.evoab2", "Wrong type (0x" << std::hex << (int)G_PARAM_SPEC_VALUE_TYPE(pSpec) << ") (0x" << std::hex << (int) nType << ") " << (pSpec->name ? pSpec->name : "<noname>")); return false; } @@ -288,7 +288,7 @@ getValue( EContact* pContact, sal_Int32 nColumnNum, GType nType, GValue* pStackV pStackValue ); if ( G_VALUE_TYPE( pStackValue ) != nType ) { - SAL_WARN("connectivity.evoab", "Fetched type mismatch" ); + SAL_WARN("connectivity.evoab2", "Fetched type mismatch" ); g_value_unset( pStackValue ); return false; } |