summaryrefslogtreecommitdiff
path: root/sw/source/uibase/inc/convert.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/uibase/inc/convert.hxx')
-rw-r--r--sw/source/uibase/inc/convert.hxx7
1 files changed, 1 insertions, 6 deletions
diff --git a/sw/source/uibase/inc/convert.hxx b/sw/source/uibase/inc/convert.hxx
index 6ae9a8e699c9..9dfefc5fa642 100644
--- a/sw/source/uibase/inc/convert.hxx
+++ b/sw/source/uibase/inc/convert.hxx
@@ -27,11 +27,8 @@ class SwView;
class SwWrtShell;
struct SwInsertTableOptions;
-class SwConvertTableDlg
+class SwConvertTableDlg : public weld::GenericDialogController
{
- std::unique_ptr<weld::Builder> m_xBuilder;
- std::unique_ptr<weld::Dialog> m_xDialog;
-
std::unique_ptr<weld::RadioButton> m_xTabBtn;
std::unique_ptr<weld::RadioButton> m_xSemiBtn;
std::unique_ptr<weld::RadioButton> m_xParaBtn;
@@ -63,8 +60,6 @@ class SwConvertTableDlg
public:
SwConvertTableDlg(SwView& rView, bool bToTable);
- short run() { return m_xDialog->run(); }
-
void GetValues( sal_Unicode& rDelim,
SwInsertTableOptions& rInsTableOpts,
SwTableAutoFormat const*& prTAFormat );