summaryrefslogtreecommitdiff
path: root/forms/source/helper/commandimageprovider.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'forms/source/helper/commandimageprovider.cxx')
-rw-r--r--forms/source/helper/commandimageprovider.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/forms/source/helper/commandimageprovider.cxx b/forms/source/helper/commandimageprovider.cxx
index 1370b14c8663..570d58abe94d 100644
--- a/forms/source/helper/commandimageprovider.cxx
+++ b/forms/source/helper/commandimageprovider.cxx
@@ -87,7 +87,7 @@ namespace frm
}
catch( const Exception& )
{
- DBG_UNHANDLED_EXCEPTION();
+ DBG_UNHANDLED_EXCEPTION("forms.helper");
}
// obtain the image manager or the module
@@ -104,7 +104,7 @@ namespace frm
}
catch( const Exception& )
{
- DBG_UNHANDLED_EXCEPTION();
+ DBG_UNHANDLED_EXCEPTION("forms.helper");
}
}
@@ -142,7 +142,7 @@ namespace frm
}
catch( const Exception& )
{
- DBG_UNHANDLED_EXCEPTION();
+ DBG_UNHANDLED_EXCEPTION("forms.helper");
}
return aImages;
}