diff options
author | Caolán McNamara <caolanm@redhat.com> | 2016-09-04 15:34:30 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2016-09-04 16:53:19 +0100 |
commit | c233b1b63750a995fcc0547459fae4cf3ec9e735 (patch) | |
tree | c354d2bcf91de7f3696a158c71dde95f00df7a44 /sd/inc | |
parent | c5653039412114a14eb0b53e6e1ca26efaf468cd (diff) |
coverity#1371177 default assign is good enough
and
coverity#1371311
coverity#1371240
Change-Id: I1f792b9a8e3e386633d4026d8b073ab615d243f3
Diffstat (limited to 'sd/inc')
-rw-r--r-- | sd/inc/OutlinerIterator.hxx | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/sd/inc/OutlinerIterator.hxx b/sd/inc/OutlinerIterator.hxx index d5a4392dbcea..c4a1308dca43 100644 --- a/sd/inc/OutlinerIterator.hxx +++ b/sd/inc/OutlinerIterator.hxx @@ -303,16 +303,6 @@ public: */ IteratorPosition (const IteratorPosition& aPosition); - /// The destructor is a no-op at the moment. - ~IteratorPosition(); - /** Assign the content of the given position to this one. - @param aPosition - This is the position object from which to take the values of all - data members. - @return - Returns a reference to this object. - */ - IteratorPosition& operator= (const IteratorPosition& aPosition); /** Compare two positions for equality. @return <TRUE/> is returned only when all data members have the same |