summaryrefslogtreecommitdiff
path: root/sc/inc/token.hxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2005-03-29 12:29:38 +0000
committerRüdiger Timm <rt@openoffice.org>2005-03-29 12:29:38 +0000
commit3e8e30b925be386340bcc1aeb4a0ec375f0e0724 (patch)
treef5d2652f07d9afb78e30e2ed4d334f07ee9b19e6 /sc/inc/token.hxx
parente54a6f44f995a1b6037583c9704e8fafda194a6b (diff)
INTEGRATION: CWS dr34 (1.8.384); FILE MERGED
2005/03/11 17:40:17 dr 1.8.384.2: RESYNC: (1.8-1.9); FILE MERGED 2005/03/08 14:51:07 er 1.8.384.1: implement dtor and free memory
Diffstat (limited to 'sc/inc/token.hxx')
-rw-r--r--sc/inc/token.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/sc/inc/token.hxx b/sc/inc/token.hxx
index cb001ed5339d..ffc95c338f2f 100644
--- a/sc/inc/token.hxx
+++ b/sc/inc/token.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: token.hxx,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: vg $ $Date: 2005-03-08 11:28:51 $
+ * last change: $Author: rt $ $Date: 2005-03-29 13:29:38 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -418,6 +418,7 @@ public:
ScToken( ocPush, svJumpMatrix ), pJumpMatrix( p ) {}
ScJumpMatrixToken( const ScJumpMatrixToken& r ) :
ScToken( r ), pJumpMatrix( r.pJumpMatrix ) {}
+ virtual ~ScJumpMatrixToken();
virtual ScJumpMatrix* GetJumpMatrix() const;
virtual BOOL operator==( const ScToken& rToken ) const;
};