summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/browser/sbagrid.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'dbaccess/source/ui/browser/sbagrid.cxx')
-rw-r--r--dbaccess/source/ui/browser/sbagrid.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/dbaccess/source/ui/browser/sbagrid.cxx b/dbaccess/source/ui/browser/sbagrid.cxx
index eb00026614fe..cff038d39462 100644
--- a/dbaccess/source/ui/browser/sbagrid.cxx
+++ b/dbaccess/source/ui/browser/sbagrid.cxx
@@ -964,7 +964,7 @@ Reference< XPropertySet > SbaGridControl::getField(sal_uInt16 nModelPos)
}
catch (const Exception& e)
{
- SAL_WARN("dbaccess", "SbaGridControl::getField Exception occurred: " << e.Message);
+ SAL_WARN("dbaccess", "SbaGridControl::getField Exception occurred: " << e);
}
return xEmptyReturn;
@@ -999,7 +999,7 @@ bool SbaGridControl::IsReadOnlyDB() const
}
catch (const Exception& e)
{
- SAL_WARN("dbaccess", "SbaGridControl::IsReadOnlyDB Exception occurred: " << e.Message);
+ SAL_WARN("dbaccess", "SbaGridControl::IsReadOnlyDB Exception occurred: " << e);
}
return bDBIsReadOnly;