diff options
author | Oliver Bolte <obo@openoffice.org> | 2005-01-03 16:20:03 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2005-01-03 16:20:03 +0000 |
commit | 2f434dfae5765e2979e82e7eb026916526cd9cb4 (patch) | |
tree | c6b735f08310384fbceb17268dbdbf6c3f13cb60 /rsc/inc/rscclobj.hxx | |
parent | 95ef9cb3aec2c17a5a6a406f8efc77511f02ae76 (diff) |
INTEGRATION: CWS res32bit (1.2.152); FILE MERGED
2004/10/22 13:54:22 pl 1.2.152.1: #i34513# free rsc of 32 bit constraints
Diffstat (limited to 'rsc/inc/rscclobj.hxx')
-rw-r--r-- | rsc/inc/rscclobj.hxx | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/rsc/inc/rscclobj.hxx b/rsc/inc/rscclobj.hxx index 8f29813e81d8..1c69c485ab86 100644 --- a/rsc/inc/rscclobj.hxx +++ b/rsc/inc/rscclobj.hxx @@ -2,9 +2,9 @@ * * $RCSfile: rscclobj.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: pl $ $Date: 2001-10-10 11:51:13 $ + * last change: $Author: obo $ $Date: 2005-01-03 17:20:03 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -95,7 +95,7 @@ class ObjNode : public IdNode{ public: ObjNode( const RscId & rId, CLASS_DATA pData, ULONG lKey ); ObjNode * DelObjNode( RscTop * pClass, ULONG lFileKey ); - USHORT GetId() const; + sal_uInt32 GetId() const; RscId GetRscId(){ return( aRscId ); } ULONG GetFileKey(){ return lFileKey; }; ObjNode* Search( const RscId &rName ) const{ @@ -115,12 +115,12 @@ public: /******************* R e f N o d e ***************************************/ class RefNode : public IdNode{ - HASHID nTypNameId; // index of a Name in a hashtabel + Atom nTypNameId; // index of a Name in a hashtabel public: ObjNode* pObjBiTree; // Zeiger auf Objektbaum - RefNode( HASHID nTyp ); - USHORT GetId() const; - RefNode* Search( HASHID typ ) const{ + RefNode( Atom nTyp ); + sal_uInt32 GetId() const; + RefNode* Search( Atom typ ) const{ // search the index in the b-tree return( (RefNode *)IdNode::Search( typ ) ); }; |