diff options
author | Bjoern Michaelsen <bjoern.michaelsen@libreoffice.org> | 2022-09-25 11:34:10 +0200 |
---|---|---|
committer | Bjoern Michaelsen <bjoern.michaelsen@libreoffice.org> | 2022-09-25 20:01:53 +0200 |
commit | eb1294a60783ceb450cefd6891d6eafa0021aadc (patch) | |
tree | 25470a6789c0bef04bf071f7e18e9194c78b1284 /include | |
parent | b0cab944460816b96921bf4efd76e25d1cf75816 (diff) |
unwrap SwDelChr to plain SfxHint
Change-Id: Ief37a8025181b6cc8a6e484e2726d8a8d92f57ea
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/140567
Tested-by: Jenkins
Reviewed-by: Bjoern Michaelsen <bjoern.michaelsen@libreoffice.org>
Diffstat (limited to 'include')
-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 4b4677cd768d..22f0bb8eb7e2 100644 --- a/include/svl/hint.hxx +++ b/include/svl/hint.hxx @@ -142,6 +142,7 @@ enum class SfxHintId { SwNameChanged, // this can possibly be replaced by the generic NameChanged above SwInsertText, SwDeleteText, + SwDeleteChar, ThisIsAnSdrHint }; |