summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgt <gt@openoffice.org>2002-12-11 12:42:24 +0000
committergt <gt@openoffice.org>2002-12-11 12:42:24 +0000
commitfb63d0b469ff22819f81571b01a5e083ee7a69d1 (patch)
tree3fb64541fdf261590cbc9eb7983aec08f8d2093e
parent161edf4de64040b9e8b5cba41745eb80e1afb4c8 (diff)
#105907# SvImpLBox::KeyInput(): don't handle KEY_DELETE
-rw-r--r--svtools/source/contnr/svimpbox.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/svtools/source/contnr/svimpbox.cxx b/svtools/source/contnr/svimpbox.cxx
index adedbaa01603..e52498f87fcc 100644
--- a/svtools/source/contnr/svimpbox.cxx
+++ b/svtools/source/contnr/svimpbox.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: svimpbox.cxx,v $
*
- * $Revision: 1.28 $
+ * $Revision: 1.29 $
*
- * last change: $Author: gt $ $Date: 2002-12-10 15:06:11 $
+ * last change: $Author: gt $ $Date: 2002-12-11 13:42:24 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -2535,6 +2535,7 @@ BOOL SvImpLBox::KeyInput( const KeyEvent& rKEvt)
case KEY_ESCAPE:
case KEY_TAB:
+ case KEY_DELETE:
case KEY_BACKSPACE:
// #105907# must not be handled because this quits dialogs and does other magic things...
// if there are other single keys which should not be handled, they can be added here