summaryrefslogtreecommitdiff
path: root/sfx2/inc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-03-21 11:26:30 +0000
committerCaolán McNamara <caolanm@redhat.com>2012-09-28 08:48:11 +0100
commit3a714f042ccb4c565b8aef9f5f2d14def1c20d71 (patch)
tree7b394f38272cd298fb5deb4ad01a27c8dfa0fe7b /sfx2/inc
parent5d73db20daf1d445db04fd2c14d7c6596c536b87 (diff)
retro-fit dialog child traversal with nextLogicalChildOfParent
retro-fit the logic that search dialog's children for keyboard short cuts and default focus widgets etc
Diffstat (limited to 'sfx2/inc')
-rw-r--r--sfx2/inc/sfx2/tabdlg.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sfx2/inc/sfx2/tabdlg.hxx b/sfx2/inc/sfx2/tabdlg.hxx
index 69fd8c2b61cf..b7d682ddb8b8 100644
--- a/sfx2/inc/sfx2/tabdlg.hxx
+++ b/sfx2/inc/sfx2/tabdlg.hxx
@@ -65,11 +65,11 @@ friend class SfxTabDialogController;
SfxViewFrame* pFrame;
- VBox vbox;
- VBox content_area;
+ VclVBox vbox;
+ VclVBox content_area;
TabControl aTabCtrl;
- HButtonBox action_area;
+ VclHButtonBox action_area;
OKButton aOKBtn;
PushButton* pUserBtn;
CancelButton aCancelBtn;