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

Andrzej J.R. Hunt andrzej at ahunt.org
Fri Jul 19 13:47:22 PDT 2013


 connectivity/source/drivers/firebird/FResultSetMetaData.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit ac73ea2bdc6f26dd6ecc92d7f0e520e75ac09087
Author: Andrzej J.R. Hunt <andrzej at ahunt.org>
Date:   Fri Jul 19 22:43:01 2013 +0200

    Fix a silly mistake.
    
    Change-Id: I3e196f85dad3753d939af3f3ff4a55f6d9a0b69d

diff --git a/connectivity/source/drivers/firebird/FResultSetMetaData.cxx b/connectivity/source/drivers/firebird/FResultSetMetaData.cxx
index 0fd6aad..3c11fba 100644
--- a/connectivity/source/drivers/firebird/FResultSetMetaData.cxx
+++ b/connectivity/source/drivers/firebird/FResultSetMetaData.cxx
@@ -196,7 +196,7 @@ OUString SAL_CALL OResultSetMetaData::getColumnTypeName(sal_Int32 column)
             return OUString("SQL_QUAD");
         default:
             assert(false); // Should never happen
-            return 0;
+            return OUString();
     }
 }
 


More information about the Libreoffice-commits mailing list