diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2024-07-08 13:32:33 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2024-07-09 18:56:13 +0200 |
commit | 02786af7ea5cde45522cdd4ac29eb6fff51977eb (patch) | |
tree | 78dbad14b1d8807d5ab96ba73cb26b911595d092 /include/svl/poolitem.hxx | |
parent | 14e216986b7353c7c57c31ff791c2c0baffbced6 (diff) |
loplugin:unusedenumconstants
Change-Id: Ifd22f5cc618137d715f78f0a04550256987752ac
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/170186
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Tested-by: Jenkins
Diffstat (limited to 'include/svl/poolitem.hxx')
-rw-r--r-- | include/svl/poolitem.hxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/svl/poolitem.hxx b/include/svl/poolitem.hxx index 197199689d54..8be865c4e9b0 100644 --- a/include/svl/poolitem.hxx +++ b/include/svl/poolitem.hxx @@ -106,7 +106,6 @@ enum class SfxItemState { }; enum class SfxItemType : sal_uInt16 { - SfxPoolItemType, AffineMatrixItemType, CntByteItemType, CntInt32ItemType, @@ -153,7 +152,6 @@ enum class SfxItemType : sal_uInt16 { ScViewObjectModeItemType, SdOptionsMiscItemType, SdOptionsPrintItemType, - SdOptionsSnapItemType, SdrAllPositionXItemType, SdrAllPositionYItemType, SdrAllSizeHeightItemType, @@ -250,13 +248,11 @@ enum class SfxItemType : sal_uInt16 { SfxBoolItemType, SfxByteItemType, SfxDocumentInfoItemType, - SfxEnumItemInterface, SfxEventNamesItemType, SfxFlagItemType, SfxFrameItemType, SfxGlobalNameItemType, SfxGrabBagItemType, - SfxHyphenRegionItemType, SfxImageItemType, SfxInt16ItemType, SfxInt32ItemType, |