summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2018-05-19 21:23:48 +0100
committerMiklos Vajna <vmiklos@collabora.co.uk>2018-11-08 14:09:59 +0100
commit32b4b5af622afbff622d2230aa92be1498ded331 (patch)
tree53c88a38429f37217516c71d614ce26d51f675c0
parenta266cfa742f6b03ea38da7dda6229b6d3db0e391 (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> (cherry picked from commit 892306b5b73f22f887a512ab75ccee22e1985fa8)
-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 e1a130c7fc79..2f9eda7dcc87 100644
--- a/sfx2/source/doc/objxtor.cxx
+++ b/sfx2/source/doc/objxtor.cxx
@@ -251,6 +251,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();