summaryrefslogtreecommitdiff
path: root/sd/source/filter/ppt/ppt97animations.hxx
diff options
context:
space:
mode:
authorJochen Nitschke <j.nitschke+logerrit@ok.de>2017-02-01 01:00:03 +0100
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-02-01 07:40:30 +0000
commit27832947f0d9406c1757182ffa57262f3f03af4b (patch)
treeb8a1403496524d797629072bcc08e9e589926f04 /sd/source/filter/ppt/ppt97animations.hxx
parent0d17c4fa4994debb1a0d653ad9fb816c46623a57 (diff)
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 <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sd/source/filter/ppt/ppt97animations.hxx')
-rw-r--r--sd/source/filter/ppt/ppt97animations.hxx3
1 files changed, 0 insertions, 3 deletions
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;