summaryrefslogtreecommitdiffstats
path: root/rsc/inc/rscflag.hxx
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2004-06-17 10:49:51 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2004-06-17 10:49:51 +0000
commit640e7f184880bc7a6dfd055a0ebdaade5dbf0324 (patch)
treec6df67e36794a41c5243fdd8f6cae716db7e845d /rsc/inc/rscflag.hxx
parentINTEGRATION: CWS ooo64bit01 (1.2.104); FILE MERGED (diff)
downloadcore-640e7f184880bc7a6dfd055a0ebdaade5dbf0324.tar.gz
core-640e7f184880bc7a6dfd055a0ebdaade5dbf0324.zip
INTEGRATION: CWS ooo64bit01 (1.2.104); FILE MERGED
2004/04/13 03:40:17 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/inc/rscflag.hxx')
-rw-r--r--rsc/inc/rscflag.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/rsc/inc/rscflag.hxx b/rsc/inc/rscflag.hxx
index 8d4ada02c6f0..ce0a1d2df49a 100644
--- a/rsc/inc/rscflag.hxx
+++ b/rsc/inc/rscflag.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: rscflag.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: pl $ $Date: 2001-10-10 11:51:13 $
+ * last change: $Author: rt $ $Date: 2004-06-17 11:49:51 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -102,7 +102,7 @@ public:
HASHID nConstId );
ERRTYPE SetConst( const RSCINST & rInst, HASHID nValueId,
- long nValue );
+ INT32 nValue );
ERRTYPE SetNotConst( const RSCINST & rInst, HASHID nConstId );
void WriteSrc( const RSCINST & rInst, FILE * fOutput,
RscTypCont * pTC, USHORT nTab, const char * );