From 27832947f0d9406c1757182ffa57262f3f03af4b Mon Sep 17 00:00:00 2001 From: Jochen Nitschke Date: Wed, 1 Feb 2017 01:00:03 +0100 Subject: defaults are good enough .. for copy ctor/assignment and dtor. inline MEMBER_CONSTRUCTOR_LIST macro Change-Id: I50296cebca3bc1aa43376ccd538c84df68a232a2 Reviewed-on: https://gerrit.libreoffice.org/33771 Tested-by: Jenkins Reviewed-by: Noel Grandin --- sd/source/filter/ppt/ppt97animations.hxx | 3 --- 1 file changed, 3 deletions(-) (limited to 'sd/source/filter/ppt/ppt97animations.hxx') diff --git a/sd/source/filter/ppt/ppt97animations.hxx b/sd/source/filter/ppt/ppt97animations.hxx index eb2079ec8c29..daa61ed6bbb0 100644 --- a/sd/source/filter/ppt/ppt97animations.hxx +++ b/sd/source/filter/ppt/ppt97animations.hxx @@ -88,11 +88,8 @@ class Ppt97Animation public: //public methods explicit Ppt97Animation( SvStream& rIn ); - Ppt97Animation( const Ppt97Animation& rAnimation ); - Ppt97Animation& operator= ( const Ppt97Animation& rAnimation ); bool operator < ( const Ppt97Animation& rAnimation ) const;//later is greater bool operator > ( const Ppt97Animation& rAnimation ) const;//later is greater - ~Ppt97Animation(); //get methods bool HasEffect() const; -- cgit v1.2.3