diff options
author | Caolán McNamara <caolanm@redhat.com> | 2018-10-03 15:13:36 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2018-10-03 21:03:43 +0200 |
commit | ca8558a28d1dc271cd2f10362e5e0f7d218149cb (patch) | |
tree | 73b624d66506093c66c858506016b9b44c6f659a /cui/source/inc/zoom.hxx | |
parent | 349d0e679a4ee296c703145afe73e65efc5d2bff (diff) |
Related: tdf#120277 inherit from SfxDialogController
where the dialog originally inherited from SfxModalDialog.
Change-Id: Ibe0006de93b0a9f05fb3b6181baf3ba1b4cf04c8
Reviewed-on: https://gerrit.libreoffice.org/61313
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'cui/source/inc/zoom.hxx')
-rw-r--r-- | cui/source/inc/zoom.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/inc/zoom.hxx b/cui/source/inc/zoom.hxx index 7dd271f7b456..c87ff087767f 100644 --- a/cui/source/inc/zoom.hxx +++ b/cui/source/inc/zoom.hxx @@ -24,7 +24,7 @@ #include <svx/zoom_def.hxx> #include <vcl/weld.hxx> -class SvxZoomDialog : public weld::GenericDialogController +class SvxZoomDialog : public SfxDialogController { private: const SfxItemSet& m_rSet; |