diff options
Diffstat (limited to 'sc/inc/pvfundlg.hrc')
-rw-r--r-- | sc/inc/pvfundlg.hrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/pvfundlg.hrc b/sc/inc/pvfundlg.hrc index 1f3f8df37c17..510c5ad05c5c 100644 --- a/sc/inc/pvfundlg.hrc +++ b/sc/inc/pvfundlg.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 SCSTR_DPFUNCLISTBOX[] = { |