summaryrefslogtreecommitdiff
path: root/sc/inc
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2012-11-02 12:04:56 +0100
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2012-11-02 14:58:11 +0100
commit2a38429ce0b3ef389bd58590eb42e6edf6bdddef (patch)
treeb6fe446557a0e4389d518c4e799f2971aab9fca7 /sc/inc
parent6e78db23c1194a371961e2136a62fb149a8a764d (diff)
we don't need to pass this parameter
Change-Id: Ia330894b43c94d1dee09e7013999d22114ca52ac
Diffstat (limited to 'sc/inc')
-rw-r--r--sc/inc/conditio.hxx18
1 files changed, 9 insertions, 9 deletions
diff --git a/sc/inc/conditio.hxx b/sc/inc/conditio.hxx
index cebb8f421fe8..f765639315c8 100644
--- a/sc/inc/conditio.hxx
+++ b/sc/inc/conditio.hxx
@@ -254,15 +254,15 @@ protected:
private:
- bool IsDuplicate(double nArg, const rtl::OUString& rStr, const ScRangeList& rRanges) const;
- bool IsTopNElement( double nArg, const ScRangeList& rRanges ) const;
- bool IsTopNPercent( double nArg, const ScRangeList& rRanges ) const;
- bool IsBottomNElement( double nArg, const ScRangeList& rRanges ) const;
- bool IsBottomNPercent( double nArg, const ScRangeList& rRanges ) const;
- bool IsAboveAverage( double nArg, const ScRangeList& rRanges ) const;
- bool IsBelowAverage( double nArg, const ScRangeList& rRanges ) const;
-
- void FillCache(const ScRangeList& rRanges) const;
+ bool IsDuplicate(double nArg, const rtl::OUString& rStr) const;
+ bool IsTopNElement( double nArg ) const;
+ bool IsTopNPercent( double nArg ) const;
+ bool IsBottomNElement( double nArg ) const;
+ bool IsBottomNPercent( double nArg ) const;
+ bool IsAboveAverage( double nArg ) const;
+ bool IsBelowAverage( double nArg ) const;
+
+ void FillCache() const;
struct ScConditionEntryCache
{