diff options
author | Andre Schnabel <andre.schnabel@gmx.net> | 2011-05-31 18:56:12 +0200 |
---|---|---|
committer | Noel Power <noel.power@novell.com> | 2011-06-01 10:41:32 +0100 |
commit | 51adaf7fc085fbed4f02d3276dcd36726caab286 (patch) | |
tree | b8031c803ba8b0bc2e60d69d1108d0e7a76a689b /cui/source/options/optsave.cxx | |
parent | b41854cdbcd0338a99c6d92113d8e9630d5f9a0b (diff) |
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@novell.com>
Diffstat (limited to 'cui/source/options/optsave.cxx')
-rw-r--r-- | 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 c0719b41b..4e98d909a 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 { |