summaryrefslogtreecommitdiff
path: root/fpicker
diff options
context:
space:
mode:
authorSzymon Kłos <eszkadev@gmail.com>2014-12-28 18:53:30 +0100
committerCaolán McNamara <caolanm@redhat.com>2015-01-05 10:01:45 +0000
commit42f645a96ce17534e94f3d221a400e92636d3694 (patch)
tree7092258ee18f1836837f6fd1ecb7dc611238be3b /fpicker
parent9de58b02e9675306148cef215d815ecbd79fb8f2 (diff)
fdo#85182 : default focus on folder rather than filename (4.4)
Change-Id: I84a2b6dd3f7045f1e95e6d45226797c33231552b Reviewed-on: https://gerrit.libreoffice.org/13685 Reviewed-by: Yousuf Philips <philipz85@hotmail.com> Tested-by: Yousuf Philips <philipz85@hotmail.com> (cherry picked from commit 87e0ae677a7d39e4890d470a3537113c9ab2fa95) Reviewed-on: https://gerrit.libreoffice.org/13693 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'fpicker')
-rw-r--r--fpicker/source/office/iodlg.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/fpicker/source/office/iodlg.cxx b/fpicker/source/office/iodlg.cxx
index 81ce17e4532d..2e82a40a6026 100644
--- a/fpicker/source/office/iodlg.cxx
+++ b/fpicker/source/office/iodlg.cxx
@@ -455,6 +455,7 @@ void SvtFileDialog::Init_Impl
get(_pImp->_pCbOptions, "options");
get(_pImp->_pFtFileName, "file_name_label");
get(_pImp->_pEdFileName, "file_name");
+ _pImp->_pEdFileName->GetFocus();
get(_pImp->_pFtFileType, "file_type_label");
get(_pImp->_pLbFilter, "file_type");
get(_pImp->_pEdCurrentPath, "current_path");