summaryrefslogtreecommitdiff
path: root/svx/inc/globlac.hrc
diff options
context:
space:
mode:
authorMathias Bauer <mba@openoffice.org>2001-07-17 06:12:11 +0000
committerMathias Bauer <mba@openoffice.org>2001-07-17 06:12:11 +0000
commite8bd97b24eca09fc23b1abd8c8bf8a0a8c8fe23b (patch)
tree6af03bdbf8646aa0c8b390ac80b22da999f83cb9 /svx/inc/globlac.hrc
parent835d514d5d9c02128a4ffd734ded1b97e12f104f (diff)
#89707#: wrong keybining for Paste
Diffstat (limited to 'svx/inc/globlac.hrc')
-rw-r--r--svx/inc/globlac.hrc6
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/inc/globlac.hrc b/svx/inc/globlac.hrc
index 5a6c4e5edc..e4a45464e2 100644
--- a/svx/inc/globlac.hrc
+++ b/svx/inc/globlac.hrc
@@ -2,9 +2,9 @@
*
* $RCSfile: globlac.hrc,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: mba $ $Date: 2001-07-03 08:30:11 $
+ * last change: $Author: mba $ $Date: 2001-07-17 07:12:11 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -232,7 +232,7 @@
ACC_CODE( SID_COPY, KEY_INSERT, FALSE, TRUE, FALSE ) \
ACC_CODE( SID_COPY, KEY_COPY, FALSE, FALSE, FALSE )
#define AI_PASTE ACC_CODE( SID_PASTE, KEY_V, FALSE, TRUE, FALSE ) \
- ACC_CODE( SID_PASTE, KEY_INSERT, TRUE, TRUE, FALSE ) \
+ ACC_CODE( SID_PASTE, KEY_INSERT, TRUE, FALSE, FALSE ) \
ACC_CODE( SID_PASTE, KEY_PASTE, FALSE, FALSE, FALSE )
#define AI_UNDO ACC_CODE( SID_UNDO, KEY_Z, FALSE, TRUE, FALSE ) \
ACC_CODE( SID_UNDO, KEY_BACKSPACE, FALSE, FALSE, TRUE ) \