diff options
author | Eike Rathke <er@openoffice.org> | 2001-02-16 16:55:31 +0000 |
---|---|---|
committer | Eike Rathke <er@openoffice.org> | 2001-02-16 16:55:31 +0000 |
commit | ebe814202662d4719e144d62b5e4473c0cc15400 (patch) | |
tree | ad6440e902254df458aa2b110c3a46a5f73b4e55 /sc/inc/chgtrack.hxx | |
parent | cd3df520cb36ede4cc50a96bc5a38003ef8f2c0f (diff) |
del: unused IsMasterType (would have to be extended for matrix anyways)
Diffstat (limited to 'sc/inc/chgtrack.hxx')
-rw-r--r-- | sc/inc/chgtrack.hxx | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/sc/inc/chgtrack.hxx b/sc/inc/chgtrack.hxx index 1b46f1b656ec..3282032a1ddc 100644 --- a/sc/inc/chgtrack.hxx +++ b/sc/inc/chgtrack.hxx @@ -2,9 +2,9 @@ * * $RCSfile: chgtrack.hxx,v $ * - * $Revision: 1.13 $ + * $Revision: 1.14 $ * - * last change: $Author: sab $ $Date: 2001-02-12 12:17:21 $ + * last change: $Author: er $ $Date: 2001-02-16 17:55:31 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -440,11 +440,6 @@ public: eType == SC_CAT_DELETE_ROWS || eType == SC_CAT_DELETE_TABS; } - BOOL IsMasterType() const - { // alles was echte Abhaengige haben kann - return IsInsertType() || - eType == SC_CAT_MOVE; - } BOOL IsVirgin() const { return eState == SC_CAS_VIRGIN; } BOOL IsAccepted() const |