diff options
author | Sascha Ballach <sab@openoffice.org> | 2001-01-19 14:02:26 +0000 |
---|---|---|
committer | Sascha Ballach <sab@openoffice.org> | 2001-01-19 14:02:26 +0000 |
commit | afe2bfcfc60ef649d2b9779d18781d25a20af163 (patch) | |
tree | e8a9749305e3927d9e25ddf49941b68c1cdf93f3 /sc/inc/chgtrack.hxx | |
parent | 83f5f1f7f85c23661c980756b569ae3b45953539 (diff) |
add public method GetFirstGenerated to ScChangeTrack
Diffstat (limited to 'sc/inc/chgtrack.hxx')
-rw-r--r-- | sc/inc/chgtrack.hxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sc/inc/chgtrack.hxx b/sc/inc/chgtrack.hxx index bb326ca3665f..9510d93100c3 100644 --- a/sc/inc/chgtrack.hxx +++ b/sc/inc/chgtrack.hxx @@ -2,9 +2,9 @@ * * $RCSfile: chgtrack.hxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: dr $ $Date: 2000-12-18 11:42:30 $ + * last change: $Author: sab $ $Date: 2001-01-19 15:02:26 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -1077,6 +1077,7 @@ public: virtual ~ScChangeTrack(); void Clear(); + ScChangeActionContent* GetFirstGenerated() const { return pFirstGeneratedDelContent; } ScChangeAction* GetFirst() const { return pFirst; } ScChangeAction* GetLast() const { return pLast; } ULONG GetActionMax() const { return nActionMax; } |