fpicker/source/office/iodlg.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 42f645a96ce17534e94f3d221a400e92636d3694
Author: Szymon KÅos <[email protected]>
Date: Sun Dec 28 18:53:30 2014 +0100
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 <[email protected]>
Tested-by: Yousuf Philips <[email protected]>
(cherry picked from commit 87e0ae677a7d39e4890d470a3537113c9ab2fa95)
Reviewed-on: https://gerrit.libreoffice.org/13693
Reviewed-by: Caolán McNamara <[email protected]>
Tested-by: Caolán McNamara <[email protected]>
diff --git a/fpicker/source/office/iodlg.cxx b/fpicker/source/office/iodlg.cxx
index 81ce17e..2e82a40 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");
_______________________________________________
Libreoffice-commits mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits