[Libreoffice-commits] .: svx/source
Jan Holesovsky
kendy at kemper.freedesktop.org
Sun Apr 15 03:45:37 PDT 2012
svx/source/tbxctrls/tbunosearchcontrollers.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit c6ec7ed43b0861e1c96d62aa75b594b1dd81e315
Author: Jan Holesovsky <kendy at suse.cz>
Date: Sun Apr 15 12:43:27 2012 +0200
findbar: Allow F3 to search next when in the find combobox.
diff --git a/svx/source/tbxctrls/tbunosearchcontrollers.cxx b/svx/source/tbxctrls/tbunosearchcontrollers.cxx
index de6f161..4e63eef 100644
--- a/svx/source/tbxctrls/tbunosearchcontrollers.cxx
+++ b/svx/source/tbxctrls/tbunosearchcontrollers.cxx
@@ -157,7 +157,7 @@ long FindTextFieldControl::PreNotify( NotifyEvent& rNEvt )
}
}
- if ( KEY_RETURN == nCode || (bMod1 && (KEY_G == nCode)) )
+ if ( KEY_RETURN == nCode || (bMod1 && (KEY_G == nCode)) || (KEY_F3 == nCode) )
{
Remember_Impl(GetText());
More information about the Libreoffice-commits
mailing list