[Libreoffice-commits] core.git: sfx2/source

Caolán McNamara caolanm at redhat.com
Wed Mar 5 03:55:46 PST 2014


 sfx2/source/appl/newhelp.cxx |    7 -------
 sfx2/source/appl/newhelp.hxx |    1 -
 2 files changed, 8 deletions(-)

New commits:
commit e203cf28c7ab5b256e02769392fff487c5ecc87a
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Wed Mar 5 11:55:00 2014 +0000

    HelpTabPage_Impl ResId variant is now unused
    
    Change-Id: I084aaae3f090b36e7f16c4cd2541613fc91d6490

diff --git a/sfx2/source/appl/newhelp.cxx b/sfx2/source/appl/newhelp.cxx
index b7909d8..f7199a4 100644
--- a/sfx2/source/appl/newhelp.cxx
+++ b/sfx2/source/appl/newhelp.cxx
@@ -420,13 +420,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)
     , m_pIdxWin( _pIdxWin )
diff --git a/sfx2/source/appl/newhelp.hxx b/sfx2/source/appl/newhelp.hxx
index fa63cff..a8ef107 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);
 


More information about the Libreoffice-commits mailing list