summaryrefslogtreecommitdiff
path: root/javaunohelper
diff options
context:
space:
mode:
authorJohnny_M <klasse@partyheld.de>2017-06-09 21:12:37 +0200
committerMichael Stahl <mstahl@redhat.com>2017-06-12 11:26:43 +0200
commit5312da481ea8e25f06a7a0b725001b40069af081 (patch)
tree6fb1bf8cc5a6b36b95de3cdfd767f16cab3c42b7 /javaunohelper
parent6b3722c2cc21bd80758ecb00b4d823d4dbb30af4 (diff)
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 <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'javaunohelper')
-rw-r--r--javaunohelper/com/sun/star/lib/uno/helper/InterfaceContainer.java2
1 files changed, 1 insertions, 1 deletions
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;