cid#1607629 Uninitialized scalar field

Change-Id: Iaaef519741b6cec7aabe0e4b9b58ebe1a858e03e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/169926
Reviewed-by: Caolán McNamara <caolan.mcnamara@collabora.com>
Tested-by: Jenkins
This commit is contained in:
Caolán McNamara
2024-07-03 10:02:56 +01:00
parent f2e48a6f2a
commit cc256da45a

View File

@@ -369,6 +369,7 @@ constexpr sal_uInt16 g_nMinWidth(MINLAY);
SwColumnPage::SwColumnPage(weld::Container* pPage, weld::DialogController* pController, const SfxItemSet &rSet)
: SfxTabPage(pPage, pController, u"modules/swriter/ui/columnpage.ui"_ustr, u"ColumnPage"_ustr, &rSet)
, m_nFirstVis(0)
, m_nCols(0)
, m_pModifiedField(nullptr)
, m_bFormat(false)
, m_bFrame(false)