From 00b4b4123aa87cc1a881fb13617dd4dc1c71b8dc Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Wed, 13 Jun 2012 09:51:20 +0100 Subject: tweak SfxTabDialog so that it can use VclBuilder provided 'internal' widgets --- sfx2/inc/sfx2/tabdlg.hxx | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'sfx2/inc') 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; -- cgit