summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/source/memtools/multisel.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/source/memtools/multisel.cxx b/tools/source/memtools/multisel.cxx
index 65a13c1dc9a7..50a2242ff177 100644
--- a/tools/source/memtools/multisel.cxx
+++ b/tools/source/memtools/multisel.cxx
@@ -102,7 +102,9 @@ bool MultiSelection::ImplMergeSubSelections( size_t nPos1, size_t nPos2 )
MultiSelection::MultiSelection():
aTotRange( 0, -1 ),
nCurSubSel(0),
+ nCurIndex(0),
nSelCount(0),
+ bInverseCur(false),
bCurValid(false),
bSelectNew(false)
{