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

New commits:
commit ceef38f0b7ac9269203cd4dcaedccbf3ca20fc69
Author:     Caolán McNamara <[email protected]>
AuthorDate: Thu Nov 29 09:24:08 2018 +0000
Commit:     Caolán McNamara <[email protected]>
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 <[email protected]>
    Tested-by: Caolán McNamara <[email protected]>

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:
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to