diff options
Diffstat (limited to 'sw/inc/AccessibilityCheckStrings.hrc')
-rw-r--r-- | sw/inc/AccessibilityCheckStrings.hrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/AccessibilityCheckStrings.hrc b/sw/inc/AccessibilityCheckStrings.hrc index 200d63965665..44dd7217dc04 100644 --- a/sw/inc/AccessibilityCheckStrings.hrc +++ b/sw/inc/AccessibilityCheckStrings.hrc @@ -11,7 +11,7 @@ #ifndef INCLUDED_SW_INC_ACCESSIBILITY_CHECK_STRINGS_HRC #define INCLUDED_SW_INC_ACCESSIBILITY_CHECK_STRINGS_HRC -#define NC_(Context, String) TranslateId(Context, reinterpret_cast<char const *>(u8##String)) +#define NC_(Context, String) TranslateId(Context, u8##String) #define STR_NO_ALT NC_("STR_NO_ALT", "%OBJECT_NAME%") #define STR_TABLE_MERGE_SPLIT NC_("STR_TABLE_MERGE_SPLIT", "Table “%OBJECT_NAME%” contains merges or splits.") |