diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-06-12 11:33:41 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-06-12 11:33:41 +0200 |
commit | 32119d28ef2fb0bc6a401128edc3b863cce0d06b (patch) | |
tree | 9ea4b627594662ac0dc2847587695d5554b1f407 /odk/examples/DevelopersGuide/GUI | |
parent | 9b64588d827bbf59d7c82e26e0339615bc38111e (diff) |
Fix unclear comment
...after 5312da481ea8e25f06a7a0b725001b40069af081 "Translate German comments and
debug strings (leftovers in dirs j... to q...)"
Change-Id: I4155abb0a2d3d58b92be6835b8e9de37d2a19cfd
Diffstat (limited to 'odk/examples/DevelopersGuide/GUI')
-rw-r--r-- | odk/examples/DevelopersGuide/GUI/UnoDialogSample.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/odk/examples/DevelopersGuide/GUI/UnoDialogSample.java b/odk/examples/DevelopersGuide/GUI/UnoDialogSample.java index f8363ab54576..dea9e85cea5a 100644 --- a/odk/examples/DevelopersGuide/GUI/UnoDialogSample.java +++ b/odk/examples/DevelopersGuide/GUI/UnoDialogSample.java @@ -95,7 +95,7 @@ import com.sun.star.util.Time; import com.sun.star.util.thePathSettings; -// hand the position and width over as parameters +// Suggestion: 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; |