svtools/source/control/fileurlbox.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 28bd5d32a9fd7b72fb2440041a32bcc2702688b6 Author: Stephan Bergmann <[email protected]> Date: Mon Dec 1 11:20:07 2014 +0100 typo Change-Id: I9151667213cc3c4d36d49547ae717ff3bec09cc3 diff --git a/svtools/source/control/fileurlbox.cxx b/svtools/source/control/fileurlbox.cxx index 98df1c0..a4daf5a 100644 --- a/svtools/source/control/fileurlbox.cxx +++ b/svtools/source/control/fileurlbox.cxx @@ -78,7 +78,7 @@ namespace svt bool FileURLBox::Notify( NotifyEvent& _rNEvt ) { - switch (_rNEvt.GetType() == MouseNotifyEvent::KEYINPUT) + if (_rNEvt.GetType() == MouseNotifyEvent::KEYINPUT) { if ( ( GetSubEdit() == _rNEvt.GetWindow() ) && ( KEY_RETURN == _rNEvt.GetKeyEvent()->GetKeyCode().GetCode() ) _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
