summaryrefslogtreecommitdiff
path: root/drawinglayer
diff options
context:
space:
mode:
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