[Libreoffice-commits] core.git: Branch 'libreoffice-6-2' - include/svx
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Thu Nov 29 20:11:14 UTC 2018
include/svx/svxdlg.hxx | 6 ------
1 file changed, 6 deletions(-)
New commits:
commit 543c83c2449b952c401352aed0c461c07ce92015
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 21:10:48 2018 +0100
unused abstract class AbstractTakeProgress
Change-Id: I8fdcd03af9ecb89508e2d49e4c7873d1d2cbc752
Reviewed-on: https://gerrit.libreoffice.org/64253
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