summaryrefslogtreecommitdiff
path: root/include/drawinglayer/attribute/sdrshadowattribute.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-08-25 13:16:54 +0200
committerNoel Grandin <noel@peralex.com>2016-08-25 13:34:46 +0200
commitb9ab0dd3e5eb3c948ee9a29006637e48d5751a5e (patch)
tree7e07b3d44bffc758c920216a0fa9194b90741a32 /include/drawinglayer/attribute/sdrshadowattribute.hxx
parent3d8154789bca1f5a0901859e23bf5e4b458af1ff (diff)
cid#1371276 Missing move assignment operator
also cid#1371234, cid#1371249, cid#1371208, cid#1371250, cid#1371258, cid#1371266, cid#1371257, cid#1371221 Change-Id: I18d952887b684e1999d003cec0f668789c851b52
Diffstat (limited to 'include/drawinglayer/attribute/sdrshadowattribute.hxx')
-rw-r--r--include/drawinglayer/attribute/sdrshadowattribute.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/drawinglayer/attribute/sdrshadowattribute.hxx b/include/drawinglayer/attribute/sdrshadowattribute.hxx
index d92110dbdb49..2bb7c13b1bbb 100644
--- a/include/drawinglayer/attribute/sdrshadowattribute.hxx
+++ b/include/drawinglayer/attribute/sdrshadowattribute.hxx
@@ -56,7 +56,9 @@ namespace drawinglayer
const basegfx::BColor& rColor);
SdrShadowAttribute();
SdrShadowAttribute(const SdrShadowAttribute& rCandidate);
+ SdrShadowAttribute(SdrShadowAttribute&& rCandidate);
SdrShadowAttribute& operator=(const SdrShadowAttribute& rCandidate);
+ SdrShadowAttribute& operator=(SdrShadowAttribute&& rCandidate);
~SdrShadowAttribute();
// checks if the incarnation is default constructed