sw/source/ui/dialog/swdlgfact.cxx | 2 -- sw/source/ui/dialog/swdlgfact.hxx | 5 ----- 2 files changed, 7 deletions(-)
New commits: commit 0fb66ff74cbe2e767b91f05b123c782f59ac39ab Author: Caolán McNamara <[email protected]> AuthorDate: Wed Mar 20 11:26:10 2019 +0000 Commit: Caolán McNamara <[email protected]> CommitDate: Wed Mar 20 14:23:24 2019 +0100 VclAbstractDialog_Impl is now unused Change-Id: Ibd77f77d01137f1e5b41100fd629e8a6f439c1c4 Reviewed-on: https://gerrit.libreoffice.org/69465 Tested-by: Jenkins Reviewed-by: Caolán McNamara <[email protected]> Tested-by: Caolán McNamara <[email protected]> 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; _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
