Kaydet (Commit) f1227224 authored tarafından Michael Stahl's avatar Michael Stahl

warning C4101: 'e': unreferenced local variable

Change-Id: Ieaea27df421c939da895723485770830ac15c873
üst b866f861
...@@ -113,6 +113,7 @@ void SAL_CALL ORowSetDataColumn::getFastPropertyValue( Any& rValue, sal_Int32 nH ...@@ -113,6 +113,7 @@ void SAL_CALL ORowSetDataColumn::getFastPropertyValue( Any& rValue, sal_Int32 nH
} }
catch(const SQLException &e) catch(const SQLException &e)
{ {
SAL_INFO("dbaccess", "exception caught: " << e.Message);
// TODO: doing nothing matches the previous behaviour, // TODO: doing nothing matches the previous behaviour,
// (and keeps dbaccess unoapi test working...) // (and keeps dbaccess unoapi test working...)
// but should be investigated... If the value could not be // but should be investigated... If the value could not be
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment