summaryrefslogtreecommitdiff
path: root/svtools/source/control/fileurlbox.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svtools/source/control/fileurlbox.cxx')
-rw-r--r--svtools/source/control/fileurlbox.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/svtools/source/control/fileurlbox.cxx b/svtools/source/control/fileurlbox.cxx
index 5ed40d77eaac..8437040b5706 100644
--- a/svtools/source/control/fileurlbox.cxx
+++ b/svtools/source/control/fileurlbox.cxx
@@ -56,7 +56,7 @@ namespace svt
{
switch ( _rNEvt.GetType() )
{
- case EVENT_KEYINPUT:
+ case MouseNotifyEvent::KEYINPUT:
if ( ( GetSubEdit() == _rNEvt.GetWindow() )
&& ( KEY_RETURN == _rNEvt.GetKeyEvent()->GetKeyCode().GetCode() )
&& ( IsInDropDown() )
@@ -64,7 +64,7 @@ namespace svt
m_sPreservedText = GetURL();
break;
- case EVENT_LOSEFOCUS:
+ case MouseNotifyEvent::LOSEFOCUS:
if ( IsWindowOrChild( _rNEvt.GetWindow() ) )
DisplayURL( GetText() );
break;
@@ -78,7 +78,7 @@ namespace svt
{
switch ( _rNEvt.GetType() )
{
- case EVENT_KEYINPUT:
+ case MouseNotifyEvent::KEYINPUT:
if ( ( GetSubEdit() == _rNEvt.GetWindow() )
&& ( KEY_RETURN == _rNEvt.GetKeyEvent()->GetKeyCode().GetCode() )
&& ( IsInDropDown() )