summaryrefslogtreecommitdiff
path: root/include/svl/hint.hxx
diff options
context:
space:
mode:
authorBjoern Michaelsen <bjoern.michaelsen@libreoffice.org>2022-09-25 13:15:03 +0200
committerBjoern Michaelsen <bjoern.michaelsen@libreoffice.org>2022-09-26 09:30:22 +0200
commitb89a5eef6daa23c27265f7451ec617dfedd2ce67 (patch)
tree55f89076e72c2ca2a1f7b75467cb3dd38b8eaeea /include/svl/hint.hxx
parentf7c88bacd214394fff3826b6ab759285f3411f56 (diff)
introduce sw::SectionHidden as plain SfxHint
Change-Id: I7412c16d0ffd4cf38a1b4186f81703443cdf6fbe Reviewed-on: https://gerrit.libreoffice.org/c/core/+/140576 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 22f0bb8eb7e2..e0807ca89cae 100644
--- a/include/svl/hint.hxx
+++ b/include/svl/hint.hxx
@@ -143,6 +143,7 @@ enum class SfxHintId {
SwInsertText,
SwDeleteText,
SwDeleteChar,
+ SwSectionHidden,
ThisIsAnSdrHint
};