From 15166358d850e76fde98afcff7f62812ce5378e3 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Wed, 26 Aug 2015 11:06:48 +0100 Subject: valgrind: uninitialized value in AvoidConfig path Change-Id: Iea0911d182b843c099cca0f2c5ec638034e7268d --- sd/source/core/drawdoc.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'sd/source/core') diff --git a/sd/source/core/drawdoc.cxx b/sd/source/core/drawdoc.cxx index f31528b8abf7..5c50be3365d8 100644 --- a/sd/source/core/drawdoc.cxx +++ b/sd/source/core/drawdoc.cxx @@ -164,6 +164,7 @@ SdDrawDocument::SdDrawDocument(DocumentType eType, SfxObjectShell* pDrDocSh) , mbHasOnlineSpellErrors(false) , mbInitialOnlineSpellingEnabled(true) , mbNewOrLoadCompleted(false) +, mbOnlineSpell(false) , mbStartWithPresentation( false ) , mbExitAfterPresenting( false ) , meLanguage( LANGUAGE_SYSTEM ) -- cgit v1.2.3