diff options
Diffstat (limited to 'basctl/inc/strings.hrc')
-rw-r--r-- | basctl/inc/strings.hrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/basctl/inc/strings.hrc b/basctl/inc/strings.hrc index 601a58234552..324b6ba1d44b 100644 --- a/basctl/inc/strings.hrc +++ b/basctl/inc/strings.hrc @@ -20,7 +20,7 @@ #ifndef BASCTL_INC_BASIDESH_HRC #define BASCTL_INC_BASIDESH_HRC -#define NC_(Context, String) TranslateId(Context, reinterpret_cast<char const *>(u8##String)) +#define NC_(Context, String) TranslateId(Context, u8##String) #define RID_STR_FILTER_ALLFILES NC_("RID_STR_FILTER_ALLFILES", "<All>") #define RID_STR_NOMODULE NC_("RID_STR_NOMODULE", "< No Module >") |