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

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Thu Nov 29 13:35:12 UTC 2018


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

New commits:
commit 97efc04e5d472167e3b8f9e832653fb5ce71b523
Author:     Caolán McNamara <caolanm at redhat.com>
AuthorDate: Thu Nov 29 09:24:40 2018 +0000
Commit:     Caolán McNamara <caolanm at redhat.com>
CommitDate: Thu Nov 29 14:34:44 2018 +0100

    unused abstract class AbstractTakeProgress
    
    Change-Id: I8fdcd03af9ecb89508e2d49e4c7873d1d2cbc752
    Reviewed-on: https://gerrit.libreoffice.org/64216
    Tested-by: Jenkins
    Reviewed-by: Caolán McNamara <caolanm at redhat.com>
    Tested-by: Caolán McNamara <caolanm at redhat.com>

diff --git a/include/svx/svxdlg.hxx b/include/svx/svxdlg.hxx
index 206ae24022c8..4f6be064f8ed 100644
--- a/include/svx/svxdlg.hxx
+++ b/include/svx/svxdlg.hxx
@@ -101,12 +101,6 @@ public:
     virtual SfxBindings& GetBindings() = 0;
 };
 
-class AbstractTakeProgress :public VclAbstractRefreshableDialog
-{
-protected:
-    virtual ~AbstractTakeProgress() override = default;
-};
-
 class AbstractTitleDialog :public VclAbstractDialog
 {
 protected:


More information about the Libreoffice-commits mailing list