From 8971ad2c4fdb9643c24e176be8d79eceb31df826 Mon Sep 17 00:00:00 2001 From: Ivo Hinkelmann <ihi@openoffice.org> Date: Mon, 14 Jan 2008 14:54:07 +0000 Subject: INTEGRATION: CWS aquavcl04 (1.9.12); FILE MERGED 2007/10/19 14:41:39 pl 1.9.12.1: #i79131# no more KEY_CONTROLMOD --- rsc/inc/vclrsc.hxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'rsc/inc') 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) -- cgit