diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2015-10-02 10:43:00 +0200 |
---|---|---|
committer | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2015-10-02 08:45:48 +0000 |
commit | 34ab9e2e1790f053910a71cf7b8a7e2f054ddd34 (patch) | |
tree | 55ce5f002729e709ce4f8d105efa5d7e7d42a06d /odk/examples/DevelopersGuide/GUI | |
parent | 4caaa09d4da0f7bd5aa0fae3233d66bd977f185e (diff) |
Fix typos
Change-Id: I51ed2ccb06ba4ced15cd0b8e23e59a9609f07e93
Reviewed-on: https://gerrit.libreoffice.org/18961
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'odk/examples/DevelopersGuide/GUI')
-rw-r--r-- | odk/examples/DevelopersGuide/GUI/UnoDialogSample.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/odk/examples/DevelopersGuide/GUI/UnoDialogSample.java b/odk/examples/DevelopersGuide/GUI/UnoDialogSample.java index d2730e0f3e54..6f0f96453fd5 100644 --- a/odk/examples/DevelopersGuide/GUI/UnoDialogSample.java +++ b/odk/examples/DevelopersGuide/GUI/UnoDialogSample.java @@ -1340,9 +1340,9 @@ public class UnoDialogSample implements XTextListener, XSpinListener, XActionLis } /** - *To fully understand the example one has to be aware that the passed ???Index??? parameter + * To fully understand the example one has to be aware that the passed ???Index??? parameter * refers to the position of the roadmap item in the roadmapmodel container - * whereas the variable ???_ID??? directyl references to a certain step of dialog. + * whereas the variable ???_ID??? directly references to a certain step of dialog. */ public void insertRoadmapItem(int Index, boolean _bEnabled, String _sLabel, int _ID) { try { |