commit 01d4b0036b6329384d22dbc711a077f179872ec1 Author: Maryline Date: Sun Dec 19 19:07:49 2010 +0100 callcatchers ScFlatBoolRowSegments diff --git a/sc/inc/segmenttree.hxx b/sc/inc/segmenttree.hxx index 6bf0f68..88d9c1f 100644 --- a/sc/inc/segmenttree.hxx +++ b/sc/inc/segmenttree.hxx @@ -84,9 +84,6 @@ public: SCROW findLastNotOf(bool bValue) const; - void enableTreeSearch(bool bEnable); - void setInsertFromBack(bool bInsertFromBack); - private: ::std::auto_ptr mpImpl; }; diff --git a/sc/source/core/data/segmenttree.cxx b/sc/source/core/data/segmenttree.cxx index ac7b28d..678363c 100644 --- a/sc/source/core/data/segmenttree.cxx +++ b/sc/source/core/data/segmenttree.cxx @@ -404,16 +404,6 @@ SCROW ScFlatBoolRowSegments::findLastNotOf(bool bValue) const return static_cast(mpImpl->findLastNotOf(bValue)); } -void ScFlatBoolRowSegments::enableTreeSearch(bool bEnable) -{ - mpImpl->enableTreeSearch(bEnable); -} - -void ScFlatBoolRowSegments::setInsertFromBack(bool bInsertFromBack) -{ - mpImpl->setInsertFromBack(bInsertFromBack); -} - // ============================================================================ ScFlatBoolColSegments::ScFlatBoolColSegments() :