diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2014-06-23 22:24:39 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2014-06-23 22:24:39 +0200 |
commit | ef9e0d876fac67b6c7b884fe58d52e2ddf2b3004 (patch) | |
tree | 722dd0befbb736eae0658e542a9069a396860fb1 | |
parent | 701bbaf93f0d31ae73e94e0cebccb1cfba0e5882 (diff) |
Try to fix
Change-Id: I429c0488405865788c06e680fd946e07e3fc7ae3
-rw-r--r-- | svx/source/fmcomp/gridctrl.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/fmcomp/gridctrl.cxx b/svx/source/fmcomp/gridctrl.cxx index 89beac5074d2..4d6239b1f338 100644 --- a/svx/source/fmcomp/gridctrl.cxx +++ b/svx/source/fmcomp/gridctrl.cxx @@ -3141,7 +3141,7 @@ bool DbGridControl::SaveRow() catch(SQLException&) { EndCursorAction(); - Any aError = ::cppu::getCaughtException(); + Any aError = cppu::getCaughtException(); if ( aError.hasValue() ) displayException( aError ); m_bUpdating = false; |