summaryrefslogtreecommitdiffstats
path: root/sc/inc/olinetab.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@suse.com>2012-02-04 00:18:23 -0500
committerKohei Yoshida <kohei.yoshida@suse.com>2012-02-04 00:25:53 -0500
commitdc35a3974293cfa01cb5b2563798eeacb29a3f46 (patch)
tree9bede887a5cf1b07aead1ad57a6d502d84f8d768 /sc/inc/olinetab.hxx
parentFixed a crash on the first outline creation. (diff)
downloadcore-dc35a3974293cfa01cb5b2563798eeacb29a3f46.tar.gz
core-dc35a3974293cfa01cb5b2563798eeacb29a3f46.zip
Fixed incorrect insertion.
Diffstat (limited to 'sc/inc/olinetab.hxx')
-rw-r--r--sc/inc/olinetab.hxx2
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);