diff options
Diffstat (limited to 'forms')
-rw-r--r-- | forms/source/component/FormComponent.cxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/forms/source/component/FormComponent.cxx b/forms/source/component/FormComponent.cxx index c8bad80d0ae6..8b3047cc176b 100644 --- a/forms/source/component/FormComponent.cxx +++ b/forms/source/component/FormComponent.cxx @@ -2259,8 +2259,7 @@ void OBoundControlModel::reset() catch( const SQLException& ) { - DBG_UNHANDLED_EXCEPTION("forms.component"); - SAL_WARN("forms.component", "OBoundControlModel::reset: caught an SQL exception!" ); + TOOLS_WARN_EXCEPTION("forms.component", "OBoundControlModel::reset: caught an SQL exception!" ); } // #i24495# - don't count the insert row as "invalid" |