diff options
author | Bjoern Michaelsen <bjoern.michaelsen@libreoffice.org> | 2022-09-25 13:15:03 +0200 |
---|---|---|
committer | Bjoern Michaelsen <bjoern.michaelsen@libreoffice.org> | 2022-09-26 09:30:22 +0200 |
commit | b89a5eef6daa23c27265f7451ec617dfedd2ce67 (patch) | |
tree | 55f89076e72c2ca2a1f7b75467cb3dd38b8eaeea /include/svl | |
parent | f7c88bacd214394fff3826b6ab759285f3411f56 (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')
-rw-r--r-- | include/svl/hint.hxx | 1 |
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 }; |