diff options
Diffstat (limited to 'sc/inc/compiler.hrc')
-rw-r--r-- | sc/inc/compiler.hrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/compiler.hrc b/sc/inc/compiler.hrc index e77dd26ea6a4..f7cb95d6d33a 100644 --- a/sc/inc/compiler.hrc +++ b/sc/inc/compiler.hrc @@ -21,7 +21,7 @@ #include <unotools/resmgr.hxx> -#define NC_(Context, String) TranslateId(Context, reinterpret_cast<char const *>(u8##String)) +#define NC_(Context, String) TranslateId(Context, u8##String) const TranslateId RID_FUNCTION_CATEGORIES[] = { |