diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-07-08 06:19:25 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-07-08 06:19:25 +0000 |
commit | 36a4376a38507618722c6c2421504ae77c874520 (patch) | |
tree | 9d193cec92327d64854ce0f69f6c04e070f539f2 /sc/inc/token.hxx | |
parent | 25a75dcfb30cd678465fbc547beb4104e8e24e65 (diff) |
INTEGRATION: CWS odff04 (1.15.66); FILE MERGED
2008/06/24 14:49:00 er 1.15.66.1: #i91020# support ADDRESS 4th and INDIRECT 2nd parameter for A1/R1C1 notation
Diffstat (limited to 'sc/inc/token.hxx')
-rw-r--r-- | sc/inc/token.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sc/inc/token.hxx b/sc/inc/token.hxx index 69beb1afbc58..f8c7d1b32b11 100644 --- a/sc/inc/token.hxx +++ b/sc/inc/token.hxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: token.hxx,v $ - * $Revision: 1.15 $ + * $Revision: 1.16 $ * * This file is part of OpenOffice.org. * @@ -67,6 +67,7 @@ enum StackVarEnum svError, // error token svMissing = 0x70, // 0 or "" + svSep, // separator, ocSep, ocOpen, ocClose svUnknown // unknown StackType }; |