diff options
-rw-r--r-- | sw/inc/comcore.hxx | 1 | ||||
-rw-r--r-- | sw/inc/utlui.hrc | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/sw/inc/comcore.hxx b/sw/inc/comcore.hxx index 3e43536742d2..96a53fc84b2d 100644 --- a/sw/inc/comcore.hxx +++ b/sw/inc/comcore.hxx @@ -20,6 +20,7 @@ #define INCLUDED_SW_INC_COMCORE_HXX // defines for the Autoformat Redline Comments +// see sw/inc/utlui.hrc #define STR_AUTOFMTREDL_DEL_EMPTY_PARA 0 #define STR_AUTOFMTREDL_USE_REPLACE 1 #define STR_AUTOFMTREDL_CPTL_STT_WORD 2 diff --git a/sw/inc/utlui.hrc b/sw/inc/utlui.hrc index 5aa0b0e06e75..df315d709bb4 100644 --- a/sw/inc/utlui.hrc +++ b/sw/inc/utlui.hrc @@ -24,6 +24,7 @@ #define NC_(Context, String) TranslateId(Context, reinterpret_cast<char const *>(u8##String)) +// see sw/inc/comcore.hxx const TranslateId RID_SHELLRES_AUTOFMTSTRS[] = { NC_("RID_SHELLRES_AUTOFMTSTRS", "Remove empty paragraphs"), |