diff options
author | Rüdiger Timm <rt@openoffice.org> | 2004-06-17 10:52:57 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2004-06-17 10:52:57 +0000 |
commit | bf8b61bfcfe656f8c5d7213e90ba84d17c4e793f (patch) | |
tree | 061cda033a4c469e0609bc6b7893654736b5c294 /rsc | |
parent | 52e1534c53ff71da518e8468b6565bc26f760cbe (diff) |
INTEGRATION: CWS ooo64bit01 (1.2.104); FILE MERGED
2004/04/13 03:40:23 fa 1.2.104.1: #i8580# make resouce compiler 64-bit clean
#i8582# make tools portions of resource code 64-bit clean
Diffstat (limited to 'rsc')
-rw-r--r-- | rsc/source/res/rscflag.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/rsc/source/res/rscflag.cxx b/rsc/source/res/rscflag.cxx index 038998f674fa..27e2638132dd 100644 --- a/rsc/source/res/rscflag.cxx +++ b/rsc/source/res/rscflag.cxx @@ -2,9 +2,9 @@ * * $RCSfile: rscflag.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: pl $ $Date: 2001-10-10 11:51:25 $ + * last change: $Author: rt $ $Date: 2004-06-17 11:52:57 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -134,7 +134,7 @@ ERRTYPE RscFlag::SetNotConst( const RSCINST & rInst, HASHID nConst ){ |* Letzte Aenderung MM 03.04.91 |* *************************************************************************/ -ERRTYPE RscFlag::SetConst( const RSCINST & rInst, HASHID nConst, long nVal ) +ERRTYPE RscFlag::SetConst( const RSCINST & rInst, HASHID nConst, INT32 nVal ) { USHORT i, nFlag; |