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/source/ui/misc | |
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/source/ui/misc')
-rw-r--r-- | sw/source/ui/misc/outline.cxx | 2 | ||||
-rw-r--r-- | sw/source/ui/misc/srtdlg.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
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")) |