diff options
author | Noel Grandin <noel@peralex.com> | 2014-05-12 12:06:29 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-05-13 12:00:27 +0200 |
commit | ffa2229a8ebf3b42f6327589814063fc39db7118 (patch) | |
tree | 0f3abaaaa143a0f8b784ad0a80f64207e3e10bc2 /sc/inc/compressedarray.hxx | |
parent | fd4c3670dc509f3e10132106475c3dc414f91412 (diff) |
remove dead code
Change-Id: Ic4fb478921714429af138ca212bd7f67f408d434
Diffstat (limited to 'sc/inc/compressedarray.hxx')
-rw-r--r-- | sc/inc/compressedarray.hxx | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/sc/inc/compressedarray.hxx b/sc/inc/compressedarray.hxx index a6dd96687d70..0a2f776fa1d4 100644 --- a/sc/inc/compressedarray.hxx +++ b/sc/inc/compressedarray.hxx @@ -171,14 +171,6 @@ public: A nStart, A nEnd, const D& rValueToAnd, long nSourceDy = 0 ); - /** Return the first row where an entry meets the condition: - ((aValue & rBitMask) == rMaskedCompare), searching between nStart and - nEnd. If no entry meets this condition, ::std::numeric_limits<A>::max() - is returned. */ - SC_DLLPUBLIC A GetFirstForCondition( A nStart, A nEnd, - const D& rBitMask, - const D& rMaskedCompare ) const; - /** Return the last row where an entry meets the condition: ((aValue & rBitMask) != 0), start searching at nStart. If no entry meets this condition, ::std::numeric_limits<A>::max() is returned. */ |