summaryrefslogtreecommitdiff
path: root/odk
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2019-05-10 09:34:10 +0100
committerCaolán McNamara <caolanm@redhat.com>2019-05-10 14:50:59 +0200
commitfbc038cc4f4a12f8302ce5b3bd7d739bd66a674e (patch)
treed6cc189748e5980420cc0611b44b28ec4183ea25 /odk
parent8ccffe4e7fb6abf6fa3ba9187007e9d8af116baf (diff)
an uno -> a uno
Change-Id: I538db88f8477dd2d2ad25c372928fec6c11d979d Reviewed-on: https://gerrit.libreoffice.org/72105 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'odk')
-rw-r--r--odk/docs/tools.html4
-rw-r--r--odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/FunctionHelper.java2
2 files changed, 3 insertions, 3 deletions
diff --git a/odk/docs/tools.html b/odk/docs/tools.html
index 27e2ce62c02f..646ca80c1c4e 100644
--- a/odk/docs/tools.html
+++ b/odk/docs/tools.html
@@ -713,7 +713,7 @@ types the specified types depend on.</p>
<table class="table4">
<tr>
<td class="cell15"><code>-env:INIFILENAME=&lt;url&gt;</code></td>
- <td class="cell85">url specifies a URL to an UNO ini|rc file of an existing UNO environment (URE, office installation).</td>
+ <td class="cell85">url specifies a URL to a UNO ini|rc file of an existing UNO environment (URE, office installation).</td>
</tr>
<tr>
<td class="cell15"><code>-a, --all</code></td>
@@ -759,7 +759,7 @@ types the specified types depend on.</p>
</tr>
<tr>
<td class="cell15"><code>-t &lt;name&gt;</code></td>
- <td class="cell85">specifies an UNOIDL type name, e.g. com.sun.star.text.XText (can be used more than once).</td>
+ <td class="cell85">specifies a UNOIDL type name, e.g. com.sun.star.text.XText (can be used more than once).</td>
</tr>
<tr>
<td class="cell15"><code>-p &lt;protocol:cmd(s)&gt;</code></td>
diff --git a/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/FunctionHelper.java b/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/FunctionHelper.java
index 1182745bb968..e566ba45ba6e 100644
--- a/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/FunctionHelper.java
+++ b/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/FunctionHelper.java
@@ -177,7 +177,7 @@ public class FunctionHelper
*
* Note: First mode (creation of a child window) can be reached by two different
* ways.
- * - pack the required window handle of our java window inside an UNO object
+ * - pack the required window handle of our java window inside a UNO object
* to transport it to the remote office toolkit and get a child office
* window.
* This is the old way. It's better to use the second one - but to be