summaryrefslogtreecommitdiff
path: root/accessibility/inc/strings.hrc
diff options
context:
space:
mode:
Diffstat (limited to 'accessibility/inc/strings.hrc')
-rw-r--r--accessibility/inc/strings.hrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/accessibility/inc/strings.hrc b/accessibility/inc/strings.hrc
index 6e713e15d6b8..b65855534fea 100644
--- a/accessibility/inc/strings.hrc
+++ b/accessibility/inc/strings.hrc
@@ -20,7 +20,7 @@
#ifndef ACCESSIBILITY_HELPER_ACCESSIBLESTRINGS_HRC_
#define ACCESSIBILITY_HELPER_ACCESSIBLESTRINGS_HRC_
-#define NC_(Context, String) (Context "\004" u8##String)
+#define NC_(Context, String) reinterpret_cast<char const *>(Context "\004" u8##String)
#define RID_STR_ACC_NAME_BROWSEBUTTON NC_("RID_STR_ACC_NAME_BROWSEBUTTON", "Browse")
#define STR_SVT_ACC_ACTION_EXPAND NC_("STR_SVT_ACC_ACTION_EXPAND", "Expand" )