sd/source/ui/dlg/sddlgfact.cxx |    2 --
 sd/source/ui/dlg/sddlgfact.hxx |    6 ------
 2 files changed, 8 deletions(-)

New commits:
commit c18cab5451b677ff548de9634e3a25fa312a6b55
Author:     Caolán McNamara <caol...@redhat.com>
AuthorDate: Thu Jul 25 17:23:36 2019 +0100
Commit:     Caolán McNamara <caol...@redhat.com>
CommitDate: Sat Jul 27 16:32:52 2019 +0200

    drop newly unused SdVclAbstractDialog_Impl
    
    Change-Id: I3c8435f3428f1222e1adb4768af697df6aaaf828
    Reviewed-on: https://gerrit.libreoffice.org/76337
    Tested-by: Jenkins
    Reviewed-by: Caolán McNamara <caol...@redhat.com>
    Tested-by: Caolán McNamara <caol...@redhat.com>

diff --git a/sd/source/ui/dlg/sddlgfact.cxx b/sd/source/ui/dlg/sddlgfact.cxx
index 611ddb0307e8..55ad1c25556d 100644
--- a/sd/source/ui/dlg/sddlgfact.cxx
+++ b/sd/source/ui/dlg/sddlgfact.cxx
@@ -44,8 +44,6 @@
 #include <headerfooterdlg.hxx>
 #include "PhotoAlbumDialog.hxx"
 
-IMPL_ABSTDLG_BASE(SdVclAbstractDialog_Impl);
-
 short AbstractSvxBulletAndPositionDlg_Impl::Execute()
 {
     return m_xDlg->run();
diff --git a/sd/source/ui/dlg/sddlgfact.hxx b/sd/source/ui/dlg/sddlgfact.hxx
index 4932d5c8fa28..bc46df3fd38c 100644
--- a/sd/source/ui/dlg/sddlgfact.hxx
+++ b/sd/source/ui/dlg/sddlgfact.hxx
@@ -98,12 +98,6 @@ public:
     virtual bool IsSlideScope() override;
 };
 
-
-class SdVclAbstractDialog_Impl : public VclAbstractDialog
-{
-    DECL_ABSTDLG_BASE(SdVclAbstractDialog_Impl,Dialog)
-};
-
 class SdAbstractGenericDialog_Impl : public VclAbstractDialog
 {
     std::unique_ptr<weld::GenericDialogController> m_xDlg;
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to