diff options
Diffstat (limited to 'sc/inc')
-rw-r--r-- | sc/inc/postit.hxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sc/inc/postit.hxx b/sc/inc/postit.hxx index a6bfe232dd4b..129989b94fa5 100644 --- a/sc/inc/postit.hxx +++ b/sc/inc/postit.hxx @@ -88,9 +88,6 @@ private: bool decRef() const; //< @returns <TRUE/> if the last reference was decremented. void decRefAndDestroy(); //< Destroys caption object if the last reference was decremented. - /** Operations common to ctor and assignment operator, maintaining the lists. */ - void assign( const ScCaptionPtr& r, bool bAssignment ); - /** Remove from current list and close gap. Usually there are only very few instances, so maintaining a doubly |