diff options
author | Matthias Huetsch [mhu] <matthias.huetsch@oracle.com> | 2011-02-01 14:14:30 +0100 |
---|---|---|
committer | Matthias Huetsch [mhu] <matthias.huetsch@oracle.com> | 2011-02-01 14:14:30 +0100 |
commit | e8c91f364e10dfc20b4ea9f3b940723282c1cab0 (patch) | |
tree | e40db83a66c34069557c79cba1da47e292918776 /svtools | |
parent | 12abdfdfabdd35df2fb06defaed0b7715c208724 (diff) |
#i115784# Valgrind: conditional jump or move depends on uninitialized value(s).
Diffstat (limited to 'svtools')
-rw-r--r-- | svtools/source/contnr/svlbox.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/svtools/source/contnr/svlbox.cxx b/svtools/source/contnr/svlbox.cxx index 11e19c6bab3c..abdd1c1889ee 100644 --- a/svtools/source/contnr/svlbox.cxx +++ b/svtools/source/contnr/svlbox.cxx @@ -683,6 +683,7 @@ SvViewDataEntry::~SvViewDataEntry() SvLBox_Impl::SvLBox_Impl( SvLBox& _rBox ) :m_bIsEmptyTextAllowed( true ) ,m_bEntryMnemonicsEnabled( false ) + ,m_bDoingQuickSelection( false ) ,m_pLink( NULL ) ,m_aMnemonicEngine( _rBox ) ,m_aQuickSelectionEngine( _rBox ) |