summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2018-05-19 21:23:48 +0100
committerCaolán McNamara <caolanm@redhat.com>2018-05-20 21:14:44 +0200
commit892306b5b73f22f887a512ab75ccee22e1985fa8 (patch)
tree0d58b84a8a83068f5c0ba9ffb0b454675f954922 /sfx2
parent56c9746f294639583ce5422bf909ad9e4a746f70 (diff)
coverity#1338604 Uninitialized scalar field
Change-Id: I4c4c07db527ea2517ed809f693bde4af519e503e Reviewed-on: https://gerrit.libreoffice.org/54582 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/source/doc/objxtor.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sfx2/source/doc/objxtor.cxx b/sfx2/source/doc/objxtor.cxx
index 3eacd44ab701..a71748111969 100644
--- a/sfx2/source/doc/objxtor.cxx
+++ b/sfx2/source/doc/objxtor.cxx
@@ -249,6 +249,7 @@ SfxObjectShell_Impl::SfxObjectShell_Impl( SfxObjectShell& _rDocShell )
,m_nModifyPasswordHash( 0 )
,m_bModifyPasswordEntered( false )
,m_bSavingForSigning( false )
+ ,m_bAllowModifiedBackAfterSigning( false )
{
SfxObjectShell* pDoc = &_rDocShell;
SfxObjectShellArr_Impl &rArr = SfxGetpApp()->GetObjectShells_Impl();