diff options
author | Bjoern Michaelsen <bjoern.michaelsen@libreoffice.org> | 2023-02-15 23:19:51 +0100 |
---|---|---|
committer | Michael Stahl <michael.stahl@allotropia.de> | 2023-02-21 11:35:54 +0000 |
commit | 9dd29fce292fbcfee9c5cc93d9b1de5b14aa85db (patch) | |
tree | 8861c4536f1eb690807538c79c713cfd1489a153 /include/svl | |
parent | 36aa1dce8068ae18a130cbe25e906e891b318447 (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')
-rw-r--r-- | include/svl/hint.hxx | 2 |
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 }; |