diff options
author | Caolán McNamara <caolanm@redhat.com> | 2019-03-15 09:36:06 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2019-03-16 20:03:31 +0100 |
commit | aa04df5fd9c8359a50039f598f4998caf7e5afe6 (patch) | |
tree | c259ed29a5da5fe705bdb00488c6495efeb9d764 /sw/inc/swabstdlg.hxx | |
parent | e73819983c45188ca990ca2b37f9bcf31fe0a2c7 (diff) |
weld SwEditRegionDlg
Change-Id: I6aacd013a344caa731841ff4f015017ba16c4aca
Reviewed-on: https://gerrit.libreoffice.org/69325
Tested-by: Jenkins
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 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/swabstdlg.hxx b/sw/inc/swabstdlg.hxx index 5746d28eec30..10d0fe9f882e 100644 --- a/sw/inc/swabstdlg.hxx +++ b/sw/inc/swabstdlg.hxx @@ -477,7 +477,7 @@ public: SwWrtShell &rShell, SwTOXBase* pCurTOX, bool bGlobal) = 0; - virtual VclPtr<AbstractEditRegionDlg> CreateEditRegionDlg(vcl::Window* pParent, SwWrtShell& rWrtSh) = 0; + virtual VclPtr<AbstractEditRegionDlg> CreateEditRegionDlg(weld::Window* pParent, SwWrtShell& rWrtSh) = 0; virtual VclPtr<AbstractInsertSectionTabDialog> CreateInsertSectionTabDialog(weld::Window* pParent, const SfxItemSet& rSet, SwWrtShell& rSh) = 0; virtual VclPtr<AbstractMarkFloatDlg> CreateIndexMarkFloatDlg( |