diff options
author | Caolán McNamara <caolanm@redhat.com> | 2017-06-01 13:25:33 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2017-06-01 15:20:42 +0200 |
commit | f681a8623059345ad0103294f22de89e287820de (patch) | |
tree | 41c911dc985421d938662e9d31c6553c442adf2a /uui | |
parent | af79ff7a3ccc8c116da4f400ee5ee9f9df22c63b (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.cxx | 2 |
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, |