diff options
author | Eike Rathke <er@openoffice.org> | 2001-02-22 14:19:58 +0000 |
---|---|---|
committer | Eike Rathke <er@openoffice.org> | 2001-02-22 14:19:58 +0000 |
commit | 1bd59508f59a52c89738c6bbb71fce6925011418 (patch) | |
tree | 0d13029d98848eb72b8bc2eac42086a8f8ae6f3f /sc/inc/token.hxx | |
parent | 61a05c103b622f2bfae7a0153b6d5f469ff89d25 (diff) |
removed developer's sloppyness
Diffstat (limited to 'sc/inc/token.hxx')
-rw-r--r-- | sc/inc/token.hxx | 17 |
1 files changed, 2 insertions, 15 deletions
diff --git a/sc/inc/token.hxx b/sc/inc/token.hxx index 85fc2436d7d4..481a6f63e2fe 100644 --- a/sc/inc/token.hxx +++ b/sc/inc/token.hxx @@ -2,9 +2,9 @@ * * $RCSfile: token.hxx,v $ * - * $Revision: 1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: er $ $Date: 2001-02-21 18:25:45 $ + * last change: $Author: er $ $Date: 2001-02-22 15:19:58 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -90,19 +90,6 @@ enum StackVar }; -#if 0 -union { - double nValue; - ComplRefData aRef; - BYTE cByte; - ScMatrix* pMat; - USHORT nIndex; // Index fuer Name-Tabelle - sal_Unicode cStr[ MAXSTRLEN+1 ]; // String (bis 255 Zeichen + 0) - short nJump[MAXJUMPCOUNT+1]; // If/Chose-Token -}; -#endif - - class ScMatrix; class ScToken |