summaryrefslogtreecommitdiff
path: root/sc/inc/segmenttree.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kyoshida@novell.com>2011-02-14 21:51:17 -0500
committerKohei Yoshida <kyoshida@novell.com>2011-02-14 21:51:17 -0500
commit488247654987fa552ccc9a97dd5d3e4a43f91ec6 (patch)
tree1745c0948a518921e405e65487ac6067e0dc5315 /sc/inc/segmenttree.hxx
parent07782a0872b9bc07c7d7dbd54d22917b9d3deba3 (diff)
A little cleanup.
Diffstat (limited to 'sc/inc/segmenttree.hxx')
-rw-r--r--sc/inc/segmenttree.hxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/sc/inc/segmenttree.hxx b/sc/inc/segmenttree.hxx
index c224f1ffda4e..14ca74dfa42f 100644
--- a/sc/inc/segmenttree.hxx
+++ b/sc/inc/segmenttree.hxx
@@ -83,7 +83,6 @@ public:
void insertSegment(SCROW nRow, SCROW nSize, bool bSkipStartBoundary);
void enableTreeSearch(bool bEnable);
- void setInsertFromBack(bool bInsertFromBack);
SCROW findLastNotOf(bool bValue) const;
private:
@@ -111,8 +110,6 @@ public:
void removeSegment(SCCOL nCol1, SCCOL nCol2);
void insertSegment(SCCOL nCol, SCCOL nSize, bool bSkipStartBoundary);
- void enableTreeSearch(bool bEnable);
-
private:
::std::auto_ptr<ScFlatBoolSegmentsImpl> mpImpl;
};