summaryrefslogtreecommitdiff
path: root/sc/inc/validat.hxx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2008-03-06 14:22:53 +0000
committerKurt Zenker <kz@openoffice.org>2008-03-06 14:22:53 +0000
commit62d9399935f87597721f3589ed10871ef8bfcb01 (patch)
tree49d9482812d26e5c56b0aad465038b8774f4905e /sc/inc/validat.hxx
parent345dae574710059125b568f09978c6300d43bf3c (diff)
INTEGRATION: CWS odff (1.13.64); FILE MERGED
2007/09/06 10:43:07 er 1.13.64.1: #i81063# new ScGrammar; get rid of SetCompileEnglish, SetCompileXML, GetEnglishFormula, ...
Diffstat (limited to 'sc/inc/validat.hxx')
-rw-r--r--sc/inc/validat.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/inc/validat.hxx b/sc/inc/validat.hxx
index 02c13bbe4887..bbafc1e5267b 100644
--- a/sc/inc/validat.hxx
+++ b/sc/inc/validat.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: validat.hxx,v $
*
- * $Revision: 1.13 $
+ * $Revision: 1.14 $
*
- * last change: $Author: rt $ $Date: 2007-07-03 15:46:58 $
+ * last change: $Author: kz $ $Date: 2008-03-06 15:22:53 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -101,7 +101,7 @@ public:
ScValidationData( ScValidationMode eMode, ScConditionMode eOper,
const String& rExpr1, const String& rExpr2,
ScDocument* pDocument, const ScAddress& rPos,
- BOOL bCompileEnglish = FALSE, BOOL bCompileXML = FALSE );
+ const ScGrammar::Grammar eGrammar = ScGrammar::GRAM_DEFAULT );
ScValidationData( ScValidationMode eMode, ScConditionMode eOper,
const ScTokenArray* pArr1, const ScTokenArray* pArr2,
ScDocument* pDocument, const ScAddress& rPos );