diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-07-03 14:50:53 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-07-04 09:18:09 +0200 |
commit | 0ba0cfa9a0173a5cca9e230f980b9f4efde7a794 (patch) | |
tree | 511f9ebb4caffce15b383179bc147c6fecc7ac18 /include/svx/bmpmask.hxx | |
parent | 405c4e37b2ddf3afeda5e4bf9f57a3c9dd5eab85 (diff) |
move "replace transparency" logic inside vcl
Change-Id: I7e6994ec6bf7f0c7380df36c49d0b05a9d27c673
Reviewed-on: https://gerrit.libreoffice.org/75041
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/svx/bmpmask.hxx')
-rw-r--r-- | include/svx/bmpmask.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/svx/bmpmask.hxx b/include/svx/bmpmask.hxx index 6020133cd1e7..05420369ca35 100644 --- a/include/svx/bmpmask.hxx +++ b/include/svx/bmpmask.hxx @@ -141,8 +141,6 @@ class SAL_WARN_UNUSED SVX_DLLPUBLIC SvxBmpMask : public SfxDockingWindow GDIMetaFile GetMetaFile(const Graphic& rGraphic); - static BitmapEx ImpReplaceTransparency( const BitmapEx& rBmpEx, - const Color& rColor ); static Animation ImpReplaceTransparency( const Animation& rAnim, const Color& rColor ); static GDIMetaFile ImpReplaceTransparency( const GDIMetaFile& rMtf, |