[Libreoffice-commits] core.git: sd/source
Caolán McNamara (via logerrit)
logerrit at kemper.freedesktop.org
Sat Jul 27 14:33:57 UTC 2019
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 <caolanm at redhat.com>
AuthorDate: Thu Jul 25 17:23:36 2019 +0100
Commit: Caolán McNamara <caolanm at 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 <caolanm at redhat.com>
Tested-by: Caolán McNamara <caolanm at 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;
More information about the Libreoffice-commits
mailing list