diff options
author | gt <gt@openoffice.org> | 2001-03-28 12:22:05 +0000 |
---|---|---|
committer | gt <gt@openoffice.org> | 2001-03-28 12:22:05 +0000 |
commit | 8e09a55d2789920265798c6dbaf94edbecc214a4 (patch) | |
tree | 08b15d3d35b470403dbf8ece621807d47d8da0ed /sc/inc/validat.hxx | |
parent | e229f63c5cdb331bf624ffc23ba3004ee62a1997 (diff) |
#84472# decrease of resource effort
Diffstat (limited to 'sc/inc/validat.hxx')
-rw-r--r-- | sc/inc/validat.hxx | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/sc/inc/validat.hxx b/sc/inc/validat.hxx index 08329e251855..3d4d380285ad 100644 --- a/sc/inc/validat.hxx +++ b/sc/inc/validat.hxx @@ -2,9 +2,9 @@ * * $RCSfile: validat.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: nn $ $Date: 2000-11-01 17:24:45 $ + * last change: $Author: gt $ $Date: 2001-03-28 13:15:41 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -67,6 +67,7 @@ #endif class ScPatternAttr; +class ScTokenArray; enum ScValidationMode { @@ -115,6 +116,9 @@ public: const String& rExpr1, const String& rExpr2, ScDocument* pDocument, const ScAddress& rPos, BOOL bCompileEnglish = FALSE, BOOL bCompileXML = FALSE ); + ScValidationData( ScValidationMode eMode, ScConditionMode eOper, + const ScTokenArray* pArr1, const ScTokenArray* pArr2, + ScDocument* pDocument, const ScAddress& rPos ); ScValidationData( const ScValidationData& r ); ScValidationData( ScDocument* pDocument, const ScValidationData& r ); ScValidationData( SvStream& rStream, ScMultipleReadHeader& rHdr, |