diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-04-16 11:31:51 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2018-04-16 23:19:34 +0200 |
commit | 0f93692fda4226323422cf82ce34ae4bd5e22fab (patch) | |
tree | d79d74bb5ffbc37df5580d67e43d013614d2cf9e /odk/examples | |
parent | 7c6fbd0ac3b5927b337aa69b132aba14e9b3103f (diff) |
Fix typos
Change-Id: Ife28cd9399cfcb375bad764dac7424eda50d430d
Reviewed-on: https://gerrit.libreoffice.org/52198
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'odk/examples')
-rw-r--r-- | odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/StatusListener.java | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/StatusListener.java b/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/StatusListener.java index cbea395c9492..f78115854b1d 100644 --- a/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/StatusListener.java +++ b/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/StatusListener.java @@ -226,11 +226,11 @@ class StatusListener implements com.sun.star.frame.XStatusListener, /** - * This is the callback method for the status we listen for an wish to show it - * on our UI control. Of course it's a oneway method ... but we don't call back + * This is the callback method for the status we listen for and wish to show it + * on our UI control. Of course it's a oneway method... but we don't call back * to the office synchronously here. We update our UI only. So we don't leave this * java process. In such case it's not necessary to use threads to decouple it. - * Do it here and now ... + * Do it here and now... * * @param aEvent * describes the status, we can use to update our UI control |