#102725# fixed keyReleased to return false

This commit is contained in:
Oliver Braun 2002-08-30 05:13:27 +00:00
parent 6ecd3426c2
commit 6dc2df7914

View file

@ -2,9 +2,9 @@
*
* $RCSfile: KeyHandler.java,v $
*
* $Revision: 1.1 $
* $Revision: 1.2 $
*
* last change: $Author: obr $ $Date: 2002-08-23 09:32:26 $
* last change: $Author: obr $ $Date: 2002-08-30 06:13:27 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@ -159,8 +159,8 @@ public class KeyHandler extends Component implements XKeyHandler {
eventQueue.postEvent(new VCLKeyEvent(KeyEvent.KEY_RELEASED, event));
// return false;
return true;
// return true;
return false;
}
public void disposing(com.sun.star.lang.EventObject event) {