summaryrefslogtreecommitdiff
path: root/svx/source
diff options
context:
space:
mode:
authorNoel Grandin <noelgrandin@gmail.com>2024-11-20 16:08:14 +0200
committerNoel Grandin <noelgrandin@gmail.com>2024-11-21 08:15:37 +0100
commit664ecbd8916478cdc28a9c793fbdb9359b3cac64 (patch)
tree78b285e9d5891757347ae32e2529a1dce6d7cd1c /svx/source
parent7606a6039aa4aebbb7b8be7abc8495d9c1db2065 (diff)
remove OutDevSupportType::TransparentRect
all our backends support transparency, and have some time, XRender support became mandatory a couple of years ago. Change-Id: Ie2db7e4665068fe88a926e9791d74a82c2e75834 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/176852 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolan.mcnamara@collabora.com> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'svx/source')
-rw-r--r--svx/source/sdr/overlay/overlayselection.cxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/svx/source/sdr/overlay/overlayselection.cxx b/svx/source/sdr/overlay/overlayselection.cxx
index ff0b3a4a12f7..6f9284696d51 100644
--- a/svx/source/sdr/overlay/overlayselection.cxx
+++ b/svx/source/sdr/overlay/overlayselection.cxx
@@ -106,12 +106,6 @@ namespace sdr::overlay
// not possible when in high contrast mode
return OverlayType::Invert;
}
-
- if(!pOut->SupportsOperation(OutDevSupportType::TransparentRect))
- {
- // not possible when no fast transparence paint is supported on the system
- return OverlayType::Invert;
- }
}
}