diff options
Diffstat (limited to 'cui/inc/treeopt.hrc')
-rw-r--r-- | cui/inc/treeopt.hrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/inc/treeopt.hrc b/cui/inc/treeopt.hrc index cdd7b582da89..27b7998c8c2d 100644 --- a/cui/inc/treeopt.hrc +++ b/cui/inc/treeopt.hrc @@ -27,7 +27,7 @@ #include <utility> -#define NC_(Context, String) TranslateId(Context, reinterpret_cast<char const *>(u8##String)) +#define NC_(Context, String) TranslateId(Context, u8##String) const std::pair<TranslateId, sal_uInt16> SID_GENERAL_OPTIONS_RES[] = { |