summaryrefslogtreecommitdiff
path: root/include/sfx2/tabdlg.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/sfx2/tabdlg.hxx')
-rw-r--r--include/sfx2/tabdlg.hxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/sfx2/tabdlg.hxx b/include/sfx2/tabdlg.hxx
index 99b04f8c35bd..a34c06d128bd 100644
--- a/include/sfx2/tabdlg.hxx
+++ b/include/sfx2/tabdlg.hxx
@@ -135,10 +135,6 @@ public:
SfxTabDialog( SfxViewFrame *pViewFrame, Window* pParent,
const OString& rID, const OUString& rUIXMLDescription,
const SfxItemSet * = 0, sal_Bool bEditFmt = sal_False );
-
-
- SfxTabDialog( Window* pParent, const ResId &rResId, const SfxItemSet * = 0,
- sal_Bool bEditFmt = sal_False, const OUString *pUserButtonText = 0 );
~SfxTabDialog();
sal_uInt16 AddTabPage( const OString& rName, // Name of the label for the page in the notebook .ui
@@ -169,8 +165,6 @@ public:
sal_uInt16 nPos = TAB_APPEND);
void AddTabPage( sal_uInt16 nId,
- sal_Bool bItemsOnDemand = sal_False);
- void AddTabPage( sal_uInt16 nId,
const OUString &rRiderText,
sal_Bool bItemsOnDemand = sal_False,
sal_uInt16 nPos = TAB_APPEND);