summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2016-12-02 10:09:15 +0000
committerJan Holesovsky <kendy@collabora.com>2018-05-22 12:16:54 +0200
commit96574b61a48d2ebad9482214f8b8336498c5c90d (patch)
treed026c376b7b4485004e36face707642472cd5bdb /include
parent758a3e7ea664fa877a060dc46a375c4762d2f206 (diff)
coverity#1371200 Missing move assignment operator
adjust things to not need one Change-Id: I1079f50d8813f86c4828be602687b4cbffe61415 (cherry picked from commit 2d2329f441aa67e8be9f77dcfa3d048e50651357)
Diffstat (limited to 'include')
-rw-r--r--include/svx/bmpmask.hxx3
-rw-r--r--include/svx/svdograf.hxx1
2 files changed, 4 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,
diff --git a/include/svx/svdograf.hxx b/include/svx/svdograf.hxx
index 8622fd39f2c6..652a00eb26ca 100644
--- a/include/svx/svdograf.hxx
+++ b/include/svx/svdograf.hxx
@@ -114,6 +114,7 @@ private:
DECL_LINK( ImpSwapHdl, const GraphicObject*, SvStream* );
DECL_LINK( ReplacementSwapHdl, const GraphicObject*, SvStream* );
void onGraphicChanged();
+ GDIMetaFile GetMetaFile(GraphicType &rGraphicType) const;
public: