diff options
author | Oliver Bolte <obo@openoffice.org> | 2005-01-25 14:33:08 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2005-01-25 14:33:08 +0000 |
commit | 6839d7cc8735c4ee2b2c0dec4a14876f74cf93f5 (patch) | |
tree | b667948ee7e40e8dbab8fd17234a68439900cc11 /javaunohelper | |
parent | 1007a6917edfcd6ed67692c5cc1bb86dfe8d168c (diff) |
INTEGRATION: CWS gcj1 (1.1.134); FILE MERGED
2004/12/01 13:42:45 cmc 1.1.134.1: #i38188# gcj is picky about using non ascii characters in java source, ascii-ize german umlautes
Diffstat (limited to 'javaunohelper')
-rw-r--r-- | javaunohelper/com/sun/star/lib/uno/helper/InterfaceContainer.java | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/javaunohelper/com/sun/star/lib/uno/helper/InterfaceContainer.java b/javaunohelper/com/sun/star/lib/uno/helper/InterfaceContainer.java index 68bd2742d90a..9832e0a81693 100644 --- a/javaunohelper/com/sun/star/lib/uno/helper/InterfaceContainer.java +++ b/javaunohelper/com/sun/star/lib/uno/helper/InterfaceContainer.java @@ -2,9 +2,9 @@ * * $RCSfile: InterfaceContainer.java,v $ * - * $Revision: 1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: jl $ $Date: 2002-04-11 13:39:51 $ + * last change: $Author: obo $ $Date: 2005-01-25 15:33:08 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -738,7 +738,7 @@ public class InterfaceContainer implements Cloneable synchronized (this) { aIt= iterator(); - // Container freigeben, falls im disposing neue Eintrge kommen + // Container freigeben, falls im disposing neue Eintraege kommen // set the member to null, the iterator delete the values clear(); elementData= null; |