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

coverity#1307698 Uninitialized scalar field

Change-Id: I1229b4cdfcc741899b3ae8694e7db5d7e506ce0c
(cherry picked from commit e915c1cc)
üst 46d9cecf
...@@ -41,6 +41,7 @@ ORptPageDialog::ORptPageDialog( vcl::Window* pParent, const SfxItemSet* pAttr, c ...@@ -41,6 +41,7 @@ ORptPageDialog::ORptPageDialog( vcl::Window* pParent, const SfxItemSet* pAttr, c
: SfxTabDialog (pParent, rDialog, "modules/dbreport/ui/" + : SfxTabDialog (pParent, rDialog, "modules/dbreport/ui/" +
rDialog.toAsciiLowerCase() + rDialog.toAsciiLowerCase() +
".ui", pAttr) ".ui", pAttr)
, m_nCharBgdId(0)
{ {
SfxAbstractDialogFactory* pFact = SfxAbstractDialogFactory::Create(); SfxAbstractDialogFactory* pFact = SfxAbstractDialogFactory::Create();
assert(pFact && "Dialog creation failed!"); assert(pFact && "Dialog creation failed!");
......
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