summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-08-18 08:26:48 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-08-18 09:34:55 +0100
commitb5a0b00d494928482e4dd44395765c480c8ae252 (patch)
treee50d32b261b9d92334a4f2bd8a66ab94c100013b /include
parente2b9531e43d37677109aa13eb6e2ebf857961016 (diff)
callcatcher: another round of resource ctor removals
Change-Id: Ic554fa7c1e549a0f39296836868b22ccf4c859d3
Diffstat (limited to 'include')
-rw-r--r--include/sfx2/tabdlg.hxx1
-rw-r--r--include/svx/dlgctrl.hxx4
2 files changed, 0 insertions, 5 deletions
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)
{