diff options
Diffstat (limited to 'sw/inc/fldref.hrc')
-rw-r--r-- | sw/inc/fldref.hrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/fldref.hrc b/sw/inc/fldref.hrc index 20eae2d31e14..d28a1ea43cb5 100644 --- a/sw/inc/fldref.hrc +++ b/sw/inc/fldref.hrc @@ -22,7 +22,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 FLD_REF_PAGE_TYPES[] = { |