summaryrefslogtreecommitdiff
path: root/uui
diff options
context:
space:
mode:
Diffstat (limited to 'uui')
-rw-r--r--uui/source/iahndl-errorhandler.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/uui/source/iahndl-errorhandler.cxx b/uui/source/iahndl-errorhandler.cxx
index 3e90c6ebdb36..c69fc57d435d 100644
--- a/uui/source/iahndl-errorhandler.cxx
+++ b/uui/source/iahndl-errorhandler.cxx
@@ -152,7 +152,7 @@ UUIInteractionHelper::handleErrorHandlerRequest(
OUString aMessage;
{
enum Source { SOURCE_DEFAULT, SOURCE_SVX, SOURCE_UUI };
- static char const * const aManager[3] = { "ofa", "svx", "uui" };
+ static char const * const aManager[3] = { "svt", "svx", "uui" };
static sal_uInt16 const aId[3]
= { RID_ERRHDL,
RID_SVXERRCODE,