diff options
author | Bjoern Michaelsen <bjoern.michaelsen@libreoffice.org> | 2022-09-24 19:28:17 +0200 |
---|---|---|
committer | Bjoern Michaelsen <bjoern.michaelsen@libreoffice.org> | 2022-09-25 10:42:33 +0200 |
commit | eea9f1ee27db98617871b9ecf80e9b3a62a4e723 (patch) | |
tree | 31c586cc335f2e32557016ccb5033b03fbe4cc40 /include/svl/hint.hxx | |
parent | 79152891824581ad765dc8518150027c417bb9a2 (diff) |
unwrap SwInsText to a plain SfxHint
- also add some constnesss and move some things to private
Change-Id: I67a45e1326361b5a8f7e320b3525e74e93b1ef12
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/140556
Tested-by: Jenkins
Reviewed-by: Bjoern Michaelsen <bjoern.michaelsen@libreoffice.org>
Diffstat (limited to 'include/svl/hint.hxx')
-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 b22e9c789f3f..4b4677cd768d 100644 --- a/include/svl/hint.hxx +++ b/include/svl/hint.hxx @@ -140,6 +140,7 @@ enum class SfxHintId { SwGatherRefFields, SwGatherFields, SwNameChanged, // this can possibly be replaced by the generic NameChanged above + SwInsertText, SwDeleteText, ThisIsAnSdrHint |