summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2017-11-15 09:09:51 +0000
committerCaolán McNamara <caolanm@redhat.com>2017-11-15 10:13:35 +0000
commit44844b60847af68b8b1b91137eb6af4b65979697 (patch)
tree879382da8bfda8860da9b3e4c77d1822ec9544a7 /svx
parente9d6db80177bdaab527de516b53544aeae380d0e (diff)
coverity#1421071 Uninitializer scalar field
Change-Id: I6b52c62574013ba242922227c2cbd7bfceea0e29
Diffstat (limited to 'svx')
-rw-r--r--svx/source/dialog/ClassificationDialog.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/svx/source/dialog/ClassificationDialog.cxx b/svx/source/dialog/ClassificationDialog.cxx
index 34b5d1504344..0bb8e7892d4e 100644
--- a/svx/source/dialog/ClassificationDialog.cxx
+++ b/svx/source/dialog/ClassificationDialog.cxx
@@ -166,6 +166,7 @@ ClassificationDialog::ClassificationDialog(vcl::Window* pParent, const bool bPer
, maInternationalHelper(SfxObjectShell::Current()->getDocProperties(), /*bUseLocalizedPolicy*/ false)
, m_bPerParagraph(bPerParagraph)
, m_aParagraphSignHandler(rParagraphSignHandler)
+ , m_nCurrentSelectedCategory(-1)
{
get(m_pOkButton, "ok");
get(m_pEditWindow, "classificationEditWindow");