summaryrefslogtreecommitdiff
path: root/drawinglayer
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-08-25 14:19:41 +0200
committerStephan Bergmann <sbergman@redhat.com>2016-08-25 14:19:41 +0200
commit269b58a04687f39042b57f5a3e59194b8ddfae58 (patch)
tree7bec905db04810f312b218f583b706984e01b63e /drawinglayer
parent228d0950f5a0c0806355d3ecdf08d97d818b772b (diff)
Missing operator definition
Change-Id: I39d3b68ca317a4a259b77532efc0897fc89a6fe9
Diffstat (limited to 'drawinglayer')
-rw-r--r--drawinglayer/source/attribute/sdrlightingattribute3d.cxx6
1 files changed, 6 insertions, 0 deletions
diff --git a/drawinglayer/source/attribute/sdrlightingattribute3d.cxx b/drawinglayer/source/attribute/sdrlightingattribute3d.cxx
index 67f5037e65d8..f2705e998a2a 100644
--- a/drawinglayer/source/attribute/sdrlightingattribute3d.cxx
+++ b/drawinglayer/source/attribute/sdrlightingattribute3d.cxx
@@ -104,6 +104,12 @@ namespace drawinglayer
return *this;
}
+ SdrLightingAttribute& SdrLightingAttribute::operator=(SdrLightingAttribute&& rCandidate)
+ {
+ mpSdrLightingAttribute = std::move(rCandidate.mpSdrLightingAttribute);
+ return *this;
+ }
+
bool SdrLightingAttribute::operator==(const SdrLightingAttribute& rCandidate) const
{
// tdf#87509 default attr is always != non-default attr, even with same values