summaryrefslogtreecommitdiff
path: root/sc/inc
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2008-04-18 12:17:17 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2008-04-18 12:17:17 +0000
commit21ccbf556ed7c6a1b02a6b4009b064dfc84c9178 (patch)
tree19b5dfc891fece52fd25a88ee95fce1efba82a33 /sc/inc
parent721363df22e0622bff2348687eebb5265af05d08 (diff)
INTEGRATION: CWS xmlfilter04 (1.2.54); FILE MERGED
2008/03/07 02:06:04 kohei 1.2.54.1: remove the two boolean properties from ScFormulaParserObj and put the new formula convention property.
Diffstat (limited to 'sc/inc')
-rw-r--r--sc/inc/tokenuno.hxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/sc/inc/tokenuno.hxx b/sc/inc/tokenuno.hxx
index 24d017daa03d..4d10f044ba12 100644
--- a/sc/inc/tokenuno.hxx
+++ b/sc/inc/tokenuno.hxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: tokenuno.hxx,v $
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
* This file is part of OpenOffice.org.
*
@@ -73,9 +73,8 @@ private:
ScCompiler::OpCodeMapPtr mxOpCodeMap;
ScDocShell* mpDocShell;
ScAddress maRefPos;
+ sal_Int16 mnConv;
bool mbEnglish;
- bool mbR1C1;
- bool mbComp3D;
bool mbIgnoreSpaces;
void SetCompilerFlags( ScCompiler& rCompiler ) const;