sw/source/ui/envelp/envfmt.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit aaeb63a9e2dcde768d6fd8d4cc8a9ad13185851b
Author: Caolán McNamara <[email protected]>
Date: Thu May 3 15:21:02 2018 +0100
coverity#1435272 Uninitialized pointer field
Change-Id: I93d9c9d97845be92b42d5aaf8c7f6b4f2f1f837d
Reviewed-on: https://gerrit.libreoffice.org/53800
Reviewed-by: Caolán McNamara <[email protected]>
Tested-by: Caolán McNamara <[email protected]>
diff --git a/sw/source/ui/envelp/envfmt.cxx b/sw/source/ui/envelp/envfmt.cxx
index 4d264417f664..2862d520c57e 100644
--- a/sw/source/ui/envelp/envfmt.cxx
+++ b/sw/source/ui/envelp/envfmt.cxx
@@ -116,6 +116,7 @@ static long lUserH = 5669; // 10 cm
SwEnvFormatPage::SwEnvFormatPage(TabPageParent pParent, const SfxItemSet& rSet)
: SfxTabPage(pParent, "modules/swriter/ui/envformatpage.ui",
"EnvFormatPage", &rSet)
+ , m_pDialog(nullptr)
, m_xAddrLeftField(m_xBuilder->weld_metric_spin_button("leftaddr",
FUNIT_CM))
, m_xAddrTopField(m_xBuilder->weld_metric_spin_button("topaddr", FUNIT_CM))
, m_xAddrEditButton(m_xBuilder->weld_menu_button("addredit"))
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits