diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-20 04:44:18 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-20 04:44:18 +0000 |
commit | f1c7eb38cccaf22084486698b7a05d11387091de (patch) | |
tree | 862f95b0c2a6c5deb4f6f345f5e26cacb6330cf2 /rsc | |
parent | 88b51233abc61ed5502a9006e0a7ae70c668bb1c (diff) |
INTEGRATION: CWS warnings01 (1.4.8); FILE MERGED
2005/10/27 13:55:53 pl 1.4.8.1: #i55991# removed warnings for solaris platform
Diffstat (limited to 'rsc')
-rw-r--r-- | rsc/inc/rscclobj.hxx | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/rsc/inc/rscclobj.hxx b/rsc/inc/rscclobj.hxx index a308bad3dced..ba3ce165e304 100644 --- a/rsc/inc/rscclobj.hxx +++ b/rsc/inc/rscclobj.hxx @@ -4,9 +4,9 @@ * * $RCSfile: rscclobj.hxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: rt $ $Date: 2005-09-08 13:30:06 $ + * last change: $Author: hr $ $Date: 2006-06-20 05:44:18 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -66,7 +66,12 @@ class ObjNode : public IdNode{ RscId aRscId; // Id der Resource CLASS_DATA pRscObj;// pointer to a resourceobject ULONG lFileKey;// Dateischluessel +protected: + using NameNode::Search; + public: + using NameNode::Insert; + ObjNode( const RscId & rId, CLASS_DATA pData, ULONG lKey ); ObjNode * DelObjNode( RscTop * pClass, ULONG lFileKey ); sal_uInt32 GetId() const; @@ -90,7 +95,12 @@ public: /******************* R e f N o d e ***************************************/ class RefNode : public IdNode{ Atom nTypNameId; // index of a Name in a hashtabel +protected: + using NameNode::Search; + public: + using NameNode::Insert; + ObjNode* pObjBiTree; // Zeiger auf Objektbaum RefNode( Atom nTyp ); sal_uInt32 GetId() const; |