summaryrefslogtreecommitdiff
path: root/include/svl/hint.hxx
diff options
context:
space:
mode:
authorBjoern Michaelsen <bjoern.michaelsen@libreoffice.org>2023-02-15 23:19:51 +0100
committerMichael Stahl <michael.stahl@allotropia.de>2023-02-21 11:35:54 +0000
commit9dd29fce292fbcfee9c5cc93d9b1de5b14aa85db (patch)
tree8861c4536f1eb690807538c79c713cfd1489a153 /include/svl/hint.hxx
parent36aa1dce8068ae18a130cbe25e906e891b318447 (diff)
replace RES_TITLE_CHANGED and RES_DESCRIPTION_CHANGED with SfxHints
Change-Id: I8342722dc4235508c86683fd292bd525247a9910 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/147134 Tested-by: Jenkins Reviewed-by: Michael Stahl <michael.stahl@allotropia.de>
Diffstat (limited to 'include/svl/hint.hxx')
-rw-r--r--include/svl/hint.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/svl/hint.hxx b/include/svl/hint.hxx
index c3d0336ac790..b85e4f66d285 100644
--- a/include/svl/hint.hxx
+++ b/include/svl/hint.hxx
@@ -147,6 +147,8 @@ enum class SfxHintId {
SwDeleteText,
SwDeleteChar,
SwSectionHidden,
+ SwTitleChanged,
+ SwDescriptionChanged,
ThisIsAnSdrHint
};