summaryrefslogtreecommitdiff
path: root/include/svl
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2024-07-31 09:31:12 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2024-07-31 12:41:06 +0200
commit8118d1be1be11e8c8c70a0a12da25f0fb3c250f1 (patch)
tree24137b99f68f947260e3130b0ae00d05c607843b /include/svl
parent550ef55881f992b53f860b7f29f4716846779ea0 (diff)
tdf#161846 use more GetItemSurrogatesForItem
lots of time spent searching surrogates, and we can use GetItemSurrogatesForItem here. Also, add another SfxItemType which I missed in my earlier changes Change-Id: I9b989d75dbc3cdcdc1e97bf41836b92dd2852113 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/171272 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/svl')
-rw-r--r--include/svl/poolitem.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/svl/poolitem.hxx b/include/svl/poolitem.hxx
index 17ab04f32166..8e86d43dae6f 100644
--- a/include/svl/poolitem.hxx
+++ b/include/svl/poolitem.hxx
@@ -486,6 +486,7 @@ enum class SfxItemType : sal_uInt16 {
XFillBmpTileOffsetXItemType,
XFillBmpTileOffsetYItemType,
XFillColorItemType,
+ XFillFloatTransparenceItemType,
XFillGradientItemType,
XFillHatchItemType,
XFillStyleItemType,