summaryrefslogtreecommitdiff
path: root/sfx2/inc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-10-01 22:02:12 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-10-02 23:19:50 +0100
commitb48e2d958c905322ebd3219cc2141c7c2f0ce768 (patch)
tree6963d51820a0de52c3092495ca2c9a017190f29a /sfx2/inc
parent799e9515c08b9cf71e9294b5a1e83ab9d26d4b30 (diff)
callcatcher: various unused methods
Diffstat (limited to 'sfx2/inc')
-rw-r--r--sfx2/inc/sfx2/tabdlg.hxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/sfx2/inc/sfx2/tabdlg.hxx b/sfx2/inc/sfx2/tabdlg.hxx
index f7d1d24c9c32..ce1f84aa0040 100644
--- a/sfx2/inc/sfx2/tabdlg.hxx
+++ b/sfx2/inc/sfx2/tabdlg.hxx
@@ -140,8 +140,6 @@ protected:
bool PrepareLeaveCurrentPage();
public:
- SfxTabDialog( Window* pParent, const ResId &rResId, sal_uInt16 nSetId, SfxBindings& rBindings,
- sal_Bool bEditFmt = sal_False, const String *pUserButtonText = 0 );
SfxTabDialog( Window* pParent, const ResId &rResId, const SfxItemSet * = 0,
sal_Bool bEditFmt = sal_False, const String *pUserButtonText = 0 );
SfxTabDialog( SfxViewFrame *pViewFrame, Window* pParent, const ResId &rResId,
@@ -188,8 +186,6 @@ public:
const sal_uInt16* GetInputRanges( const SfxItemPool& );
void SetInputSet( const SfxItemSet* pInSet );
const SfxItemSet* GetOutputItemSet() const { return pOutSet; }
- const SfxItemSet* GetOutputItemSet( sal_uInt16 nId ) const;
- int FillOutputItemSet();
sal_Bool IsFormat() const { return bFmt; }
const OKButton& GetOKButton() const { return aOKBtn; }
@@ -201,9 +197,6 @@ public:
const PushButton& GetResetButton() const { return aResetBtn; }
PushButton& GetResetButton() { return aResetBtn; }
- const PushButton* GetApplyButton() const;
- PushButton* GetApplyButton();
-
const PushButton* GetUserButton() const { return pUserBtn; }
PushButton* GetUserButton() { return pUserBtn; }
void RemoveResetButton();