[Libreoffice-commits] core.git: Branch 'libreoffice-6-2' - include/svx

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


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

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

    unused abstract class AbstractSearchProgress
    
    Change-Id: I4bd258b6223b81468195e3d96c1de4a23b7dc293
    Reviewed-on: https://gerrit.libreoffice.org/64222
    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 d81be92eb1b7..5ef8b27646f2 100644
--- a/include/svx/svxdlg.hxx
+++ b/include/svx/svxdlg.hxx
@@ -101,12 +101,6 @@ public:
     virtual SfxBindings& GetBindings() = 0;
 };
 
-class AbstractSearchProgress :public VclAbstractRefreshableDialog
-{
-protected:
-    virtual ~AbstractSearchProgress() override = default;
-};
-
 class AbstractTakeProgress :public VclAbstractRefreshableDialog
 {
 protected:


More information about the Libreoffice-commits mailing list