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

coverity#1210199 Uninitialized scalar field

Change-Id: Ia07d39191a4676f0ba2381bde0a03925bb6c8931
üst faaa1aab
......@@ -24,6 +24,7 @@
ScDataFormDlg::ScDataFormDlg(Window* pParent, ScTabViewShell* pTabViewShellOri)
: ModalDialog(pParent, "DataFormDialog", "modules/scalc/ui/dataform.ui")
, pTabViewShell(pTabViewShellOri)
, bNoSelection(false)
{
get(m_pBtnNew, "new");
get(m_pBtnDelete, "delete");
......
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