summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/BreakDlg.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2018-10-03 15:13:36 +0100
committerCaolán McNamara <caolanm@redhat.com>2018-10-03 21:03:43 +0200
commitca8558a28d1dc271cd2f10362e5e0f7d218149cb (patch)
tree73b624d66506093c66c858506016b9b44c6f659a /sd/source/ui/inc/BreakDlg.hxx
parent349d0e679a4ee296c703145afe73e65efc5d2bff (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 'sd/source/ui/inc/BreakDlg.hxx')
-rw-r--r--sd/source/ui/inc/BreakDlg.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/ui/inc/BreakDlg.hxx b/sd/source/ui/inc/BreakDlg.hxx
index 02d7a3081aed..21414b64f29e 100644
--- a/sd/source/ui/inc/BreakDlg.hxx
+++ b/sd/source/ui/inc/BreakDlg.hxx
@@ -20,10 +20,10 @@
#ifndef INCLUDED_SD_SOURCE_UI_INC_BREAKDLG_HXX
#define INCLUDED_SD_SOURCE_UI_INC_BREAKDLG_HXX
+#include <sfx2/basedlgs.hxx>
#include <sfx2/progress.hxx>
#include <svx/svdetc.hxx>
#include <vcl/idle.hxx>
-#include <vcl/weld.hxx>
namespace sd {
@@ -33,7 +33,7 @@ class DrawView;
/**
* dialog to break meta files
*/
-class BreakDlg : public weld::GenericDialogController
+class BreakDlg : public SfxDialogController
{
public:
BreakDlg(weld::Window* pWindow, DrawView* pDrView, DrawDocShell* pShell,