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