diff options
author | Johnny_M <klasse@partyheld.de> | 2017-06-09 21:12:37 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2017-06-12 11:26:43 +0200 |
commit | 5312da481ea8e25f06a7a0b725001b40069af081 (patch) | |
tree | 6fb1bf8cc5a6b36b95de3cdfd767f16cab3c42b7 /odk/examples | |
parent | 6b3722c2cc21bd80758ecb00b4d823d4dbb30af4 (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 'odk/examples')
-rw-r--r-- | odk/examples/DevelopersGuide/GUI/UnoDialogSample.java | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/odk/examples/DevelopersGuide/GUI/UnoDialogSample.java b/odk/examples/DevelopersGuide/GUI/UnoDialogSample.java index b50e874b88d9..f8363ab54576 100644 --- a/odk/examples/DevelopersGuide/GUI/UnoDialogSample.java +++ b/odk/examples/DevelopersGuide/GUI/UnoDialogSample.java @@ -95,8 +95,7 @@ import com.sun.star.util.Time; import com.sun.star.util.thePathSettings; -// Anregung von DV: -// Position und Weite als Parameter uebergeben +// hand the position and width over as parameters public class UnoDialogSample implements XTextListener, XSpinListener, XActionListener, XFocusListener, XMouseListener, XItemListener, XAdjustmentListener, XKeyListener { protected XComponentContext m_xContext = null; |