diff options
author | Caolán McNamara <caolanm@redhat.com> | 2019-03-14 16:49:04 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2019-03-15 09:59:33 +0100 |
commit | aeec817fe1205eba88089569ef26bff819d1fdac (patch) | |
tree | c5685075bd803e1b2ee7fb2ea2be4567d0618262 /sw/inc/swabstdlg.hxx | |
parent | a98bb35d4e11471cee6b3dbf66b2c3d25df39bfa (diff) |
weld SwInsertSectionTabDialog
Change-Id: Ic2782ed51cfb7dea25a455843eb749abd70e53a4
Reviewed-on: https://gerrit.libreoffice.org/69283
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sw/inc/swabstdlg.hxx')
-rw-r--r-- | sw/inc/swabstdlg.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/inc/swabstdlg.hxx b/sw/inc/swabstdlg.hxx index cef81a8148cb..5746d28eec30 100644 --- a/sw/inc/swabstdlg.hxx +++ b/sw/inc/swabstdlg.hxx @@ -478,8 +478,8 @@ public: SwTOXBase* pCurTOX, bool bGlobal) = 0; virtual VclPtr<AbstractEditRegionDlg> CreateEditRegionDlg(vcl::Window* pParent, SwWrtShell& rWrtSh) = 0; - virtual VclPtr<AbstractInsertSectionTabDialog> CreateInsertSectionTabDialog( - vcl::Window* pParent, const SfxItemSet& rSet, SwWrtShell& rSh) = 0; + virtual VclPtr<AbstractInsertSectionTabDialog> CreateInsertSectionTabDialog(weld::Window* pParent, + const SfxItemSet& rSet, SwWrtShell& rSh) = 0; virtual VclPtr<AbstractMarkFloatDlg> CreateIndexMarkFloatDlg( SfxBindings* pBindings, SfxChildWindow* pChild, |