diff options
author | Caolán McNamara <caolanm@redhat.com> | 2018-09-24 12:46:56 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2018-09-24 22:14:00 +0200 |
commit | 8a83a40dc23b1e7c64a34c33a0ca57afc5183f40 (patch) | |
tree | 4dbf3452a6b82629c9997c27ac9cd674dd3e4b02 /sw | |
parent | 79cb9ef524c3a6b058019da5ca6acfad7a895bf2 (diff) |
make all the related inheritences formatted the same way
Change-Id: I2e0c060a86cd199a640589a7599fa5f01ef77e3b
Reviewed-on: https://gerrit.libreoffice.org/60943
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/ui/frmdlg/column.cxx | 2 | ||||
-rw-r--r-- | sw/source/ui/misc/outline.cxx | 2 | ||||
-rw-r--r-- | sw/source/ui/misc/srtdlg.cxx | 2 | ||||
-rw-r--r-- | sw/source/ui/table/instable.cxx | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/sw/source/ui/frmdlg/column.cxx b/sw/source/ui/frmdlg/column.cxx index 8d2c780a0342..4d270ba6b68e 100644 --- a/sw/source/ui/frmdlg/column.cxx +++ b/sw/source/ui/frmdlg/column.cxx @@ -84,7 +84,7 @@ static inline bool IsMarkInSameSection( SwWrtShell& rWrtSh, const SwSection* pSe } SwColumnDlg::SwColumnDlg(weld::Window* pParent, SwWrtShell& rSh) - : weld::GenericDialogController(pParent, "modules/swriter/ui/columndialog.ui", "ColumnDialog") + : GenericDialogController(pParent, "modules/swriter/ui/columndialog.ui", "ColumnDialog") , m_rWrtShell(rSh) , m_pFrameSet(nullptr) , m_nOldSelection(0) diff --git a/sw/source/ui/misc/outline.cxx b/sw/source/ui/misc/outline.cxx index 9c43cab7df68..7b70104318fd 100644 --- a/sw/source/ui/misc/outline.cxx +++ b/sw/source/ui/misc/outline.cxx @@ -113,7 +113,7 @@ IMPL_LINK_NOARG(SwNumNamesDlg, DoubleClickHdl, weld::TreeView&, void) } SwNumNamesDlg::SwNumNamesDlg(weld::Window *pParent) - : weld::GenericDialogController(pParent, + : GenericDialogController(pParent, "modules/swriter/ui/numberingnamedialog.ui", "NumberingNameDialog") , m_xFormEdit(m_xBuilder->weld_entry("entry")) diff --git a/sw/source/ui/misc/srtdlg.cxx b/sw/source/ui/misc/srtdlg.cxx index ff53d13a30ed..2f2ba79a4c4c 100644 --- a/sw/source/ui/misc/srtdlg.cxx +++ b/sw/source/ui/misc/srtdlg.cxx @@ -98,7 +98,7 @@ static bool lcl_GetSelTable( SwWrtShell const &rSh, sal_uInt16& rX, sal_uInt16& // init list SwSortDlg::SwSortDlg(weld::Window* pParent, SwWrtShell &rShell) - : weld::GenericDialogController(pParent, "modules/swriter/ui/sortdialog.ui", "SortDialog") + : GenericDialogController(pParent, "modules/swriter/ui/sortdialog.ui", "SortDialog") , m_pParent(pParent) , m_xColLbl(m_xBuilder->weld_label("column")) , m_xKeyCB1(m_xBuilder->weld_check_button("key1")) diff --git a/sw/source/ui/table/instable.cxx b/sw/source/ui/table/instable.cxx index 03935c050586..a964b644f72d 100644 --- a/sw/source/ui/table/instable.cxx +++ b/sw/source/ui/table/instable.cxx @@ -60,7 +60,7 @@ IMPL_LINK(SwInsTableDlg, TextFilterHdl, OUString&, rTest, bool) } SwInsTableDlg::SwInsTableDlg(SwView& rView) - : weld::GenericDialogController(rView.GetFrameWeld(), "modules/swriter/ui/inserttable.ui", "InsertTableDialog") + : GenericDialogController(rView.GetFrameWeld(), "modules/swriter/ui/inserttable.ui", "InsertTableDialog") , m_aTextFilter(" .<>") , pShell(&rView.GetWrtShell()) , pTAutoFormat(nullptr) |