Tag: cws_src680_warnings01
User: fs      
Date: 06/06/01 00:25:27

Modified:
 /dba/dbaccess/source/ui/dlg/
  detailpages.cxx

Log:
 #i10000# renamed the OCharSetDisplay's find methods to findFoo

File Changes:

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

File [changed]: detailpages.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/dlg/detailpages.cxx?r1=1.38.70.2&r2=1.38.70.3
Delta lines:  +6 -6
-------------------
--- detailpages.cxx     23 May 2006 23:52:40 -0000      1.38.70.2
+++ detailpages.cxx     1 Jun 2006 07:25:24 -0000       1.38.70.3
@@ -4,9 +4,9 @@
  *
  *  $RCSfile: detailpages.cxx,v $
  *
- *  $Revision: 1.38.70.2 $
+ *  $Revision: 1.38.70.3 $
  *
- *  last change: $Author: sb $ $Date: 2006/05/23 23:52:40 $
+ *  last change: $Author: fs $ $Date: 2006/06/01 07:25:24 $
  *
  *  The Contents of this file are made available subject to
  *  the terms of GNU Lesser General Public License Version 2.1.
@@ -569,11 +569,11 @@
                                // adjust the list of available character sets 
according to the data source type
                                adjustCharSets( _rSet, m_aCharsets, m_pCharset 
);
 
-                               OCharsetDisplay::const_iterator aFind = 
m_aCharsets.find(pCharsetItem->GetValue(), OCharsetDisplay::IANA());
+                               OCharsetDisplay::const_iterator aFind = 
m_aCharsets.findIanaName( pCharsetItem->GetValue() );
                                if (aFind == m_aCharsets.end())
                                {
                                        
DBG_ERROR("OCommonBehaviourTabPage::implInitControls: unknown charset falling 
back to system language!");
-                                       aFind = 
m_aCharsets.find(RTL_TEXTENCODING_DONTKNOW);
+                                       aFind = m_aCharsets.findEncoding( 
RTL_TEXTENCODING_DONTKNOW );
                                        // fallback: system language
                                }
 
@@ -666,7 +666,7 @@
                {
                        if (m_pCharset->GetSelectEntryPos() != 
m_pCharset->GetSavedValue())
                        {
-                               OCharsetDisplay::const_iterator aFind = 
m_aCharsets.find(m_pCharset->GetSelectEntry(), OCharsetDisplay::Display());
+                               OCharsetDisplay::const_iterator aFind = 
m_aCharsets.findDisplayName( m_pCharset->GetSelectEntry() );
                                DBG_ASSERT(aFind != m_aCharsets.end(), 
"OCommonBehaviourTabPage::FillItemSet: could not translate the selected 
character set!");
                                if (aFind != m_aCharsets.end())
                                        _rSet.Put(SfxStringItem(DSID_CHARSET, 
(*aFind).getIanaName()));




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

Reply via email to