summaryrefslogtreecommitdiff
path: root/sw/source/uibase/inc/convert.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 /sw/source/uibase/inc/convert.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 'sw/source/uibase/inc/convert.hxx')
-rw-r--r--sw/source/uibase/inc/convert.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/uibase/inc/convert.hxx b/sw/source/uibase/inc/convert.hxx
index 1c10ad388f47..d61f10b3abb7 100644
--- a/sw/source/uibase/inc/convert.hxx
+++ b/sw/source/uibase/inc/convert.hxx
@@ -19,7 +19,7 @@
#ifndef INCLUDED_SW_SOURCE_UIBASE_INC_CONVERT_HXX
#define INCLUDED_SW_SOURCE_UIBASE_INC_CONVERT_HXX
-#include <vcl/weld.hxx>
+#include <sfx2/basedlgs.hxx>
class VclContainer;
class SwTableAutoFormat;
@@ -27,7 +27,7 @@ class SwView;
class SwWrtShell;
struct SwInsertTableOptions;
-class SwConvertTableDlg : public weld::GenericDialogController
+class SwConvertTableDlg : public SfxDialogController
{
std::unique_ptr<weld::RadioButton> m_xTabBtn;
std::unique_ptr<weld::RadioButton> m_xSemiBtn;