summaryrefslogtreecommitdiff
path: root/fpicker/source/office/iodlg.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'fpicker/source/office/iodlg.cxx')
-rw-r--r--fpicker/source/office/iodlg.cxx6
1 files changed, 6 insertions, 0 deletions
diff --git a/fpicker/source/office/iodlg.cxx b/fpicker/source/office/iodlg.cxx
index 06ede44025f1..5e08e1eedde0 100644
--- a/fpicker/source/office/iodlg.cxx
+++ b/fpicker/source/office/iodlg.cxx
@@ -395,6 +395,11 @@ public:
placesNewSize.Height() = aSize.Height();
_pImp->_pPlaces->SetSizePixel( placesNewSize );
}
+
+ virtual void GetFocus() SAL_OVERRIDE
+ {
+ _pFileView->GrabFocus();
+ }
};
SvtFileDialog::~SvtFileDialog()
@@ -523,6 +528,7 @@ void SvtFileDialog::Init_Impl
_pContainer->set_width_request(aSize.Width());
_pContainer->set_hexpand(true);
_pContainer->set_vexpand(true);
+ _pContainer->SetStyle( _pContainer->GetStyle() | WB_TABSTOP );
_pFileView = new SvtFileView( _pContainer, WB_BORDER,
FILEDLG_TYPE_PATHDLG == _pImp->_eDlgType,