diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-03-04 09:22:56 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-03-04 11:23:59 +0000 |
commit | ecda52f6b3919950870f3ddb195d34d3baf71168 (patch) | |
tree | a893e22f5ad130e669ad03dc1ca44872f86377d7 /sfx2 | |
parent | bef4b0dd6e638c1288c8855b514418e10ae19545 (diff) |
callcatcher: unused code
Change-Id: I7dcaa6f57815321e108cd7ce284fe145dc0506f2
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/inc/sfx2/tabdlg.hxx | 1 | ||||
-rw-r--r-- | sfx2/source/dialog/tabdlg.cxx | 9 |
2 files changed, 0 insertions, 10 deletions
diff --git a/sfx2/inc/sfx2/tabdlg.hxx b/sfx2/inc/sfx2/tabdlg.hxx index d25a72cf39be..e63718735667 100644 --- a/sfx2/inc/sfx2/tabdlg.hxx +++ b/sfx2/inc/sfx2/tabdlg.hxx @@ -252,7 +252,6 @@ private: protected: SfxTabPage( Window *pParent, const ResId &, const SfxItemSet &rAttrSet ); SfxTabPage(Window *pParent, const rtl::OString& rID, const rtl::OUString& rUIXMLDescription, const SfxItemSet &rAttrSet); - SfxTabPage( Window *pParent, WinBits nStyle, const SfxItemSet &rAttrSet ); sal_uInt16 GetSlot( sal_uInt16 nWhich ) const { return pSet->GetPool()->GetSlotId( nWhich ); } diff --git a/sfx2/source/dialog/tabdlg.cxx b/sfx2/source/dialog/tabdlg.cxx index 4ec5a76e035b..3d579fb5b8ef 100644 --- a/sfx2/source/dialog/tabdlg.cxx +++ b/sfx2/source/dialog/tabdlg.cxx @@ -239,15 +239,6 @@ SfxTabPage::SfxTabPage(Window *pParent, const rtl::OString& rID, const rtl::OUSt } // ----------------------------------------------------------------------- -SfxTabPage:: SfxTabPage( Window *pParent, WinBits nStyle, const SfxItemSet &rAttrSet ) : - TabPage(pParent, nStyle), - pSet ( &rAttrSet ), - bHasExchangeSupport ( sal_False ), - pTabDlg ( NULL ), - pImpl ( new TabPageImpl ) -{ -} -// ----------------------------------------------------------------------- SfxTabPage::~SfxTabPage() |