summaryrefslogtreecommitdiff
path: root/forms/source/component/ComboBox.cxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2005-02-16 16:49:44 +0000
committerVladimir Glazounov <vg@openoffice.org>2005-02-16 16:49:44 +0000
commitdcf1eb9701b46f0680ab3b04ef1a5c23ef3ae3f2 (patch)
tree71405775a464fd7c4f749e59a4a1bcb526262f64 /forms/source/component/ComboBox.cxx
parentaf6bd8d210c576a1e057db124d4294ed058a88e5 (diff)
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
Diffstat (limited to 'forms/source/component/ComboBox.cxx')
-rw-r--r--forms/source/component/ComboBox.cxx6
1 files 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<stario::XObjectInputStream>&
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()