summaryrefslogtreecommitdiff
path: root/sfx2/inc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-10-18 12:59:04 +0100
committerCaolán McNamara <caolanm@redhat.com>2012-10-18 14:47:28 +0100
commit75b8d8f597d360e8d789358ca99e78e4742749c5 (patch)
tree5a2fa85b8dde8aadb36e5754c74b5bae39638ec9 /sfx2/inc
parent5870db7df278780724f8fba7aa32bec3550a9874 (diff)
expose m_pActionArea so subclasses can add buttons to the right place
Change-Id: If0169cc12dc7b2b70996a5798b8c59b2e6e2edae
Diffstat (limited to 'sfx2/inc')
-rw-r--r--sfx2/inc/sfx2/tabdlg.hxx2
1 files changed, 1 insertions, 1 deletions
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;