From 75b8d8f597d360e8d789358ca99e78e4742749c5 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Thu, 18 Oct 2012 12:59:04 +0100 Subject: expose m_pActionArea so subclasses can add buttons to the right place Change-Id: If0169cc12dc7b2b70996a5798b8c59b2e6e2edae --- sfx2/inc/sfx2/tabdlg.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sfx2') diff --git a/sfx2/inc/sfx2/tabdlg.hxx b/sfx2/inc/sfx2/tabdlg.hxx index fe244b853aff..c3e010a86c62 100644 --- a/sfx2/inc/sfx2/tabdlg.hxx +++ b/sfx2/inc/sfx2/tabdlg.hxx @@ -68,7 +68,6 @@ friend class SfxTabDialogController; VclVBox *m_pVBox; TabControl *m_pTabCtrl; - VclHButtonBox *m_pActionArea; OKButton *m_pOKBtn; PushButton* m_pApplyBtn; PushButton* m_pUserBtn; @@ -115,6 +114,7 @@ protected: virtual void PageCreated( sal_uInt16 nId, SfxTabPage &rPage ); virtual long Notify( NotifyEvent& rNEvt ); + VclHButtonBox* m_pActionArea; SfxItemSet* pExampleSet; SfxItemSet* GetInputSetImpl(); SfxTabPage* GetTabPage( sal_uInt16 nPageId ) const; -- cgit