[Libreoffice-commits] core.git: include/svx

Noel Grandin (via logerrit) logerrit at kemper.freedesktop.org
Tue Jan 14 11:58:06 UTC 2020


 include/svx/svxdlg.hxx |    6 ------
 1 file changed, 6 deletions(-)

New commits:
commit 93be108f5270cc2b0fe19d23d7819970e69a8535
Author:     Noel Grandin <noel.grandin at collabora.co.uk>
AuthorDate: Tue Jan 14 08:41:50 2020 +0200
Commit:     Noel Grandin <noel.grandin at collabora.co.uk>
CommitDate: Tue Jan 14 12:57:29 2020 +0100

    AbstractSvxHlinkDlgMarkWnd is unused
    
    since
        commit 74713b34a36577f19eb3194246de73fa4f2bb741
        Date:   Wed May 25 09:05:21 2016 +0200
        loplugin:unusedmethods
    
    Change-Id: I0c70c169fff9e377688483c65ca6beb67ff06046
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86739
    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 36d56e87acdd..2fce5d60b1b5 100644
--- a/include/svx/svxdlg.hxx
+++ b/include/svx/svxdlg.hxx
@@ -132,12 +132,6 @@ public:
     virtual OUString      GetName() const = 0;
 };
 
-class AbstractSvxHlinkDlgMarkWnd : public VclAbstractDialog
-{
-protected:
-    virtual ~AbstractSvxHlinkDlgMarkWnd() override = default;
-};
-
 class AbstractSvxSearchSimilarityDialog :public VclAbstractDialog
 {
 protected:


More information about the Libreoffice-commits mailing list