summaryrefslogtreecommitdiff
path: root/wizards/com/sun/star/wizards/ui/event/EventNames.java
diff options
context:
space:
mode:
Diffstat (limited to 'wizards/com/sun/star/wizards/ui/event/EventNames.java')
-rw-r--r--wizards/com/sun/star/wizards/ui/event/EventNames.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/wizards/com/sun/star/wizards/ui/event/EventNames.java b/wizards/com/sun/star/wizards/ui/event/EventNames.java
index fbb733f522de..0cf0f17ef5fb 100644
--- a/wizards/com/sun/star/wizards/ui/event/EventNames.java
+++ b/wizards/com/sun/star/wizards/ui/event/EventNames.java
@@ -33,7 +33,7 @@ public interface EventNames
public static final String EVENT_KEY_PRESSED = "KPR";
public static final String EVENT_KEY_RELEASED = "KRE"; //mouse events
public static final String EVENT_MOUSE_PRESSED = "MPR";
- public static final String EVENT_MOUSE_RELEASED = "MRE";
+
public static final String EVENT_MOUSE_ENTERED = "MEN";
public static final String EVENT_MOUSE_EXITED = "MEX"; //other events
}