summaryrefslogtreecommitdiff
path: root/include/svx/bmpmask.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2016-12-02 10:09:15 +0000
committerCaolán McNamara <caolanm@redhat.com>2016-12-02 10:58:04 +0000
commit2d2329f441aa67e8be9f77dcfa3d048e50651357 (patch)
tree0b4d6c1f21ea1ffe15bffaee1f71eeb847043de0 /include/svx/bmpmask.hxx
parentd596053eeebe04bce7d96b3fda698e9df96c1c3d (diff)
coverity#1371200 Missing move assignment operator
adjust things to not need one Change-Id: I1079f50d8813f86c4828be602687b4cbffe61415
Diffstat (limited to 'include/svx/bmpmask.hxx')
-rw-r--r--include/svx/bmpmask.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/svx/bmpmask.hxx b/include/svx/bmpmask.hxx
index 6705b1c5fe5b..c5066834d250 100644
--- a/include/svx/bmpmask.hxx
+++ b/include/svx/bmpmask.hxx
@@ -124,6 +124,9 @@ class SAL_WARN_UNUSED SVX_DLLPUBLIC SvxBmpMask : public SfxDockingWindow
BitmapEx ImpMaskTransparent( const BitmapEx& rBitmapEx,
const Color& rColor,
const long nTol );
+
+ GDIMetaFile GetMetaFile(const Graphic& rGraphic);
+
static BitmapEx ImpReplaceTransparency( const BitmapEx& rBmpEx,
const Color& rColor );
static Animation ImpReplaceTransparency( const Animation& rAnim,