diff options
Diffstat (limited to 'svx/inc/frmsel.hrc')
-rw-r--r-- | svx/inc/frmsel.hrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/inc/frmsel.hrc b/svx/inc/frmsel.hrc index 84fe78a23af2..c3fa77f9b7e2 100644 --- a/svx/inc/frmsel.hrc +++ b/svx/inc/frmsel.hrc @@ -24,7 +24,7 @@ #include <sal/types.h> #include <unotools/resmgr.hxx> -#define NC_(Context, String) TranslateId(Context, reinterpret_cast<char const *>(u8##String)) +#define NC_(Context, String) TranslateId(Context, u8##String) std::pair<TranslateId, sal_uInt16> RID_SVXSTR_FRMSEL_TEXTS[] = { |