diff options
-rw-r--r-- | sc/inc/validat.hxx | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/sc/inc/validat.hxx b/sc/inc/validat.hxx index ac6412652682..0f7cae759154 100644 --- a/sc/inc/validat.hxx +++ b/sc/inc/validat.hxx @@ -4,9 +4,9 @@ * * $RCSfile: validat.hxx,v $ * - * $Revision: 1.11 $ + * $Revision: 1.12 $ * - * last change: $Author: vg $ $Date: 2006-04-07 08:25:02 $ + * last change: $Author: vg $ $Date: 2007-02-27 11:58:47 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -95,6 +95,8 @@ class ScValidationData : public ScConditionEntry BOOL DoScript( const ScAddress& rPos, const String& rInput, ScFormulaCell* pCell, Window* pParent ) const; + using ScConditionEntry::operator==; + public: ScValidationData( ScValidationMode eMode, ScConditionMode eOper, const String& rExpr1, const String& rExpr2, @@ -188,7 +190,7 @@ private: typedef ScValidationData* ScValidationDataPtr; SV_DECL_PTRARR_SORT(ScValidationEntries_Impl, ScValidationDataPtr, - SC_COND_GROW, SC_COND_GROW); + SC_COND_GROW, SC_COND_GROW) class ScValidationDataList : public ScValidationEntries_Impl { |