A little cleanup.

This commit is contained in:
Kohei Yoshida
2011-02-14 21:51:17 -05:00
parent 07782a0872
commit 4882476549
2 changed files with 0 additions and 8 deletions

View File

@@ -465,11 +465,6 @@ void ScFlatBoolColSegments::insertSegment(SCCOL nCol, SCCOL nSize, bool bSkipSta
mpImpl->insertSegment(static_cast<SCCOLROW>(nCol), static_cast<SCCOLROW>(nSize), bSkipStartBoundary);
}
void ScFlatBoolColSegments::enableTreeSearch(bool bEnable)
{
mpImpl->enableTreeSearch(bEnable);
}
// ============================================================================
ScFlatUInt16RowSegments::ForwardIterator::ForwardIterator(ScFlatUInt16RowSegments& rSegs) :