summaryrefslogtreecommitdiffstats
path: root/sc/inc/scerrors.hrc
diff options
context:
space:
mode:
Diffstat (limited to 'sc/inc/scerrors.hrc')
-rw-r--r--sc/inc/scerrors.hrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/scerrors.hrc b/sc/inc/scerrors.hrc
index 3672a27b1a70..d7095c3be6a2 100644
--- a/sc/inc/scerrors.hrc
+++ b/sc/inc/scerrors.hrc
@@ -20,7 +20,7 @@
#ifndef INCLUDED_SC_INC_SCERRORS_HRC
#define INCLUDED_SC_INC_SCERRORS_HRC
-#define NC_(Context, String) (Context "\004" u8##String)
+#define NC_(Context, String) reinterpret_cast<char const *>(Context "\004" u8##String)
#include "scerrors.hxx"