diff options
author | Caolán McNamara <caolanm@redhat.com> | 2018-05-19 21:25:57 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2018-05-20 21:14:58 +0200 |
commit | ef200af8976087216d6c8ddeac7b2fcaba7ebaa1 (patch) | |
tree | 7e934be0af56d97b854c546d863fd62c8351eff3 /include/sfx2/objsh.hxx | |
parent | 892306b5b73f22f887a512ab75ccee22e1985fa8 (diff) |
coverity#1435679 Uninitialized scalar field
Change-Id: I5941e14ad36020363a55b4e3d3aa89eba4d7b3c3
Reviewed-on: https://gerrit.libreoffice.org/54583
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 'include/sfx2/objsh.hxx')
-rw-r--r-- | include/sfx2/objsh.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/sfx2/objsh.hxx b/include/sfx2/objsh.hxx index 97d570c7876c..680b1ed8597f 100644 --- a/include/sfx2/objsh.hxx +++ b/include/sfx2/objsh.hxx @@ -207,7 +207,6 @@ private: // sal_False := new object bool bIsInGenerateThumbnail; //optimize thumbnail generate and store procedure to improve odt saving performance, i120030 bool mbAvoidRecentDocs; ///< Avoid adding to the recent documents list, if not necessary. - bool m_bAllowModifiedBackAfterSigning; enum TriState {undefined, yes, no}; TriState mbContinueImportOnFilterExceptions = undefined; // try to import as much as possible |