summaryrefslogtreecommitdiffstats
path: root/cui/source/factory/dlgfact.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2018-11-29 09:25:34 +0000
committerCaolán McNamara <caolanm@redhat.com>2018-11-29 21:12:07 +0100
commitb94d0385903dfb7138d2924e81bf6be558a012d1 (patch)
tree5ea842d44fbbce03f8903e2d8e877532f2402e6d /cui/source/factory/dlgfact.hxx
parenttdf#121747 NB tabbed: add glue point group to view tab (diff)
downloadcore-b94d0385903dfb7138d2924e81bf6be558a012d1.tar.gz
core-b94d0385903dfb7138d2924e81bf6be558a012d1.zip
drop unused VclAbstractRefreshableDialog
Change-Id: I11ce3235ee95d7c6e8b1832579d097c7b044ae52 Reviewed-on: https://gerrit.libreoffice.org/64217 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'cui/source/factory/dlgfact.hxx')
-rw-r--r--cui/source/factory/dlgfact.hxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/cui/source/factory/dlgfact.hxx b/cui/source/factory/dlgfact.hxx
index 40f51fb6c681..1e103792893d 100644
--- a/cui/source/factory/dlgfact.hxx
+++ b/cui/source/factory/dlgfact.hxx
@@ -97,12 +97,6 @@ public:
virtual short Execute() override;
};
-class VclAbstractRefreshableDialog_Impl : public VclAbstractRefreshableDialog
-{
- DECL_ABSTDLG_BASE(VclAbstractRefreshableDialog_Impl,Dialog)
- virtual void Update() override ;
-};
-
class CuiAbstractSfxDialog_Impl : public SfxAbstractDialog
{
DECL_ABSTDLG_BASE(CuiAbstractSfxDialog_Impl,SfxModalDialog)