diff options
author | Eike Rathke <erack@redhat.com> | 2017-02-27 22:24:14 +0100 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2017-02-27 22:29:54 +0100 |
commit | d5d220b47416660b2f8cc370b2d2d1baf11c77ec (patch) | |
tree | c0a22126edefe9e5334ba540206646812a2b9e23 /sc/inc | |
parent | b5c83cf676541d367ea4d0ce0c5531160f2b215b (diff) |
move assign() into operator=() and add the relevant bits to copy-ctor
Change-Id: Iac606a8e5e4fc9beb019d95d2a05f0ab9d9dad34
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 ad671fb649c2..f7c10daab2d7 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 |