diff options
-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; |