diff options
author | Daniel Rentz <dr@openoffice.org> | 2000-11-30 10:38:27 +0000 |
---|---|---|
committer | Daniel Rentz <dr@openoffice.org> | 2000-11-30 10:38:27 +0000 |
commit | 5bd93cc58e5f8429c0c2b4cc4b77380e34c85e1e (patch) | |
tree | b0fc2364ebc39eded50cfab3e28fead97c3f31ba /sc | |
parent | 28a9b754ab5db8eb3a35ad3aa2200c50fa3ec2c5 (diff) |
add: export of change tracking data
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/filter/inc/excdoc.hxx | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/sc/source/filter/inc/excdoc.hxx b/sc/source/filter/inc/excdoc.hxx index d3ad3953829a..10b567a3549e 100644 --- a/sc/source/filter/inc/excdoc.hxx +++ b/sc/source/filter/inc/excdoc.hxx @@ -2,9 +2,9 @@ * * $RCSfile: excdoc.hxx,v $ * - * $Revision: 1.1.1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: hr $ $Date: 2000-09-18 16:45:12 $ + * last change: $Author: dr $ $Date: 2000-11-30 11:38:27 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -88,6 +88,7 @@ class ScDocument; class NameBuffer; class ScProgress; +class XclExpChangeTrack; //class ScDPCollection; //class ScDPObject; @@ -108,6 +109,7 @@ public: inline void Append( ExcRecord* ); inline ExcRecord* First( void ); inline ExcRecord* Next( void ); + List::Count; }; @@ -194,6 +196,8 @@ private: static NameBuffer* pTabNames; + XclExpChangeTrack* pExpChangeTrack; + void Clear( void ); void Add( UINT16 nScTab ); public: |