[Libreoffice-commits] core.git: include/svx
Noel Grandin (via logerrit)
logerrit at kemper.freedesktop.org
Mon Jan 13 16:42:50 UTC 2020
include/svx/svxdlg.hxx | 6 ------
1 file changed, 6 deletions(-)
New commits:
commit a166a0d1d2aae132668a60ad845db154643c743a
Author: Noel Grandin <noel.grandin at collabora.co.uk>
AuthorDate: Mon Jan 13 15:55:11 2020 +0200
Commit: Noel Grandin <noel.grandin at collabora.co.uk>
CommitDate: Mon Jan 13 17:42:18 2020 +0100
AbstractSvxMessDialog is unused
since
commit 74713b34a36577f19eb3194246de73fa4f2bb741
Date: Wed May 25 09:05:21 2016 +0200
loplugin:unusedmethods
Change-Id: I3605b189f6bd5264ead91e02c2a018a3dd5e1e98
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86688
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin at collabora.co.uk>
diff --git a/include/svx/svxdlg.hxx b/include/svx/svxdlg.hxx
index 52282e6bb6e5..36d56e87acdd 100644
--- a/include/svx/svxdlg.hxx
+++ b/include/svx/svxdlg.hxx
@@ -216,12 +216,6 @@ public:
virtual bool IsSlideScope() = 0;
};
-class AbstractSvxMessDialog : public VclAbstractDialog
-{
-protected:
- virtual ~AbstractSvxMessDialog() override = default;
-};
-
class AbstractSvxMultiPathDialog : public VclAbstractDialog
{
protected:
More information about the Libreoffice-commits
mailing list