From f6fb5a17da883e89cae6f7a960266fc87ccc9f6b Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Sun, 29 Apr 2018 23:19:08 +0200 Subject: Fix typos Change-Id: I92078fdece135754744d85424956dbb071f3899e Reviewed-on: https://gerrit.libreoffice.org/53638 Tested-by: Jenkins Reviewed-by: Julien Nabet --- .../DevelopersGuide/Components/Addons/JobsAddon/AsyncJob.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'odk') diff --git a/odk/examples/DevelopersGuide/Components/Addons/JobsAddon/AsyncJob.java b/odk/examples/DevelopersGuide/Components/Addons/JobsAddon/AsyncJob.java index f15940e3f66f..81a4e8fb8564 100644 --- a/odk/examples/DevelopersGuide/Components/Addons/JobsAddon/AsyncJob.java +++ b/odk/examples/DevelopersGuide/Components/Addons/JobsAddon/AsyncJob.java @@ -231,9 +231,9 @@ public class AsyncJob extends WeakBase implements XServiceInfo, XAsyncJob * the info box can be shown in modal mode. If a parent is missing * (because this job is called inside an EXECUTOR environment, which * does not set any frame context here) the info box can't be created! - * Because the toolkit needs parents for non top level windows ... + * Because the toolkit needs parents for non top level windows... * In that case the only way is to implement this info box - * native or make it non modal using java dialogs inside it's own thread ... + * native or make it non modal using java dialogs inside its own thread... * (see showInfoNonModal() too) * * @param xParent -- cgit