summaryrefslogtreecommitdiff
path: root/sw/source/ui/frmdlg/column.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/frmdlg/column.cxx')
-rw-r--r--sw/source/ui/frmdlg/column.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/sw/source/ui/frmdlg/column.cxx b/sw/source/ui/frmdlg/column.cxx
index 5ad0abb3ae6c..51a66653b94e 100644
--- a/sw/source/ui/frmdlg/column.cxx
+++ b/sw/source/ui/frmdlg/column.cxx
@@ -86,9 +86,6 @@ inline bool IsMarkInSameSection( SwWrtShell& rWrtSh, const SwSection* pSect )
SwColumnDlg::SwColumnDlg(weld::Window* pParent, SwWrtShell& rSh)
: weld::GenericDialogController(pParent, "modules/swriter/ui/columndialog.ui", "ColumnDialog")
, m_rWrtShell(rSh)
- , m_pPageSet(nullptr)
- , m_pSectionSet(nullptr)
- , m_pSelectionSet(nullptr)
, m_pFrameSet(nullptr)
, m_nOldSelection(0)
, m_nSelectionWidth(0)
@@ -381,7 +378,6 @@ void SwColumnPage::ResetColWidth()
// Now as TabPage
SwColumnPage::SwColumnPage(TabPageParent pParent, const SfxItemSet &rSet)
: SfxTabPage(pParent, "modules/swriter/ui/columnpage.ui", "ColumnPage", &rSet)
- , m_xColMgr(nullptr)
, m_nFirstVis(0)
, m_nMinWidth(MINLAY)
, m_pModifiedField(nullptr)