INTEGRATION: CWS dr33 (1.27.26); FILE MERGED

2005/02/14 16:43:57 dr 1.27.26.1: #i42367# remove non-ASCII characters from C++ sources
This commit is contained in:
Vladimir Glazounov
2005-02-16 16:49:44 +00:00
parent af6bd8d210
commit dcf1eb9701

View File

@@ -2,9 +2,9 @@
* *
* $RCSfile: ComboBox.cxx,v $ * $RCSfile: ComboBox.cxx,v $
* *
* $Revision: 1.27 $ * $Revision: 1.28 $
* *
* last change: $Author: obo $ $Date: 2004-11-16 10:35:57 $ * last change: $Author: vg $ $Date: 2005-02-16 17:49:44 $
* *
* The Contents of this file are made available subject to the terms of * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
@@ -534,7 +534,7 @@ void SAL_CALL OComboBoxModel::read(const Reference<stario::XObjectInputStream>&
if (nVersion > 0x0003) // nVersion == 4 if (nVersion > 0x0003) // nVersion == 4
_rxInStream >> m_aDefaultText; _rxInStream >> m_aDefaultText;
// Stringliste mu<EFBFBD> geleert werden, wenn eine Listenquelle gesetzt ist // Stringliste muss geleert werden, wenn eine Listenquelle gesetzt ist
// dieses kann der Fall sein wenn im alive modus gespeichert wird // dieses kann der Fall sein wenn im alive modus gespeichert wird
if ( m_aListSource.getLength() if ( m_aListSource.getLength()
&& !hasExternalListSource() && !hasExternalListSource()