diff options
author | Bjoern Michaelsen <bjoern.michaelsen@libreoffice.org> | 2022-09-18 12:46:01 +0200 |
---|---|---|
committer | Bjoern Michaelsen <bjoern.michaelsen@libreoffice.org> | 2022-09-24 18:28:07 +0200 |
commit | aace38f9bf702ecbe8de7cafc0979754eaa178c1 (patch) | |
tree | dbeff21b4aab5d4d2a8de4099d76a33d1fee9f0b /include/svl | |
parent | bd19c634c631c07717ba877053c0a57ec2840d77 (diff) |
unwrap SwDelText to a plain SfxHint
Change-Id: I559f8f1e837830426e820dace6226618c5e0fc62
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/140210
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 a5cbc1913e2e..b22e9c789f3f 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 + SwDeleteText, ThisIsAnSdrHint }; |