sw/inc/comcore.hxx | 1 + sw/inc/utlui.hrc | 1 + 2 files changed, 2 insertions(+)
New commits: commit 9ae63fc4a4ca683a58744f5333301e1606229069 Author: Mike Kaganski <mike.kagan...@collabora.com> AuthorDate: Tue Jul 11 05:55:10 2023 +0200 Commit: Mike Kaganski <mike.kagan...@collabora.com> CommitDate: Tue Jul 11 08:41:19 2023 +0200 Document connections between sw/inc/comcore.hxx and sw/inc/utlui.hrc Change-Id: Ibb646964ff031a34e13a814b79b0e73cb885fe37 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/154261 Tested-by: Jenkins Reviewed-by: Mike Kaganski <mike.kagan...@collabora.com> 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"),