summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-02-07 12:12:57 +0100
committerStephan Bergmann <sbergman@redhat.com>2015-02-07 12:35:58 +0100
commit913b112d952d21913cb407fc5138681c10d587e4 (patch)
tree3cc68a276f6882ab6aee13fc25c03aa114d4ffc4
parentb3893cc5fbe7dddd6eefe523436d058ab223700c (diff)
loplugin:deletedspecial
Change-Id: I203989497f9cf7c67032331ae068184d4192eea4
-rw-r--r--include/drawinglayer/animation/animationtiming.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/drawinglayer/animation/animationtiming.hxx b/include/drawinglayer/animation/animationtiming.hxx
index 27e7ba176a57..dd52b6e15cf1 100644
--- a/include/drawinglayer/animation/animationtiming.hxx
+++ b/include/drawinglayer/animation/animationtiming.hxx
@@ -35,8 +35,8 @@ namespace drawinglayer
class DRAWINGLAYER_DLLPUBLIC AnimationEntry
{
private:
- AnimationEntry(const AnimationEntry&);
- AnimationEntry& operator=(const AnimationEntry& rCandidate);
+ AnimationEntry(const AnimationEntry&) SAL_DELETED_FUNCTION;
+ AnimationEntry& operator=(const AnimationEntry& rCandidate) SAL_DELETED_FUNCTION;
public:
AnimationEntry();