summaryrefslogtreecommitdiff
path: root/forms/source/misc
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2005-02-16 16:51:03 +0000
committerVladimir Glazounov <vg@openoffice.org>2005-02-16 16:51:03 +0000
commitc7922f99fce894ce42d80778064fcfdedeb95bfd (patch)
tree764291839cbb28279981d5e483dda4b2e779cc43 /forms/source/misc
parent103b0232beef830a1014fa280f76c227c5d6f05b (diff)
INTEGRATION: CWS dr33 (1.19.110); FILE MERGED
2005/02/14 16:44:00 dr 1.19.110.1: #i42367# remove non-ASCII characters from C++ sources
Diffstat (limited to 'forms/source/misc')
-rw-r--r--forms/source/misc/InterfaceContainer.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/forms/source/misc/InterfaceContainer.cxx b/forms/source/misc/InterfaceContainer.cxx
index 2ce69b222e5b..d887bfcdf77f 100644
--- a/forms/source/misc/InterfaceContainer.cxx
+++ b/forms/source/misc/InterfaceContainer.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: InterfaceContainer.cxx,v $
*
- * $Revision: 1.19 $
+ * $Revision: 1.20 $
*
- * last change: $Author: rt $ $Date: 2004-01-07 15:41:42 $
+ * last change: $Author: vg $ $Date: 2005-02-16 17:51:03 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -517,7 +517,7 @@ void SAL_CALL OInterfaceContainer::read( const Reference< XObjectInputStream >&
while (getCount())
removeByIndex(0);
- // Schreibt nur in Abhaengigkeit der Länge
+ // Schreibt nur in Abhaengigkeit der Laenge
sal_Int32 nLen = _rxInStream->readLong();
if (nLen)