summaryrefslogtreecommitdiff
path: root/drawinglayer/source/animation/animationtiming.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'drawinglayer/source/animation/animationtiming.cxx')
-rw-r--r--drawinglayer/source/animation/animationtiming.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/drawinglayer/source/animation/animationtiming.cxx b/drawinglayer/source/animation/animationtiming.cxx
index db629aa8d31f..4bcc3ffa5f5b 100644
--- a/drawinglayer/source/animation/animationtiming.cxx
+++ b/drawinglayer/source/animation/animationtiming.cxx
@@ -190,7 +190,7 @@ namespace drawinglayer
pNew->append(*i);
}
- return std::move(pNew);
+ return pNew;
}
bool AnimationEntryList::operator==(const AnimationEntry& rCandidate) const
@@ -283,7 +283,7 @@ namespace drawinglayer
pNew->append(*i);
}
- return std::move(pNew);
+ return pNew;
}
bool AnimationEntryLoop::operator==(const AnimationEntry& rCandidate) const