diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-08-11 08:44:33 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-08-11 10:22:12 +0100 |
commit | e1683c2d13a744344ee6a7b06917f65c11d8b35b (patch) | |
tree | ab5002c802f7bc045703dfe9161e15b610788044 /svtools | |
parent | f6e7b94042070241cd1cfb1d7f8610fe1801b4f2 (diff) |
callcatcher: update unused code
lots of ResID stuff going away now
Change-Id: Iad8524e201cd3072db71da9e5ee1c244ed337967
Diffstat (limited to 'svtools')
-rw-r--r-- | svtools/source/contnr/simptabl.cxx | 9 | ||||
-rw-r--r-- | svtools/source/contnr/svtabbx.cxx | 10 | ||||
-rw-r--r-- | svtools/source/control/stdctrl.cxx | 10 | ||||
-rw-r--r-- | svtools/source/dialogs/roadmapwizard.cxx | 8 | ||||
-rw-r--r-- | svtools/source/edit/svmedit.cxx | 4 |
5 files changed, 0 insertions, 41 deletions
diff --git a/svtools/source/contnr/simptabl.cxx b/svtools/source/contnr/simptabl.cxx index dcb87ad40200..62e275c15a93 100644 --- a/svtools/source/contnr/simptabl.cxx +++ b/svtools/source/contnr/simptabl.cxx @@ -26,15 +26,6 @@ #include <vcl/svapp.hxx> #include <vcl/settings.hxx> -// SvSimpleTableContainer ------------------------------------------------------ - -SvSimpleTableContainer::SvSimpleTableContainer(Window* pParent, const ResId& rResId) - : Control(pParent, rResId) - , m_pTable(NULL) -{ - SetBorderStyle(WINDOW_BORDER_NOBORDER); -} - SvSimpleTableContainer::SvSimpleTableContainer(Window* pParent, WinBits nBits) : Control(pParent, nBits) , m_pTable(NULL) diff --git a/svtools/source/contnr/svtabbx.cxx b/svtools/source/contnr/svtabbx.cxx index 80fd9c04479e..558be20a0650 100644 --- a/svtools/source/contnr/svtabbx.cxx +++ b/svtools/source/contnr/svtabbx.cxx @@ -108,16 +108,6 @@ extern "C" SAL_DLLPUBLIC_EXPORT Window* SAL_CALL makeSvTabListBox(Window *pParen return new SvTabListBox(pParent, nWinStyle); } -SvTabListBox::SvTabListBox( Window* pParent, const ResId& rResId ) - : SvTreeListBox( pParent, rResId ) -{ - pTabList = 0; - nTabCount = 0; - pViewParent = 0; - SvTabListBox::Resize(); - SetHighlightRange(); -} - SvTabListBox::~SvTabListBox() { // delete array diff --git a/svtools/source/control/stdctrl.cxx b/svtools/source/control/stdctrl.cxx index 74141c88eee0..bc117dcc848c 100644 --- a/svtools/source/control/stdctrl.cxx +++ b/svtools/source/control/stdctrl.cxx @@ -17,18 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ - #include <svtools/stdctrl.hxx> - - -FixedInfo::FixedInfo( Window* pParent, WinBits nWinStyle ) : - FixedText( pParent, nWinStyle | WB_INFO ) -{ -} - - - FixedInfo::FixedInfo( Window* pParent, const ResId& rResId ) : FixedText( pParent, rResId ) { diff --git a/svtools/source/dialogs/roadmapwizard.cxx b/svtools/source/dialogs/roadmapwizard.cxx index b6cf0c4c80db..ba3a71876fc4 100644 --- a/svtools/source/dialogs/roadmapwizard.cxx +++ b/svtools/source/dialogs/roadmapwizard.cxx @@ -165,14 +165,6 @@ namespace svt } #endif - RoadmapWizard::RoadmapWizard( Window* _pParent, const ResId& _rRes, sal_uInt32 _nButtonFlags ) - :OWizardMachine( _pParent, _rRes, _nButtonFlags ) - ,m_pImpl( new RoadmapWizardImpl ) - { - impl_construct(); - } - - RoadmapWizard::RoadmapWizard( Window* _pParent, const WinBits i_nStyle, sal_uInt32 _nButtonFlags ) :OWizardMachine( _pParent, i_nStyle, _nButtonFlags ) ,m_pImpl( new RoadmapWizardImpl ) diff --git a/svtools/source/edit/svmedit.cxx b/svtools/source/edit/svmedit.cxx index 2d2140135c1a..8ea2f0af83bf 100644 --- a/svtools/source/edit/svmedit.cxx +++ b/svtools/source/edit/svmedit.cxx @@ -25,10 +25,6 @@ MultiLineEdit::MultiLineEdit( Window* pParent, WinBits nWinStyle ) : VclMultiLineEdit( pParent,nWinStyle ) { } -MultiLineEdit::MultiLineEdit( Window* pParent, const ResId& rResId ) - : VclMultiLineEdit( pParent,rResId ) -{ -} // virtual css::uno::Reference< css::awt::XWindowPeer > |