[PATCH] fix for fdo#37761: Keyboard navigation broken in tools - options

Andre Schnabel andre.schnabel at gmx.net
Tue May 31 18:56:12 PDT 2011


prevent that aAutoSaveEdit will grab the focus in options dialog
---
 cui/source/options/optsave.cxx |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/cui/source/options/optsave.cxx b/cui/source/options/optsave.cxx
index c0719b4..4e98d90 100644
--- a/cui/source/options/optsave.cxx
+++ b/cui/source/options/optsave.cxx
@@ -544,7 +544,6 @@ IMPL_LINK( SfxSaveTabPage, AutoClickHdl_Impl, CheckBox *, pBox )
         {
             aAutoSaveEdit.Enable();
             aMinuteFT.Enable();
-            aAutoSaveEdit.GrabFocus();
         }
         else
         {
-- 
1.7.3.4


--------------090004050600090505080703--


More information about the LibreOffice mailing list