summaryrefslogtreecommitdiff
path: root/rsc/inc/rsctree.hxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2005-01-03 16:24:07 +0000
committerOliver Bolte <obo@openoffice.org>2005-01-03 16:24:07 +0000
commit6bfcfba03758fa3f59f1856e56fc58e33b6129af (patch)
tree6ac9dc9e0575c84d8b5d6230d0dc271f8f8cd93c /rsc/inc/rsctree.hxx
parent1f4271df6501ad5a19aae651da29410b816a3073 (diff)
INTEGRATION: CWS res32bit (1.2.152); FILE MERGED
2004/10/22 13:54:29 pl 1.2.152.1: #i34513# free rsc of 32 bit constraints
Diffstat (limited to 'rsc/inc/rsctree.hxx')
-rw-r--r--rsc/inc/rsctree.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/rsc/inc/rsctree.hxx b/rsc/inc/rsctree.hxx
index e36be3d2d77e..38ad2738b6f3 100644
--- a/rsc/inc/rsctree.hxx
+++ b/rsc/inc/rsctree.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: rsctree.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:24:07 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -109,7 +109,7 @@ public:
NameNode* Right() const{ return (NameNode *)pRight ; };
NameNode* Search( const NameNode * pName ) const;
// insert a new node in the b-tree
- BOOL Insert( NameNode * pTN, USHORT * nDepth );
+ BOOL Insert( NameNode * pTN, sal_uInt32 * nDepth );
BOOL Insert( NameNode* pTN );
virtual COMPARE Compare( const NameNode * ) const;
virtual COMPARE Compare( const void * ) const;
@@ -129,8 +129,8 @@ class IdNode : public NameNode
public:
- IdNode* Search( USHORT nTypName ) const;
- virtual USHORT GetId() const;
+ IdNode* Search( sal_uInt32 nTypName ) const;
+ virtual sal_uInt32 GetId() const;
};
/*************************************************************************/