summaryrefslogtreecommitdiff
path: root/uui
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2017-06-01 13:25:33 +0100
committerCaolán McNamara <caolanm@redhat.com>2017-06-01 15:20:42 +0200
commitf681a8623059345ad0103294f22de89e287820de (patch)
tree41c911dc985421d938662e9d31c6553c442adf2a /uui
parentaf79ff7a3ccc8c116da4f400ee5ee9f9df22c63b (diff)
merge ofa res file into svt one
Change-Id: I3f22301e4301ab90e4a1090f2c47cf2403422282 Reviewed-on: https://gerrit.libreoffice.org/38309 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
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,