diff options
author | Chris Sherlock <chris.sherlock79@gmail.com> | 2020-12-26 11:26:37 +1100 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2021-01-08 08:24:42 +0100 |
commit | c8d564094ecb6e82ed924217651a8f88ce5039c8 (patch) | |
tree | 11fe3d95bdbe4547e0a442e6bd4027036cf52224 /include/vcl/outdev.hxx | |
parent | f2171af6ce3516598d9f8bac8294025a21a5b1a2 (diff) |
vcl: migrate OutputDevice::DrawShadowBitmapEx() to BitmapShadowFilter
Change-Id: I5d8b92d91530feed92dcdf2e384448b05eebdb0f
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/108315
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/vcl/outdev.hxx')
-rw-r--r-- | include/vcl/outdev.hxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/vcl/outdev.hxx b/include/vcl/outdev.hxx index b909875a380f..d2e21fb0324c 100644 --- a/include/vcl/outdev.hxx +++ b/include/vcl/outdev.hxx @@ -1482,9 +1482,6 @@ public: const basegfx::B2DHomMatrix& rTransformation, const BitmapEx& rBitmapEx); - void DrawShadowBitmapEx( - const BitmapEx& rBitmapEx, - ::Color aShadowColor); protected: virtual void DrawDeviceBitmap( |