diff options
Diffstat (limited to 'cui/source/factory/dlgfact.cxx')
-rw-r--r-- | cui/source/factory/dlgfact.cxx | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/cui/source/factory/dlgfact.cxx b/cui/source/factory/dlgfact.cxx index 206d4a13cca9..759b90bc53c6 100644 --- a/cui/source/factory/dlgfact.cxx +++ b/cui/source/factory/dlgfact.cxx @@ -110,7 +110,6 @@ short CuiAbstractSingleTabController_Impl::Execute() } IMPL_ABSTDLG_BASE(CuiVclAbstractDialog_Impl) -IMPL_ABSTDLG_BASE(VclAbstractRefreshableDialog_Impl); IMPL_ABSTDLG_BASE(CuiAbstractTabDialog_Impl); short AbstractSvxDistributeDialog_Impl::Execute() @@ -554,11 +553,6 @@ sal_uInt32 AbstractGalleryIdDialog_Impl::GetId() const return m_xDlg->GetId(); } -void VclAbstractRefreshableDialog_Impl::Update() -{ - pDlg->Update(); -} - OUString AbstractURLDlg_Impl::GetURL() const { return pDlg->GetURL(); |