summaryrefslogtreecommitdiffstats
path: root/forms/inc/strings.hrc
diff options
context:
space:
mode:
Diffstat (limited to 'forms/inc/strings.hrc')
-rw-r--r--forms/inc/strings.hrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/forms/inc/strings.hrc b/forms/inc/strings.hrc
index 50a5a19504f1..56f8f3d3217b 100644
--- a/forms/inc/strings.hrc
+++ b/forms/inc/strings.hrc
@@ -20,7 +20,7 @@
#ifndef INCLUDED_VCL_INC_STRINGS_HRC
#define INCLUDED_VCL_INC_STRINGS_HRC
-#define NC_(Context, String) (Context "\004" u8##String)
+#define NC_(Context, String) reinterpret_cast<char const *>(Context "\004" u8##String)
#define RID_BASELISTBOX_ERROR_FILLLIST NC_("RID_BASELISTBOX_ERROR_FILLLIST", "The contents of a combo box or list field could not be determined.")
#define RID_STR_IMPORT_GRAPHIC NC_("RID_STR_IMPORT_GRAPHIC", "Insert Image" )