summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2016-02-25 20:31:02 +0000
committerCaolán McNamara <caolanm@redhat.com>2016-02-25 20:31:02 +0000
commitd31f597261cbac64ed69b0f61480c9a757519dd0 (patch)
treefaf4a937592cfbadf7eba5455995a9a0e5306bfe /sfx2
parent3029afd738e1e5d2c04654ecdc134f5503912203 (diff)
coverity#1354271 Uninitialized scalar field
Change-Id: Ida90073e50f08271b217610b8d7b970c943c042a
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/source/view/classificationhelper.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sfx2/source/view/classificationhelper.cxx b/sfx2/source/view/classificationhelper.cxx
index f6bb6da7eb4c..b07d1ec2de31 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)