[Libreoffice-commits] core.git: cui/source
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Mon Mar 11 14:37:50 UTC 2019
cui/source/factory/dlgfact.cxx | 27 ---------------------------
cui/source/factory/dlgfact.hxx | 11 -----------
2 files changed, 38 deletions(-)
New commits:
commit 50d91e7294700ea38fc4933b0636a19d4684eede
Author: Caolán McNamara <caolanm at redhat.com>
AuthorDate: Sun Mar 10 19:24:18 2019 +0000
Commit: Caolán McNamara <caolanm at redhat.com>
CommitDate: Mon Mar 11 15:37:26 2019 +0100
CuiAbstractTabDialog_Impl is now unused
Change-Id: I6b561e7ec313c23ca780f039de48e44874dac0c7
Reviewed-on: https://gerrit.libreoffice.org/69014
Reviewed-by: Caolán McNamara <caolanm at redhat.com>
Tested-by: Caolán McNamara <caolanm at redhat.com>
diff --git a/cui/source/factory/dlgfact.cxx b/cui/source/factory/dlgfact.cxx
index 9e342f482353..b155a8685b9a 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(CuiAbstractTabDialog_Impl);
short AbstractSvxDistributeDialog_Impl::Execute()
{
@@ -298,32 +297,6 @@ short AbstractSignSignatureLineDialog_Impl::Execute()
IMPL_ABSTDLG_BASE(AbstractScreenshotAnnotationDlg_Impl);
-
-void CuiAbstractTabDialog_Impl::SetCurPageId( const OString& rName )
-{
- pDlg->SetCurPageId( rName );
-}
-
-const SfxItemSet* CuiAbstractTabDialog_Impl::GetOutputItemSet() const
-{
- return pDlg->GetOutputItemSet();
-}
-
-const sal_uInt16* CuiAbstractTabDialog_Impl::GetInputRanges(const SfxItemPool& pItem )
-{
- return pDlg->GetInputRanges( pItem );
-}
-
-void CuiAbstractTabDialog_Impl::SetInputSet( const SfxItemSet* pInSet )
-{
- pDlg->SetInputSet( pInSet );
-}
-//From class Window.
-void CuiAbstractTabDialog_Impl::SetText( const OUString& rStr )
-{
- pDlg->SetText( rStr );
-}
-
short CuiAbstractTabController_Impl::Execute()
{
return m_xDlg->run();
diff --git a/cui/source/factory/dlgfact.hxx b/cui/source/factory/dlgfact.hxx
index 021cbc0ba1de..44ad834a3b50 100644
--- a/cui/source/factory/dlgfact.hxx
+++ b/cui/source/factory/dlgfact.hxx
@@ -120,17 +120,6 @@ public:
virtual void SetText( const OUString& rStr ) override;
};
-class CuiAbstractTabDialog_Impl : public SfxAbstractTabDialog
-{
- DECL_ABSTDLG_BASE(CuiAbstractTabDialog_Impl,SfxTabDialog)
- virtual void SetCurPageId( const OString& rName ) override;
- virtual const SfxItemSet* GetOutputItemSet() const override;
- virtual const sal_uInt16* GetInputRanges( const SfxItemPool& pItem ) override;
- virtual void SetInputSet( const SfxItemSet* pInSet ) override;
- //From class Window.
- virtual void SetText( const OUString& rStr ) override;
-};
-
class CuiAbstractTabController_Impl : public SfxAbstractTabDialog
{
std::shared_ptr<SfxTabDialogController> m_xDlg;
More information about the Libreoffice-commits
mailing list