summaryrefslogtreecommitdiff
path: root/sfx2/inc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-06-13 09:51:20 +0100
committerCaolán McNamara <caolanm@redhat.com>2012-09-28 08:48:28 +0100
commit00b4b4123aa87cc1a881fb13617dd4dc1c71b8dc (patch)
tree8789a9419bfed67a56f4b952db246d47a7baa65e /sfx2/inc
parentdc601c038d193f09dfaa6901ef99400eab931221 (diff)
tweak SfxTabDialog so that it can use VclBuilder provided 'internal' widgets
Diffstat (limited to 'sfx2/inc')
-rw-r--r--sfx2/inc/sfx2/tabdlg.hxx11
1 files changed, 10 insertions, 1 deletions
diff --git a/sfx2/inc/sfx2/tabdlg.hxx b/sfx2/inc/sfx2/tabdlg.hxx
index a39f25415306..db72bf83ec30 100644
--- a/sfx2/inc/sfx2/tabdlg.hxx
+++ b/sfx2/inc/sfx2/tabdlg.hxx
@@ -66,7 +66,6 @@ friend class SfxTabDialogController;
SfxViewFrame* pFrame;
VclVBox *m_pVBox;
- VclVBox *m_pContentArea;
TabControl *m_pTabCtrl;
VclHButtonBox *m_pActionArea;
@@ -77,6 +76,16 @@ friend class SfxTabDialogController;
PushButton* m_pResetBtn;
PushButton* m_pBaseFmtBtn;
+ bool m_bOwnsVBox;
+ bool m_bOwnsTabCtrl;
+ bool m_bOwnsActionArea;
+ bool m_bOwnsOKBtn;
+ bool m_bOwnsUserBtn;
+ bool m_bOwnsCancelBtn;
+ bool m_bOwnsHelpBtn;
+ bool m_bOwnsResetBtn;
+ bool m_bOwnsBaseFmtBtn;
+
const SfxItemSet* pSet;
SfxItemSet* pOutSet;
TabDlg_Impl* pImpl;