summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2018-11-29 09:24:40 +0000
committerCaolán McNamara <caolanm@redhat.com>2018-11-29 14:34:44 +0100
commit97efc04e5d472167e3b8f9e832653fb5ce71b523 (patch)
tree30594771030d96becc59597e7d25f28e6f9cefd6 /include
parent9c0d40fbc7d01ff46b78b798361bf3a19cc18bdc (diff)
unused abstract class AbstractTakeProgress
Change-Id: I8fdcd03af9ecb89508e2d49e4c7873d1d2cbc752 Reviewed-on: https://gerrit.libreoffice.org/64216 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include')
-rw-r--r--include/svx/svxdlg.hxx6
1 files changed, 0 insertions, 6 deletions
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: