diff options
author | Kohei Yoshida <kohei.yoshida@suse.com> | 2012-02-04 00:18:23 -0500 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@suse.com> | 2012-02-04 00:25:53 -0500 |
commit | dc35a3974293cfa01cb5b2563798eeacb29a3f46 (patch) | |
tree | 9bede887a5cf1b07aead1ad57a6d502d84f8d768 /sc/inc/olinetab.hxx | |
parent | 42d04ed4e2f50a6d9957eaca61cc2d56023153ef (diff) |
Fixed incorrect insertion.
Diffstat (limited to 'sc/inc/olinetab.hxx')
-rw-r--r-- | sc/inc/olinetab.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/olinetab.hxx b/sc/inc/olinetab.hxx index 6a542f3b8c97..c6b95f83c0f3 100644 --- a/sc/inc/olinetab.hxx +++ b/sc/inc/olinetab.hxx @@ -106,7 +106,7 @@ private: bool DecDepth(); void FindEntry( - SCCOLROW nSearchPos, size_t& rFindLevel, ScOutlineCollection::iterator& rFindPos, + SCCOLROW nSearchPos, size_t& rFindLevel, size_t& rFindIndex, size_t nMaxLevel = SC_OL_MAXDEPTH); void RemoveSub(SCCOLROW nStartPos, SCCOLROW nEndPos, size_t nLevel); |