summaryrefslogtreecommitdiffstats
path: root/vcl/source/window/keycod.cxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2005-01-03 16:42:15 +0000
committerOliver Bolte <obo@openoffice.org>2005-01-03 16:42:15 +0000
commit4845c78c6953731ce10344edd2b87cc2a05b6ce8 (patch)
treeff17231a420933e8e3722ca009626e77865104d1 /vcl/source/window/keycod.cxx
parentINTEGRATION: CWS res32bit (1.29.54); FILE MERGED (diff)
downloadcore-4845c78c6953731ce10344edd2b87cc2a05b6ce8.tar.gz
core-4845c78c6953731ce10344edd2b87cc2a05b6ce8.zip
INTEGRATION: CWS res32bit (1.4.236); FILE MERGED
2004/11/08 16:12:18 pl 1.4.236.1: #i34513# changes for 32bit resources
Diffstat (limited to 'vcl/source/window/keycod.cxx')
-rw-r--r--vcl/source/window/keycod.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/vcl/source/window/keycod.cxx b/vcl/source/window/keycod.cxx
index e791311018eb..d4d499426c9b 100644
--- a/vcl/source/window/keycod.cxx
+++ b/vcl/source/window/keycod.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: keycod.cxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: vg $ $Date: 2004-01-06 14:12:50 $
+ * last change: $Author: obo $ $Date: 2005-01-03 17:42:15 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -144,9 +144,9 @@ KeyCode::KeyCode( const ResId& rResId )
{
pResMgr->Increment( sizeof( RSHEADER_TYPE ) );
- USHORT nKeyCode = pResMgr->ReadShort();
- USHORT nModifier = pResMgr->ReadShort();
- USHORT nKeyFunc = pResMgr->ReadShort();
+ ULONG nKeyCode = pResMgr->ReadLong();
+ ULONG nModifier = pResMgr->ReadLong();
+ ULONG nKeyFunc = pResMgr->ReadLong();
eFunc = (KeyFuncType)nKeyFunc;
if ( eFunc != KEYFUNC_DONTKNOW )