diff options
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 |