diff options
author | Caolán McNamara <caolanm@redhat.com> | 2018-09-20 10:48:14 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2018-09-20 13:58:04 +0200 |
commit | 6b5b2bbdf88aec54fc648a019e544addabdece6b (patch) | |
tree | e68b5cde19f16d3b022428c532d50e7c9bdd9e1f /sw/inc/swabstdlg.hxx | |
parent | b613eeeb566adc8955248c31b94a7ed32ebba4d1 (diff) |
weld SwDropCapsDlg
Change-Id: Ibd01c0fb54f0e3b361d5e1f196bfeb44a1fcb99c
Reviewed-on: https://gerrit.libreoffice.org/60805
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 3761fab25739..a39ab9f80a76 100644 --- a/sw/inc/swabstdlg.hxx +++ b/sw/inc/swabstdlg.hxx @@ -361,7 +361,7 @@ public: virtual VclPtr<SfxAbstractDialog> CreateNumFormatDialog( vcl::Window* pParent, const SfxItemSet& rAttr) = 0; - virtual VclPtr<SfxAbstractDialog> CreateSwDropCapsDialog(vcl::Window* pParent, const SfxItemSet& rSet) = 0; + virtual VclPtr<SfxAbstractDialog> CreateSwDropCapsDialog(weld::Window* pParent, const SfxItemSet& rSet) = 0; virtual VclPtr<SfxAbstractDialog> CreateSwBackgroundDialog(vcl::Window* pParent, const SfxItemSet& rSet) = 0; virtual VclPtr<AbstractSwWordCountFloatDlg> CreateSwWordCountDialog(SfxBindings* pBindings, |