From b5a0b00d494928482e4dd44395765c480c8ae252 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Mon, 18 Aug 2014 08:26:48 +0100 Subject: callcatcher: another round of resource ctor removals Change-Id: Ic554fa7c1e549a0f39296836868b22ccf4c859d3 --- include/sfx2/tabdlg.hxx | 1 - include/svx/dlgctrl.hxx | 4 ---- 2 files changed, 5 deletions(-) (limited to 'include') diff --git a/include/sfx2/tabdlg.hxx b/include/sfx2/tabdlg.hxx index 45acb9bf2102..d916df3bb2d1 100644 --- a/include/sfx2/tabdlg.hxx +++ b/include/sfx2/tabdlg.hxx @@ -237,7 +237,6 @@ private: SAL_DLLPRIVATE void SetInputSet( const SfxItemSet* pNew ) { pSet = pNew; } protected: - SfxTabPage( Window *pParent, const ResId &, const SfxItemSet &rAttrSet ); SfxTabPage(Window *pParent, const OString& rID, const OUString& rUIXMLDescription, const SfxItemSet *rAttrSet); sal_uInt16 GetSlot( sal_uInt16 nWhich ) const diff --git a/include/svx/dlgctrl.hxx b/include/svx/dlgctrl.hxx index 4e007dfe9da0..6127f70d26b2 100644 --- a/include/svx/dlgctrl.hxx +++ b/include/svx/dlgctrl.hxx @@ -42,10 +42,6 @@ class SvxTabPage : public SfxTabPage { public: - SvxTabPage(Window* pParent, ResId Id, const SfxItemSet& rInAttrs) - : SfxTabPage(pParent, Id, rInAttrs) - { - } SvxTabPage(Window *pParent, const OString& rID, const OUString& rUIXMLDescription, const SfxItemSet &rAttrSet) : SfxTabPage(pParent, rID, rUIXMLDescription, &rAttrSet) { -- cgit