summaryrefslogtreecommitdiff
path: root/rsc/inc
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2008-01-14 14:54:07 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2008-01-14 14:54:07 +0000
commit8971ad2c4fdb9643c24e176be8d79eceb31df826 (patch)
treec50025d96594f69a630cb58ece40f863c965c6f5 /rsc/inc
parentaf0b586ec6c4d6041f8af6eb8c4743ba7b36e775 (diff)
INTEGRATION: CWS aquavcl04 (1.9.12); FILE MERGED
2007/10/19 14:41:39 pl 1.9.12.1: #i79131# no more KEY_CONTROLMOD
Diffstat (limited to 'rsc/inc')
-rw-r--r--rsc/inc/vclrsc.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/rsc/inc/vclrsc.hxx b/rsc/inc/vclrsc.hxx
index 8e096b20756d..9900988cc244 100644
--- a/rsc/inc/vclrsc.hxx
+++ b/rsc/inc/vclrsc.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: vclrsc.hxx,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: kz $ $Date: 2007-06-19 16:11:22 $
+ * last change: $Author: ihi $ $Date: 2008-01-14 15:54:07 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -214,8 +214,8 @@ enum TimeFieldFormat {TIMEF_NONE, TIMEF_SEC, TIMEF_100TH_SEC, TIMEF_SEC_CS, Time
#define KEY_SHIFT ((sal_uInt16)0x1000)
#define KEY_MOD1 ((sal_uInt16)0x2000)
#define KEY_MOD2 ((sal_uInt16)0x4000)
-#define KEY_MODTYPE ((sal_uInt16)0x7000)
-#define KEY_CONTROLMOD ((sal_uInt16)0x8000)
+#define KEY_MOD3 ((sal_uInt16)0x8000)
+#define KEY_MODTYPE ((sal_uInt16)0xF000)
#define KEY_ALLMODTYPE ((sal_uInt16)0xF000)