sfx2/source/view/classificationhelper.cxx | 1 + 1 file changed, 1 insertion(+)
New commits: commit d31f597261cbac64ed69b0f61480c9a757519dd0 Author: Caolán McNamara <caol...@redhat.com> Date: Thu Feb 25 20:31:02 2016 +0000 coverity#1354271 Uninitialized scalar field Change-Id: Ida90073e50f08271b217610b8d7b970c943c042a diff --git a/sfx2/source/view/classificationhelper.cxx b/sfx2/source/view/classificationhelper.cxx index f6bb6da..b07d1ec 100644 --- a/sfx2/source/view/classificationhelper.cxx +++ b/sfx2/source/view/classificationhelper.cxx @@ -93,6 +93,7 @@ SfxClassificationParser::SfxClassificationParser() : m_bInPolicyAuthorityName(false) , m_bInPolicyName(false) , m_bInProgramID(false) + , m_bInScale(false) , m_bInConfidentalityValue(false) , m_bInIdentifier(false) , m_bInValue(false)
_______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits