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

New commits:
commit 3809a64ee66afd1be3988b1161390f9b49f1de61
Author: Caolán McNamara <caol...@redhat.com>
Date:   Thu Feb 2 10:17:12 2012 +0000

    unsigned int->sal_uInt32
    
    Signed-off-by: Lionel Elie Mamane <lio...@mamane.lu>

diff --git a/connectivity/source/drivers/postgresql/pq_databasemetadata.cxx 
b/connectivity/source/drivers/postgresql/pq_databasemetadata.cxx
index 7f8249c..bfc7be0 100644
--- a/connectivity/source/drivers/postgresql/pq_databasemetadata.cxx
+++ b/connectivity/source/drivers/postgresql/pq_databasemetadata.cxx
@@ -1625,7 +1625,7 @@ static void columnMetaData2DatabaseTypeDescription(
     Reference< XStatement > domainTypeStmt = m_origin->createStatement();
     columnMetaData2DatabaseTypeDescription( domainMap, rs, domainTypeStmt );
 
-    unsigned int colNum;
+    sal_uInt32 colNum(0);
     OUString sSchema( ASCII_STR("#invalid#") );
     OUString sTable(  ASCII_STR("#invalid#") );
 
_______________________________________________
Libreoffice-commits mailing list
Libreoffice-commits@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to