summaryrefslogtreecommitdiff
path: root/sfx2/inc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-12-01 12:01:48 +0000
committerCaolán McNamara <caolanm@redhat.com>2012-09-28 08:48:06 +0100
commit3aaeca4c1b7a67fc33208fdf63d30de8af53049e (patch)
treee000f5a2dce5189383bb9f5f6e1bfe1a5f124e14 /sfx2/inc
parent16a9873a6f29ed89e5fadaef867f87a9322b2b0b (diff)
make SfxTabDialog layout buttons with button-box
Diffstat (limited to 'sfx2/inc')
-rw-r--r--sfx2/inc/sfx2/tabdlg.hxx21
1 files changed, 13 insertions, 8 deletions
diff --git a/sfx2/inc/sfx2/tabdlg.hxx b/sfx2/inc/sfx2/tabdlg.hxx
index 9d86b92b5f22..69fd8c2b61cf 100644
--- a/sfx2/inc/sfx2/tabdlg.hxx
+++ b/sfx2/inc/sfx2/tabdlg.hxx
@@ -22,9 +22,10 @@
#include "sal/config.h"
#include "sfx2/dllapi.h"
#include "sal/types.h"
-#include <vcl/tabdlg.hxx>
#include <vcl/button.hxx>
+#include <vcl/layout.hxx>
#include <vcl/tabctrl.hxx>
+#include <vcl/tabdlg.hxx>
#include <vcl/tabpage.hxx>
#include <svl/itempool.hxx>
#include <svl/itemset.hxx>
@@ -64,13 +65,17 @@ friend class SfxTabDialogController;
SfxViewFrame* pFrame;
- TabControl aTabCtrl;
- OKButton aOKBtn;
- PushButton* pUserBtn;
- CancelButton aCancelBtn;
- HelpButton aHelpBtn;
- PushButton aResetBtn;
- PushButton aBaseFmtBtn;
+ VBox vbox;
+ VBox content_area;
+ TabControl aTabCtrl;
+
+ HButtonBox action_area;
+ OKButton aOKBtn;
+ PushButton* pUserBtn;
+ CancelButton aCancelBtn;
+ HelpButton aHelpBtn;
+ PushButton aResetBtn;
+ PushButton aBaseFmtBtn;
const SfxItemSet* pSet;
SfxItemSet* pOutSet;