Revert "Resolves fdo#75339 : No Error-Dialog appears in specific cases..."
This reverts commit 701bbaf93f0d31ae73e94e0cebccb1cfba0e5882. + a824b27a6a8fc11f8378157aae04c08ebace8348 Conflicts: svx/source/fmcomp/gridctrl.cxx Change-Id: I03b40d1350328df5f789d9ea45cf6d7f53058926
This commit is contained in:
parent
402e0c0a67
commit
aa7b9062f6
@ -40,7 +40,6 @@
|
|||||||
#include <com/sun/star/beans/XPropertySet.hpp>
|
#include <com/sun/star/beans/XPropertySet.hpp>
|
||||||
#include <com/sun/star/beans/PropertyChangeEvent.hpp>
|
#include <com/sun/star/beans/PropertyChangeEvent.hpp>
|
||||||
#include <comphelper/processfactory.hxx>
|
#include <comphelper/processfactory.hxx>
|
||||||
#include <cppuhelper/exc_hlp.hxx>
|
|
||||||
#include <tools/resid.hxx>
|
#include <tools/resid.hxx>
|
||||||
#include <tools/diagnose_ex.h>
|
#include <tools/diagnose_ex.h>
|
||||||
#include <vcl/menu.hxx>
|
#include <vcl/menu.hxx>
|
||||||
@ -3142,9 +3141,6 @@ bool DbGridControl::SaveRow()
|
|||||||
catch(SQLException&)
|
catch(SQLException&)
|
||||||
{
|
{
|
||||||
EndCursorAction();
|
EndCursorAction();
|
||||||
Any aError = cppu::getCaughtException();
|
|
||||||
if ( aError.hasValue() )
|
|
||||||
displayException( aError );
|
|
||||||
m_bUpdating = false;
|
m_bUpdating = false;
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user