[Libreoffice-commits] .: Branch 'libreoffice-3-4' - cui/source

Noel Power noelp at kemper.freedesktop.org
Wed Jun 1 02:42:24 PDT 2011


 cui/source/options/optsave.cxx |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit 51adaf7fc085fbed4f02d3276dcd36726caab286
Author: Andre Schnabel <andre.schnabel at gmx.net>
Date:   Tue May 31 18:56:12 2011 +0200

    fix for fdo#37761: Keyboard navigation broken in tools - options
    
    prevent that aAutoSaveEdit will grab the focus in options dialog
    
    Signed-off-by: Noel Power <noel.power at novell.com>

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
         {


More information about the Libreoffice-commits mailing list