[Libreoffice-commits] core.git: connectivity/source

Stephan Bergmann sbergman at redhat.com
Tue Dec 13 08:18:14 UTC 2016


 connectivity/source/drivers/evoab2/NResultSet.cxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit cb92af91dac44f266fa15f91832247347627a479
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Tue Dec 13 09:17:42 2016 +0100

    loplugin:sallogareas
    
    Change-Id: I25f793d88a87d94925026fc3de97d02086a0c855

diff --git a/connectivity/source/drivers/evoab2/NResultSet.cxx b/connectivity/source/drivers/evoab2/NResultSet.cxx
index cbf82ff..5453452 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;
         }


More information about the Libreoffice-commits mailing list