diff options
author | Noel Grandin <noelgrandin@gmail.com> | 2025-01-05 13:23:59 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2025-01-15 08:04:35 +0100 |
commit | da758c4d15569667cc3d444ba53826b0ee5d2a90 (patch) | |
tree | f8d42f0d7d0c03e11b307d233a5bffae6a4aabf8 /include/svl | |
parent | 6ddca6f506a56ffd0d29b026de48a02cde04df60 (diff) |
convert RES_OBJECTDYING to SfxHint
and remove SwPtrMsgPoolItem, which is now unused
Change-Id: Ie5bedcd9855256d3ad90189db3df1ae978977e8c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/180180
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <stephan.bergmann@allotropia.de>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/svl')
-rw-r--r-- | include/svl/hint.hxx | 1 | ||||
-rw-r--r-- | include/svl/poolitem.hxx | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/include/svl/hint.hxx b/include/svl/hint.hxx index 0b4c626306b5..53875a19dfa5 100644 --- a/include/svl/hint.hxx +++ b/include/svl/hint.hxx @@ -233,6 +233,7 @@ enum class SfxHintId { SwHiddenParaPrint, SwFormatChange, SwAttrSetChange, + SwObjectDying, ThisIsAnSdrHint, ThisIsAnSfxEventHint diff --git a/include/svl/poolitem.hxx b/include/svl/poolitem.hxx index 13afd15dd190..979a4ceccc8d 100644 --- a/include/svl/poolitem.hxx +++ b/include/svl/poolitem.hxx @@ -486,7 +486,6 @@ enum class SfxItemType : sal_uInt16 SwPaMItemType, SwParaConnectBorderItemType, SwPtrItemType, - SwPtrMsgPoolItemType, SwRegisterItemType, SwRotationGrfType, SwShadowCursorItemType, |