summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Kaganski <mike.kaganski@collabora.com>2023-07-11 05:55:10 +0200
committerMike Kaganski <mike.kaganski@collabora.com>2023-07-11 08:41:19 +0200
commit9ae63fc4a4ca683a58744f5333301e1606229069 (patch)
tree173972180c0e089aea5c9f789905ff8ac2d42020
parentb915dd9e1559870045481403806dd073f4fb5818 (diff)
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.kaganski@collabora.com>
-rw-r--r--sw/inc/comcore.hxx1
-rw-r--r--sw/inc/utlui.hrc1
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"),