diff --git a/svx/source/fmcomp/gridctrl.cxx b/svx/source/fmcomp/gridctrl.cxx index fd540881bcdf..89beac5074d2 100644 --- a/svx/source/fmcomp/gridctrl.cxx +++ b/svx/source/fmcomp/gridctrl.cxx @@ -3141,6 +3141,9 @@ bool DbGridControl::SaveRow() catch(SQLException&) { EndCursorAction(); + Any aError = ::cppu::getCaughtException(); + if ( aError.hasValue() ) + displayException( aError ); m_bUpdating = false; return false; }