summaryrefslogtreecommitdiff
path: root/uui
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2017-02-06 19:34:09 +0000
committerCaolán McNamara <caolanm@redhat.com>2017-02-07 13:05:59 +0000
commita44e94a453cc6f089e63f18a1051efced3a4f1c4 (patch)
treeced6c999ed912110acce677ecc09b8905b9fd245 /uui
parent70b70d07ad9205c8bc2a88e79935d7630873062a (diff)
replace calculation to get RID_SVXERRCODE with RID_SVXERRCODE
presumably a hackaround from old deliver-headers era Change-Id: Idbaeec7bb8523776045ce5355235a4397b2195e4
Diffstat (limited to 'uui')
-rw-r--r--uui/source/iahndl-errorhandler.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/uui/source/iahndl-errorhandler.cxx b/uui/source/iahndl-errorhandler.cxx
index 8be4cbb3791b..856bdef2b23f 100644
--- a/uui/source/iahndl-errorhandler.cxx
+++ b/uui/source/iahndl-errorhandler.cxx
@@ -28,6 +28,7 @@
#include <tools/errinf.hxx>
#include <svtools/svtools.hrc>
+#include <svx/dialogs.hrc>
#include "ids.hrc"
#include "getcontinuations.hxx"
@@ -157,7 +158,7 @@ UUIInteractionHelper::handleErrorHandlerRequest(
RID_CHAOS_START + 12,
// cf. chaos/source/inc/cntrids.hrc, where
// #define RID_CHAOS_ERRHDL (RID_CHAOS_START + 12)
- RID_SVX_START + 350, // RID_SVXERRCODE
+ RID_SVXERRCODE,
RID_UUI_ERRHDL };
ErrCode nErrorId = nErrorCode & ~ERRCODE_WARNING_MASK;
Source eSource = nErrorId < ERRCODE_AREA_LIB1 ?