Kaydet (Commit) 913b112d authored tarafından Stephan Bergmann's avatar Stephan Bergmann

loplugin:deletedspecial

Change-Id: I203989497f9cf7c67032331ae068184d4192eea4
üst b3893cc5
......@@ -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();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment