diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-20 04:45:14 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-20 04:45:14 +0000 |
commit | 8516c297547b88df62e6731a67a44b030ba6baa7 (patch) | |
tree | 49b1e6092b4f9d7efb9630b51e312c65d26bf128 /rsc | |
parent | 7b90a792944206491d2e88b426d3f861bad509dc (diff) |
INTEGRATION: CWS warnings01 (1.4.8); FILE MERGED
2005/10/27 13:55:55 pl 1.4.8.1: #i55991# removed warnings for solaris platform
Diffstat (limited to 'rsc')
-rw-r--r-- | rsc/inc/rsctree.hxx | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/rsc/inc/rsctree.hxx b/rsc/inc/rsctree.hxx index 54abb3713f90..da18c33b8c33 100644 --- a/rsc/inc/rsctree.hxx +++ b/rsc/inc/rsctree.hxx @@ -4,9 +4,9 @@ * * $RCSfile: rsctree.hxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: rt $ $Date: 2005-09-08 13:35:04 $ + * last change: $Author: hr $ $Date: 2006-06-20 05:45:14 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -100,6 +100,8 @@ class IdNode : public NameNode { virtual COMPARE Compare( const NameNode * ) const; virtual COMPARE Compare( const void * ) const; +protected: + using NameNode::Search; public: @@ -114,6 +116,8 @@ class StringNode : public NameNode virtual COMPARE Compare( const void * ) const; protected: + using NameNode::Search; + ByteString aName; public: |