summaryrefslogtreecommitdiff
path: root/drawinglayer
diff options
context:
space:
mode:
authorNoel Grandin <noelgrandin@gmail.com>2021-01-07 18:21:45 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2021-01-08 09:08:37 +0100
commitbac6c21fb20607db0758210bf9946b46ecbb2a6f (patch)
tree0b05c5bdfc9ee832249cac998cadc63c82478c6f /drawinglayer
parentb4951108cfd38ae5d0b0782fba9b382640fdb0b2 (diff)
use more IsTransparent
Change-Id: I3ef18a2601a51d56614b5da9b56e871bd33ec79e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/108942 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'drawinglayer')
-rw-r--r--drawinglayer/source/tools/wmfemfhelper.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/drawinglayer/source/tools/wmfemfhelper.cxx b/drawinglayer/source/tools/wmfemfhelper.cxx
index 45e381f1c47a..a5f0278b0c64 100644
--- a/drawinglayer/source/tools/wmfemfhelper.cxx
+++ b/drawinglayer/source/tools/wmfemfhelper.cxx
@@ -1007,7 +1007,7 @@ namespace wmfemfhelper
rWallpaper.GetGradient(),
rProperty));
}
- else if(!rWallpaper.GetColor().GetTransparency())
+ else if(!rWallpaper.GetColor().IsTransparent())
{
rTarget.append(
CreateColorWallpaper(
@@ -2236,7 +2236,7 @@ namespace wmfemfhelper
rWallpaper.GetGradient(),
rPropertyHolders.Current()));
}
- else if(!rWallpaper.GetColor().GetTransparency())
+ else if(!rWallpaper.GetColor().IsTransparent())
{
// create color background
rTargetHolders.Current().append(