diff options
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, |