diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2010-04-12 18:37:47 +0200 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2010-04-12 18:37:47 +0200 |
commit | 79d08636b9c59c435865498ef773bc201cd96a76 (patch) | |
tree | 5e33e0e452b5009f7b2c7c39e67c2a4e77940a03 /sc/inc/chgtrack.hxx | |
parent | 4cb5221199052f80055b978063cb73f05f8563c0 (diff) | |
parent | 42babf975a2369372124fa0e97796c2950b7b47b (diff) |
CWS-TOOLING: integrate CWS dr75
Diffstat (limited to 'sc/inc/chgtrack.hxx')
-rw-r--r-- | sc/inc/chgtrack.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/chgtrack.hxx b/sc/inc/chgtrack.hxx index ffe248bb3f65..6cf3d59314ef 100644 --- a/sc/inc/chgtrack.hxx +++ b/sc/inc/chgtrack.hxx @@ -308,7 +308,6 @@ protected: GetDeletedInAddress(), p ); } BOOL RemoveDeletedIn( const ScChangeAction* ); - void RemoveAllDeletedIn(); void SetDeletedIn( ScChangeAction* ); ScChangeActionLinkEntry* AddDeleted( ScChangeAction* p ) @@ -414,6 +413,7 @@ public: { return IsDeleteType() || IsDeletedIn(); } BOOL IsDeletedIn( const ScChangeAction* ) const; BOOL IsDeletedInDelType( ScChangeActionType ) const; + void RemoveAllDeletedIn(); const ScChangeActionLinkEntry* GetFirstDeletedEntry() const { return pLinkDeleted; } |