From e203cf28c7ab5b256e02769392fff487c5ecc87a Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Wed, 5 Mar 2014 11:55:00 +0000 Subject: HelpTabPage_Impl ResId variant is now unused Change-Id: I084aaae3f090b36e7f16c4cd2541613fc91d6490 --- sfx2/source/appl/newhelp.cxx | 7 ------- sfx2/source/appl/newhelp.hxx | 1 - 2 files changed, 8 deletions(-) (limited to 'sfx2') diff --git a/sfx2/source/appl/newhelp.cxx b/sfx2/source/appl/newhelp.cxx index b7909d892eb5..f7199a43f189 100644 --- a/sfx2/source/appl/newhelp.cxx +++ b/sfx2/source/appl/newhelp.cxx @@ -419,13 +419,6 @@ OUString ContentListBox_Impl::GetSelectEntry() const // class HelpTabPage_Impl ------------------------------------------------ -HelpTabPage_Impl::HelpTabPage_Impl(Window* pParent, SfxHelpIndexWindow_Impl* _pIdxWin, - const ResId& rResId ) - : TabPage( pParent, rResId ) - , m_pIdxWin( _pIdxWin ) -{ -} - HelpTabPage_Impl::HelpTabPage_Impl(Window* pParent, SfxHelpIndexWindow_Impl* _pIdxWin, const OString& rID, const OUString& rUIXMLDescription) : TabPage( pParent, rID, rUIXMLDescription) diff --git a/sfx2/source/appl/newhelp.hxx b/sfx2/source/appl/newhelp.hxx index fa63cff9ea62..a8ef107401b5 100644 --- a/sfx2/source/appl/newhelp.hxx +++ b/sfx2/source/appl/newhelp.hxx @@ -78,7 +78,6 @@ protected: SfxHelpIndexWindow_Impl* m_pIdxWin; public: - HelpTabPage_Impl( Window* pParent, SfxHelpIndexWindow_Impl* _pIdxWin, const ResId& rResId ); HelpTabPage_Impl(Window* pParent, SfxHelpIndexWindow_Impl* _pIdxWin, const OString& rID, const OUString& rUIXMLDescription); -- cgit