summaryrefslogtreecommitdiffstats
path: root/include/sfx2/tabdlg.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-08-15 12:21:19 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-08-15 13:52:57 +0100
commit5df98e8bc54953fb69492ba46f880f174af4d04e (patch)
tree19d8f27efe10210a6bc964be4202371e3db74294 /include/sfx2/tabdlg.hxx
parentUpdated core (diff)
downloadcore-5df98e8bc54953fb69492ba46f880f174af4d04e.tar.gz
core-5df98e8bc54953fb69492ba46f880f174af4d04e.zip
last two args to Init_Impl are now always NULL
so follow through on the logical consequnces of that Change-Id: I97981acecdcee03e4c1f32d1f4ec8ad623299042
Diffstat (limited to 'include/sfx2/tabdlg.hxx')
-rw-r--r--include/sfx2/tabdlg.hxx6
1 files changed, 1 insertions, 5 deletions
diff --git a/include/sfx2/tabdlg.hxx b/include/sfx2/tabdlg.hxx
index ffc9358ce3e8..45acb9bf2102 100644
--- a/include/sfx2/tabdlg.hxx
+++ b/include/sfx2/tabdlg.hxx
@@ -76,11 +76,7 @@ friend class SfxTabDialogController;
PushButton* m_pResetBtn;
PushButton* m_pBaseFmtBtn;
- bool m_bOwnsVBox;
- bool m_bOwnsTabCtrl;
- bool m_bOwnsActionArea;
bool m_bOwnsOKBtn;
- bool m_bOwnsApplyBtn;
bool m_bOwnsUserBtn;
bool m_bOwnsCancelBtn;
bool m_bOwnsHelpBtn;
@@ -102,7 +98,7 @@ friend class SfxTabDialogController;
DECL_DLLPRIVATE_LINK(BaseFmtHdl, void *);
DECL_DLLPRIVATE_LINK(UserHdl, void *);
DECL_DLLPRIVATE_LINK(CancelHdl, void *);
- SAL_DLLPRIVATE void Init_Impl(bool bFmtFlag, const OUString* pUserButtonText, const ResId* pResId);
+ SAL_DLLPRIVATE void Init_Impl(bool bFmtFlag);
protected:
virtual short Ok();