summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-03-11 09:57:15 +0000
committerCaolán McNamara <caolanm@redhat.com>2013-03-11 10:36:10 +0000
commit8e0053560a92b5d96b3d896f680b0ef3ad647812 (patch)
tree18ae73faa2bdaad31f1073307abfaba0c0308052 /sfx2
parentc61d8227182611881171f50f112f3bc25499d0e9 (diff)
post writer test page conversion, remove unused ctor
Change-Id: I67bce02ad32e9e35bbd94458a922352567af2ba5
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/inc/sfx2/tabdlg.hxx1
-rw-r--r--sfx2/source/dialog/tabdlg.cxx9
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 adb3e68c29ab..b17b0389aa9f 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()