diff options
author | Caolán McNamara <caolanm@redhat.com> | 2015-08-26 11:06:48 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-08-26 11:30:01 +0100 |
commit | 15166358d850e76fde98afcff7f62812ce5378e3 (patch) | |
tree | c99039042506871aa88545518000647d9ea1fece /sd | |
parent | 053d2e5d89fdcb3ff6a165034cace12d0d136992 (diff) |
valgrind: uninitialized value in AvoidConfig path
Change-Id: Iea0911d182b843c099cca0f2c5ec638034e7268d
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/core/drawdoc.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
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 ) |