summaryrefslogtreecommitdiff
path: root/forms/source/runtime/formoperations.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'forms/source/runtime/formoperations.cxx')
-rw-r--r--forms/source/runtime/formoperations.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/forms/source/runtime/formoperations.cxx b/forms/source/runtime/formoperations.cxx
index d1150a7b02b4..0bd7486952ac 100644
--- a/forms/source/runtime/formoperations.cxx
+++ b/forms/source/runtime/formoperations.cxx
@@ -937,7 +937,7 @@ namespace frm
catch( const SQLException& ) { throw; }
catch( const Exception& )
{
- DBG_UNHANDLED_EXCEPTION();
+ DBG_UNHANDLED_EXCEPTION("forms.runtime");
bSuccess = false;
}
@@ -1094,7 +1094,7 @@ namespace frm
}
catch( const Exception& )
{
- DBG_UNHANDLED_EXCEPTION();
+ DBG_UNHANDLED_EXCEPTION("forms.runtime");
}
m_xController.clear();
@@ -1409,7 +1409,7 @@ namespace frm
}
catch( const Exception& )
{
- DBG_UNHANDLED_EXCEPTION();
+ DBG_UNHANDLED_EXCEPTION("forms.runtime");
}
return xField;
@@ -1444,7 +1444,7 @@ namespace frm
}
catch( const Exception& )
{
- DBG_UNHANDLED_EXCEPTION();
+ DBG_UNHANDLED_EXCEPTION("forms.runtime");
}
return -1;
}
@@ -1534,7 +1534,7 @@ namespace frm
}
catch( const Exception& )
{
- DBG_UNHANDLED_EXCEPTION();
+ DBG_UNHANDLED_EXCEPTION("forms.runtime");
}
}