summaryrefslogtreecommitdiff
path: root/include/svl/hint.hxx
diff options
context:
space:
mode:
authorBjoern Michaelsen <bjoern.michaelsen@libreoffice.org>2022-09-15 00:34:50 +0200
committerBjoern Michaelsen <bjoern.michaelsen@libreoffice.org>2022-09-24 15:09:41 +0200
commitf48cb25a914902d92bd109eff86ec3b6d26ba9c3 (patch)
tree35c1b53571574a56c7baae57670e3cf2ad5f2058 /include/svl/hint.hxx
parent6367348d5ce7d85697732b549d9d8591309b8db6 (diff)
Replace RES_NAME_CHANGED with an SfxHint for stronger typing
Change-Id: I0bbe9dc4e10491aafcc623c2add62a246ea67d80 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/139961 Tested-by: Jenkins Reviewed-by: Bjoern Michaelsen <bjoern.michaelsen@libreoffice.org>
Diffstat (limited to 'include/svl/hint.hxx')
-rw-r--r--include/svl/hint.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/svl/hint.hxx b/include/svl/hint.hxx
index 0009a2b3b080..a5cbc1913e2e 100644
--- a/include/svl/hint.hxx
+++ b/include/svl/hint.hxx
@@ -139,6 +139,7 @@ enum class SfxHintId {
SwGatherNodeIndex,
SwGatherRefFields,
SwGatherFields,
+ SwNameChanged, // this can possibly be replaced by the generic NameChanged above
ThisIsAnSdrHint
};