dbaccess/source/core/api/CRowSetDataColumn.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit f1227224023ac27df43334aa162bf0f3707dd1de
Author: Michael Stahl <mst...@redhat.com>
Date:   Fri Aug 8 17:59:14 2014 +0200

    warning C4101: 'e': unreferenced local variable
    
    Change-Id: Ieaea27df421c939da895723485770830ac15c873

diff --git a/dbaccess/source/core/api/CRowSetDataColumn.cxx 
b/dbaccess/source/core/api/CRowSetDataColumn.cxx
index e367828..48e9221 100644
--- a/dbaccess/source/core/api/CRowSetDataColumn.cxx
+++ b/dbaccess/source/core/api/CRowSetDataColumn.cxx
@@ -113,6 +113,7 @@ void SAL_CALL ORowSetDataColumn::getFastPropertyValue( Any& 
rValue, sal_Int32 nH
         }
         catch(const SQLException &e)
         {
+            SAL_INFO("dbaccess", "exception caught: " << e.Message);
             // TODO: doing nothing matches the previous behaviour,
             //       (and keeps dbaccess unoapi test working...)
             //       but should be investigated... If the value could not be
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to