summaryrefslogtreecommitdiff
path: root/sc/inc/validat.hxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2004-05-19 06:47:22 +0000
committerRüdiger Timm <rt@openoffice.org>2004-05-19 06:47:22 +0000
commit298250175c02626fb7e7b4aef72c7c7fc106fa87 (patch)
treeb50ffecd94218edc3a914d0ea88adc512f273f77 /sc/inc/validat.hxx
parent0c0067984ed64fada0d6f2cffe98eee53f6fd8e3 (diff)
INTEGRATION: CWS scriptingf4 (1.5.138); FILE MERGED
2004/04/27 14:15:15 toconnor 1.5.138.1: #i28384# - implement Macro Selector specification
Diffstat (limited to 'sc/inc/validat.hxx')
-rw-r--r--sc/inc/validat.hxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/sc/inc/validat.hxx b/sc/inc/validat.hxx
index 7c34d4e35411..713ed22628ea 100644
--- a/sc/inc/validat.hxx
+++ b/sc/inc/validat.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: validat.hxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: hjs $ $Date: 2003-08-19 11:34:11 $
+ * last change: $Author: rt $ $Date: 2004-05-19 07:47:22 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -118,6 +118,9 @@ class ScValidationData : public ScConditionEntry
BOOL DoMacro( const ScAddress& rPos, const String& rInput,
ScFormulaCell* pCell, Window* pParent ) const;
+ BOOL DoScript( const ScAddress& rPos, const String& rInput,
+ ScFormulaCell* pCell, Window* pParent ) const;
+
public:
ScValidationData( ScValidationMode eMode, ScConditionMode eOper,
const String& rExpr1, const String& rExpr2,