summaryrefslogtreecommitdiff
path: root/sd/inc/errhdl.hrc
diff options
context:
space:
mode:
Diffstat (limited to 'sd/inc/errhdl.hrc')
-rw-r--r--sd/inc/errhdl.hrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/inc/errhdl.hrc b/sd/inc/errhdl.hrc
index f568a0292f62..309dbfc47324 100644
--- a/sd/inc/errhdl.hrc
+++ b/sd/inc/errhdl.hrc
@@ -20,7 +20,7 @@
#ifndef INCLUDED_SD_INC_ERRHDL_HRC
#define INCLUDED_SD_INC_ERRHDL_HRC
-#define NC_(Context, String) (Context "\004" u8##String)
+#define NC_(Context, String) reinterpret_cast<char const *>(Context "\004" u8##String)
#include "sderror.hxx"