From dcf1eb9701b46f0680ab3b04ef1a5c23ef3ae3f2 Mon Sep 17 00:00:00 2001 From: Vladimir Glazounov Date: Wed, 16 Feb 2005 16:49:44 +0000 Subject: [PATCH] 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 --- forms/source/component/ComboBox.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/forms/source/component/ComboBox.cxx b/forms/source/component/ComboBox.cxx index 5125914c8156..10507893815e 100644 --- a/forms/source/component/ComboBox.cxx +++ b/forms/source/component/ComboBox.cxx @@ -2,9 +2,9 @@ * * $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 * either of the following licenses @@ -534,7 +534,7 @@ void SAL_CALL OComboBoxModel::read(const Reference& if (nVersion > 0x0003) // nVersion == 4 _rxInStream >> m_aDefaultText; - // Stringliste muß 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 if ( m_aListSource.getLength() && !hasExternalListSource()