summaryrefslogtreecommitdiffstats
path: root/include/sfx2/tabdlg.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/sfx2/tabdlg.hxx')
-rw-r--r--include/sfx2/tabdlg.hxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/sfx2/tabdlg.hxx b/include/sfx2/tabdlg.hxx
index 7527fa519a3b..d4eb1fb71ae1 100644
--- a/include/sfx2/tabdlg.hxx
+++ b/include/sfx2/tabdlg.hxx
@@ -127,16 +127,10 @@ public:
CreateTabPage pCreateFunc, // != 0
sal_uInt16 nPos = TAB_APPEND);
- void RemoveTabPage( sal_uInt16 nId );
-
void SetCurPageId(sal_uInt16 nId)
{
m_nAppPageId = nId;
}
- void SetCurPageId(const OString& rName)
- {
- m_nAppPageId = m_pTabCtrl->GetPageId(rName);
- }
sal_uInt16 GetCurPageId() const
{
return m_pTabCtrl->GetCurPageId();
@@ -158,7 +152,6 @@ public:
// may provide local slots converted by Map
const sal_uInt16* GetInputRanges( const SfxItemPool& );
- void SetInputSet( const SfxItemSet* pInSet );
const SfxItemSet* GetOutputItemSet() const { return m_pOutSet.get(); }
short Execute() override;