From 5312da481ea8e25f06a7a0b725001b40069af081 Mon Sep 17 00:00:00 2001 From: Johnny_M Date: Fri, 9 Jun 2017 21:12:37 +0200 Subject: Translate German comments and debug strings (leftovers in dirs j... to q...) Translates all (leftovers) found using a custom regex, in directories not shown by /bin/find-german-comments and beginning with "j" to "q". Additionally: - A few spelling fixes Change-Id: I5abf71dde3efc0dbaad162c705c6dc17af50f6c1 Reviewed-on: https://gerrit.libreoffice.org/38613 Reviewed-by: Michael Stahl Tested-by: Michael Stahl --- javaunohelper/com/sun/star/lib/uno/helper/InterfaceContainer.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'javaunohelper/com/sun') diff --git a/javaunohelper/com/sun/star/lib/uno/helper/InterfaceContainer.java b/javaunohelper/com/sun/star/lib/uno/helper/InterfaceContainer.java index dcc58d2669b6..cd751c5af7ef 100644 --- a/javaunohelper/com/sun/star/lib/uno/helper/InterfaceContainer.java +++ b/javaunohelper/com/sun/star/lib/uno/helper/InterfaceContainer.java @@ -703,7 +703,7 @@ public class InterfaceContainer implements Cloneable synchronized (this) { aIt= iterator(); - // Container freigeben, falls im disposing neue Eintraege kommen + // Release containers if new entries occur in disposing; // set the member to null, the iterator delete the values clear(); elementData= null; -- cgit