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

coverity#738902 Uninitialized pointer field

Change-Id: I5458c530aa9b1480a370a065046aeac318ca6d40
üst b8c03386
......@@ -31,6 +31,7 @@
SwEnvPrtPage::SwEnvPrtPage(Window* pParent, const SfxItemSet& rSet)
: SfxTabPage(pParent, "EnvPrinterPage",
"modules/swriter/ui/envprinterpage.ui", rSet)
, pPrt(NULL)
{
get(m_pAlignBox, "alignbox");
get(m_pTopButton, "top");
......
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