From c6f3d909f8e5c64b6bc36a13dfd0d46eb0e1d88d Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Tue, 3 Dec 2013 00:32:30 +0100 Subject: [PATCH] sw: valgrind complains about uninitialized mbIsPrepareSelAll Change-Id: I5405a6818fc63c3e29bb189858fd0abc73f67e43 --- sw/source/core/doc/docnew.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/sw/source/core/doc/docnew.cxx b/sw/source/core/doc/docnew.cxx index e795600afdd7..86f43cba78e1 100644 --- a/sw/source/core/doc/docnew.cxx +++ b/sw/source/core/doc/docnew.cxx @@ -277,6 +277,7 @@ SwDoc::SwDoc() mbLinksUpdated( false ), //#i38810# mbClipBoard( false ), mbColumnSelection( false ), + mbIsPrepareSelAll(false), #ifdef DBG_UTIL mbXMLExport(false), #endif