diff options
author | Rüdiger Timm <rt@openoffice.org> | 2004-05-19 06:47:22 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2004-05-19 06:47:22 +0000 |
commit | 298250175c02626fb7e7b4aef72c7c7fc106fa87 (patch) | |
tree | b50ffecd94218edc3a914d0ea88adc512f273f77 /sc/inc/validat.hxx | |
parent | 0c0067984ed64fada0d6f2cffe98eee53f6fd8e3 (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.hxx | 7 |
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, |