summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-12-03 00:32:30 +0100
committerMichael Stahl <mstahl@redhat.com>2013-12-03 13:41:23 +0100
commiteeca244139eec880f0eb0141243de98c3d85be9a (patch)
treee2c73ae8cdc0e979f252183aa596d1a29631abb3 /sw
parenta06bc4102934c47e1aebe53ea24415fafb7c506a (diff)
sw: valgrind complains about uninitialized mbIsPrepareSelAll
Change-Id: I5405a6818fc63c3e29bb189858fd0abc73f67e43 (cherry picked from commit c6f3d909f8e5c64b6bc36a13dfd0d46eb0e1d88d)
Diffstat (limited to 'sw')
-rw-r--r--sw/source/core/doc/docnew.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/source/core/doc/docnew.cxx b/sw/source/core/doc/docnew.cxx
index 53855093d33b..b9fcfb68684c 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