summaryrefslogtreecommitdiff
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 21:10:48 +0100
commit543c83c2449b952c401352aed0c461c07ce92015 (patch)
tree3cc45f68e501e12b04a459c4aa7f27f84f4c284d
parent155073e8391f9b9834b8741571852c7930496c73 (diff)
unused abstract class AbstractTakeProgress
Change-Id: I8fdcd03af9ecb89508e2d49e4c7873d1d2cbc752 Reviewed-on: https://gerrit.libreoffice.org/64253 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
-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: