diff options
author | Caolán McNamara <caolanm@redhat.com> | 2018-03-30 14:59:24 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2018-03-30 21:45:40 +0200 |
commit | b16eb0d91f204823339a78b353dc8097aa8f7e56 (patch) | |
tree | 66378df0402f80e0d38ec096d490326c02cb74da /include/svx | |
parent | 1fe4a1a76da8fd3c196ccd9529b01ee093516b25 (diff) |
weld SvxZoomDialog
Change-Id: I9d68fdcc9dc27a5aa4f6ec78542ce7822259233e
Reviewed-on: https://gerrit.libreoffice.org/52157
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include/svx')
-rw-r--r-- | include/svx/svxdlg.hxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/svx/svxdlg.hxx b/include/svx/svxdlg.hxx index 3899e4a6f204..f2f817241b38 100644 --- a/include/svx/svxdlg.hxx +++ b/include/svx/svxdlg.hxx @@ -345,8 +345,7 @@ public: virtual VclPtr<AbstractFmShowColsDialog> CreateFmShowColsDialog() = 0; - virtual VclPtr<AbstractSvxZoomDialog> CreateSvxZoomDialog( vcl::Window* pParent, - const SfxItemSet& rCoreSet )=0; + virtual VclPtr<AbstractSvxZoomDialog> CreateSvxZoomDialog(weld::Window* pParent, const SfxItemSet& rCoreSet) = 0; virtual VclPtr<AbstractSpellDialog> CreateSvxSpellDialog(vcl::Window* pParent, SfxBindings* pBindings, |