| commit | 0fb66ff74cbe2e767b91f05b123c782f59ac39ab | [log] |
|---|---|---|
| author | Caolán McNamara <caolanm@redhat.com> | Wed Mar 20 11:26:10 2019 +0000 |
| committer | Caolán McNamara <caolanm@redhat.com> | Wed Mar 20 14:23:24 2019 +0100 |
| tree | 49133e6e7cd092a9f016ad537e943618ccdd184e | |
| parent | 5febbd25a23ff09fa84b31f5ec9b5bbfb885bfee [diff] |
VclAbstractDialog_Impl is now unused Change-Id: Ibd77f77d01137f1e5b41100fd629e8a6f439c1c4 Reviewed-on: https://gerrit.libreoffice.org/69465 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
diff --git a/sw/source/ui/dialog/swdlgfact.cxx b/sw/source/ui/dialog/swdlgfact.cxx index 7eef5fa..85cb3ad 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 268a161..3f51a2c 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;