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

Michael Stahl mstahl at redhat.com
Fri Aug 8 09:05:10 PDT 2014


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

New commits:
commit f1227224023ac27df43334aa162bf0f3707dd1de
Author: Michael Stahl <mstahl at 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


More information about the Libreoffice-commits mailing list