diff options
author | Niklas Nebel <nn@openoffice.org> | 2000-11-01 16:28:31 +0000 |
---|---|---|
committer | Niklas Nebel <nn@openoffice.org> | 2000-11-01 16:28:31 +0000 |
commit | 239ec7e6a514d75fcfd8964b5f1cecae5a8c7591 (patch) | |
tree | 96a3974d3f11f075483dbb6902d253fa7d19eab2 /sc/inc/validat.hxx | |
parent | c43126f8ffe6459d68cc40f1c56a9ceacc824f2d (diff) |
allow XML style references in formulas
Diffstat (limited to 'sc/inc/validat.hxx')
-rw-r--r-- | sc/inc/validat.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/inc/validat.hxx b/sc/inc/validat.hxx index d4f9b65032c9..08329e251855 100644 --- a/sc/inc/validat.hxx +++ b/sc/inc/validat.hxx @@ -2,9 +2,9 @@ * * $RCSfile: validat.hxx,v $ * - * $Revision: 1.1.1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: hr $ $Date: 2000-09-18 16:44:50 $ + * last change: $Author: nn $ $Date: 2000-11-01 17:24:45 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -114,7 +114,7 @@ public: ScValidationData( ScValidationMode eMode, ScConditionMode eOper, const String& rExpr1, const String& rExpr2, ScDocument* pDocument, const ScAddress& rPos, - BOOL bCompileEnglish = FALSE ); + BOOL bCompileEnglish = FALSE, BOOL bCompileXML = FALSE ); ScValidationData( const ScValidationData& r ); ScValidationData( ScDocument* pDocument, const ScValidationData& r ); ScValidationData( SvStream& rStream, ScMultipleReadHeader& rHdr, |