Kaydet (Commit) 44844b60 authored tarafından Caolán McNamara's avatar Caolán McNamara

coverity#1421071 Uninitializer scalar field

Change-Id: I6b52c62574013ba242922227c2cbd7bfceea0e29
üst e9d6db80
......@@ -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");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment