Tag: cws_src680_warnings01
User: fs      
Date: 06/06/01 00:21:18

Modified:
 /dba/dbaccess/source/ui/inc/
  charsets.hxx

Log:
 #i10000# renamed the find methods to findFoo, removed using Base::find

File Changes:

Directory: /dba/dbaccess/source/ui/inc/
=======================================

File [changed]: charsets.hxx
Url: 
http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/inc/charsets.hxx?r1=1.6.50.1&r2=1.6.50.2
Delta lines:  +5 -8
-------------------
--- charsets.hxx        24 Mar 2006 15:36:18 -0000      1.6.50.1
+++ charsets.hxx        1 Jun 2006 07:21:16 -0000       1.6.50.2
@@ -4,9 +4,9 @@
  *
  *  $RCSfile: charsets.hxx,v $
  *
- *  $Revision: 1.6.50.1 $
+ *  $Revision: 1.6.50.2 $
  *
- *  last change: $Author: fs $ $Date: 2006/03/24 15:36:18 $
+ *  last change: $Author: fs $ $Date: 2006/06/01 07:21:16 $
  *
  *  The Contents of this file are made available subject to
  *  the terms of GNU Lesser General Public License Version 2.1.
@@ -74,13 +74,10 @@
 
                OCharsetDisplay();
 
-               struct IANA             { };
-               struct Display  { };
-
                // various find operations
-               const_iterator find(const rtl_TextEncoding _eEncoding) const;
-               const_iterator find(const ::rtl::OUString& _rIanaName, const 
IANA&) const;
-               const_iterator find(const ::rtl::OUString& _rDisplayName, const 
Display&) const;
+               const_iterator findEncoding(const rtl_TextEncoding _eEncoding) 
const;
+               const_iterator findIanaName(const ::rtl::OUString& _rIanaName) 
const;
+               const_iterator findDisplayName(const ::rtl::OUString& 
_rDisplayName) const;
 
                /// get access to the first element of the charset collection
                const_iterator  begin() const;




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to