diff options
Diffstat (limited to 'sw/source')
-rw-r--r-- | sw/source/ui/dialog/swdlgfact.cxx | 2 | ||||
-rw-r--r-- | sw/source/ui/dialog/swdlgfact.hxx | 5 |
2 files changed, 0 insertions, 7 deletions
diff --git a/sw/source/ui/dialog/swdlgfact.cxx b/sw/source/ui/dialog/swdlgfact.cxx index 7eef5fa5b638..85cb3ad716b2 100644 --- a/sw/source/ui/dialog/swdlgfact.cxx +++ b/sw/source/ui/dialog/swdlgfact.cxx @@ -111,8 +111,6 @@ short AbstractSwAsciiFilterDlg_Impl::Execute() return m_xDlg->run(); } -IMPL_ABSTDLG_BASE(VclAbstractDialog_Impl); - short AbstractSplitTableDialog_Impl::Execute() { return m_xDlg->run(); diff --git a/sw/source/ui/dialog/swdlgfact.hxx b/sw/source/ui/dialog/swdlgfact.hxx index 268a1613d2f6..3f51a2ca9eb8 100644 --- a/sw/source/ui/dialog/swdlgfact.hxx +++ b/sw/source/ui/dialog/swdlgfact.hxx @@ -125,11 +125,6 @@ public: virtual void FillOptions( SwAsciiOptions& rOptions ) override; }; -class VclAbstractDialog_Impl : public VclAbstractDialog -{ - DECL_ABSTDLG_BASE(VclAbstractDialog_Impl,Dialog) -}; - class AbstractGenericDialog_Impl : public VclAbstractDialog { std::shared_ptr<weld::GenericDialogController> m_xDlg; |