summaryrefslogtreecommitdiff
path: root/forms/source/component/ListBox.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'forms/source/component/ListBox.cxx')
-rw-r--r--forms/source/component/ListBox.cxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/forms/source/component/ListBox.cxx b/forms/source/component/ListBox.cxx
index 8b26bc2dd24b..ef0a4e574814 100644
--- a/forms/source/component/ListBox.cxx
+++ b/forms/source/component/ListBox.cxx
@@ -926,7 +926,7 @@ namespace frm
}
catch( const Exception& )
{
- DBG_UNHANDLED_EXCEPTION();
+ DBG_UNHANDLED_EXCEPTION("forms.component");
}
}
else if ( *aBoundColumn == -1)
@@ -1000,7 +1000,7 @@ namespace frm
}
catch( const Exception& )
{
- DBG_UNHANDLED_EXCEPTION();
+ DBG_UNHANDLED_EXCEPTION("forms.component");
return;
}
@@ -1665,7 +1665,7 @@ namespace frm
}
catch( const Exception& )
{
- DBG_UNHANDLED_EXCEPTION();
+ DBG_UNHANDLED_EXCEPTION("forms.component");
}
return aCurrentValue;
@@ -1683,7 +1683,7 @@ namespace frm
}
catch( const Exception& )
{
- DBG_UNHANDLED_EXCEPTION();
+ DBG_UNHANDLED_EXCEPTION("forms.component");
}
return aCurrentValue;
@@ -1712,7 +1712,7 @@ namespace frm
}
catch( const Exception& )
{
- DBG_UNHANDLED_EXCEPTION();
+ DBG_UNHANDLED_EXCEPTION("forms.component");
}
return aCurrentValue;
@@ -1745,7 +1745,7 @@ namespace frm
}
catch( const Exception& )
{
- DBG_UNHANDLED_EXCEPTION();
+ DBG_UNHANDLED_EXCEPTION("forms.component");
}
resumeValueListening();