diff options
author | Rüdiger Timm <rt@openoffice.org> | 2004-06-17 10:48:53 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2004-06-17 10:48:53 +0000 |
commit | 676f74307acf8b636c33ed5848baa6a0b700fb37 (patch) | |
tree | f3b80efa754f3ce6ffaa373de6f2867b2924535f /rsc/inc/rscarray.hxx | |
parent | 25459bae7cf851279d111404ab22ec065a948611 (diff) |
INTEGRATION: CWS ooo64bit01 (1.2.104); FILE MERGED
2004/04/13 03:40:15 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/rscarray.hxx')
-rw-r--r-- | rsc/inc/rscarray.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/rsc/inc/rscarray.hxx b/rsc/inc/rscarray.hxx index 6681f1958cc4..e38102da9e9c 100644 --- a/rsc/inc/rscarray.hxx +++ b/rsc/inc/rscarray.hxx @@ -2,9 +2,9 @@ * * $RCSfile: rscarray.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:48:40 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -123,7 +123,7 @@ public: virtual RscTop * GetTypeClass() const; RSCINST Create( RSCINST * pInst, const RSCINST & rDflt, BOOL ); void Destroy( const RSCINST & rInst ); - virtual ERRTYPE GetValueEle( const RSCINST & rInst, long lValue, + virtual ERRTYPE GetValueEle( const RSCINST & rInst, INT32 lValue, RscTop * pCreateClass, RSCINST * pGetInst ); virtual ERRTYPE GetArrayEle( const RSCINST & rInst, HASHID nId, |