diff options
author | Kohei Yoshida <kyoshida@novell.com> | 2011-01-10 17:07:02 -0500 |
---|---|---|
committer | Kohei Yoshida <kyoshida@novell.com> | 2011-01-10 17:07:02 -0500 |
commit | f8d290f90a4ca200d29a667b9fa2d2d4ebead1be (patch) | |
tree | bc22fd0f263b6cbf3a0914df5c6e40bb56e29dc1 /sc/inc/segmenttree.hxx | |
parent | 9a3cc6c0cf6447ffd65e86f93c4ca1a90c6e3ad8 (diff) |
Get it to build after the merge & removed a warning.
Diffstat (limited to 'sc/inc/segmenttree.hxx')
-rw-r--r-- | sc/inc/segmenttree.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/inc/segmenttree.hxx b/sc/inc/segmenttree.hxx index f46e87373dbc..e20c531b685a 100644 --- a/sc/inc/segmenttree.hxx +++ b/sc/inc/segmenttree.hxx @@ -83,6 +83,7 @@ public: void insertSegment(SCROW nRow, SCROW nSize, bool bSkipStartBoundary); void enableTreeSearch(bool bEnable); + void setInsertFromBack(bool bInsertFromBack); SCROW findLastNotOf(bool bValue) const; private: |