From eea9f1ee27db98617871b9ecf80e9b3a62a4e723 Mon Sep 17 00:00:00 2001 From: Bjoern Michaelsen Date: Sat, 24 Sep 2022 19:28:17 +0200 Subject: 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 --- include/svl/hint.hxx | 1 + 1 file changed, 1 insertion(+) (limited to 'include/svl/hint.hxx') 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 -- cgit