summaryrefslogtreecommitdiff
path: root/svtools
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-12-01 11:20:07 +0100
committerStephan Bergmann <sbergman@redhat.com>2014-12-01 11:20:07 +0100
commit28bd5d32a9fd7b72fb2440041a32bcc2702688b6 (patch)
treea1d865030ced4bd4b53ac3bf7deba4a551837677 /svtools
parentaeec24cb34d1b5c302bf61b28c8dcb48576eb042 (diff)
typo
Change-Id: I9151667213cc3c4d36d49547ae717ff3bec09cc3
Diffstat (limited to 'svtools')
-rw-r--r--svtools/source/control/fileurlbox.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svtools/source/control/fileurlbox.cxx b/svtools/source/control/fileurlbox.cxx
index 98df1c056ffa..a4daf5a34c93 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() )