summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2019-07-25 17:23:36 +0100
committerCaolán McNamara <caolanm@redhat.com>2019-07-27 16:32:52 +0200
commitc18cab5451b677ff548de9634e3a25fa312a6b55 (patch)
tree68a5fec4d0fe18b947f671c5af2ae35abf4840f2
parent2aff82411b905d55774057ed6e74b8cd45dc570b (diff)
drop newly unused SdVclAbstractDialog_Impl
Change-Id: I3c8435f3428f1222e1adb4768af697df6aaaf828 Reviewed-on: https://gerrit.libreoffice.org/76337 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
-rw-r--r--sd/source/ui/dlg/sddlgfact.cxx2
-rw-r--r--sd/source/ui/dlg/sddlgfact.hxx6
2 files changed, 0 insertions, 8 deletions
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;