summaryrefslogtreecommitdiff
path: root/reportdesign/source/ui/dlg/CondFormat.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'reportdesign/source/ui/dlg/CondFormat.cxx')
-rw-r--r--reportdesign/source/ui/dlg/CondFormat.cxx14
1 files changed, 7 insertions, 7 deletions
diff --git a/reportdesign/source/ui/dlg/CondFormat.cxx b/reportdesign/source/ui/dlg/CondFormat.cxx
index cffe5bf281ad..9a67ebdd747b 100644
--- a/reportdesign/source/ui/dlg/CondFormat.cxx
+++ b/reportdesign/source/ui/dlg/CondFormat.cxx
@@ -201,7 +201,7 @@ namespace rptui
}
catch( const Exception& )
{
- DBG_UNHANDLED_EXCEPTION();
+ DBG_UNHANDLED_EXCEPTION("reportdesign");
}
impl_conditionCountChanged();
@@ -259,7 +259,7 @@ namespace rptui
}
catch( const Exception& )
{
- DBG_UNHANDLED_EXCEPTION();
+ DBG_UNHANDLED_EXCEPTION("reportdesign");
}
impl_conditionCountChanged();
@@ -287,7 +287,7 @@ namespace rptui
}
catch( const Exception& )
{
- DBG_UNHANDLED_EXCEPTION();
+ DBG_UNHANDLED_EXCEPTION("reportdesign");
return;
}
@@ -298,7 +298,7 @@ namespace rptui
}
catch( const Exception& )
{
- DBG_UNHANDLED_EXCEPTION();
+ DBG_UNHANDLED_EXCEPTION("reportdesign");
}
// at least the two swapped conditions need to know their new index
@@ -391,7 +391,7 @@ namespace rptui
}
catch( Exception& )
{
- DBG_UNHANDLED_EXCEPTION();
+ DBG_UNHANDLED_EXCEPTION("reportdesign");
}
}
@@ -421,7 +421,7 @@ namespace rptui
}
catch( const Exception& )
{
- DBG_UNHANDLED_EXCEPTION();
+ DBG_UNHANDLED_EXCEPTION("reportdesign");
}
return sDataField;
}
@@ -469,7 +469,7 @@ namespace rptui
}
catch ( const Exception& )
{
- DBG_UNHANDLED_EXCEPTION();
+ DBG_UNHANDLED_EXCEPTION("reportdesign");
nRet = RET_NO;
}
}