sw: valgrind complains about uninitialized mbIsPrepareSelAll
Change-Id: I5405a6818fc63c3e29bb189858fd0abc73f67e43
This commit is contained in:
@@ -277,6 +277,7 @@ SwDoc::SwDoc()
|
|||||||
mbLinksUpdated( false ), //#i38810#
|
mbLinksUpdated( false ), //#i38810#
|
||||||
mbClipBoard( false ),
|
mbClipBoard( false ),
|
||||||
mbColumnSelection( false ),
|
mbColumnSelection( false ),
|
||||||
|
mbIsPrepareSelAll(false),
|
||||||
#ifdef DBG_UTIL
|
#ifdef DBG_UTIL
|
||||||
mbXMLExport(false),
|
mbXMLExport(false),
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user