diff options
author | Rüdiger Timm <rt@openoffice.org> | 2004-06-17 10:49:21 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2004-06-17 10:49:21 +0000 |
commit | e464419ca2e8d21f7d320683f7dae00e1fd40909 (patch) | |
tree | c214fd2a49d3e3155facc5d3a0c4ecd8ff6a7a1d /rsc/inc | |
parent | 7571473bb3b9d9df1f012894b6a015891fb41a61 (diff) |
INTEGRATION: CWS ooo64bit01 (1.2.104); FILE MERGED
2004/04/13 03:40:16 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')
-rw-r--r-- | rsc/inc/rsccont.hxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/rsc/inc/rsccont.hxx b/rsc/inc/rsccont.hxx index d8d313c573a8..1cea16a1b7aa 100644 --- a/rsc/inc/rsccont.hxx +++ b/rsc/inc/rsccont.hxx @@ -2,9 +2,9 @@ * * $RCSfile: rsccont.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:21 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -129,10 +129,10 @@ public: const RscId & rRscId); SUBINFO_STRUCT GetInfoEle( const RSCINST & rInst, USHORT nPos ); ERRTYPE SetString( const RSCINST &, char * pStr ); - ERRTYPE SetNumber( const RSCINST &, long lValue ); + ERRTYPE SetNumber( const RSCINST &, INT32 lValue ); ERRTYPE SetBool( const RSCINST & rInst, BOOL bValue ); ERRTYPE SetConst( const RSCINST & rInst, HASHID nValueId, - long nValue ); + INT32 nValue ); ERRTYPE SetRef( const RSCINST & rInst, const RscId & rRefId ); // Gibt die Groesse der Klasse in Bytes |