diff options
Diffstat (limited to 'svx/inc/fmstring.hrc')
-rw-r--r-- | svx/inc/fmstring.hrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/inc/fmstring.hrc b/svx/inc/fmstring.hrc index 01919405bb91..d630f354b879 100644 --- a/svx/inc/fmstring.hrc +++ b/svx/inc/fmstring.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 RID_RSC_SQL_INTERNATIONAL[] = { |