[Libreoffice-commits] core.git: odk/docs odk/examples
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Wed Jul 24 09:54:14 UTC 2019
odk/docs/install.html | 2 +-
odk/examples/java/Inspector/Inspector.java | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 46ce440cf8ee10d57a28e861e981f3c820a8c8ed
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Tue Jul 23 19:31:15 2019 +0200
Commit: Adolfo Jayme Barrientos <fitojb at ubuntu.com>
CommitDate: Wed Jul 24 11:53:09 2019 +0200
Fix typo 'a SDK'
Partial revert of:
https://gerrit.libreoffice.org/#/c/76028/4
Change-Id: I94173556f1dff21ff47245f8b632411fc8be1ff6
Reviewed-on: https://gerrit.libreoffice.org/76200
Tested-by: Jenkins
Reviewed-by: Adolfo Jayme Barrientos <fitojb at ubuntu.com>
diff --git a/odk/docs/install.html b/odk/docs/install.html
index 266fd7c33b88..055f4007b24a 100644
--- a/odk/docs/install.html
+++ b/odk/docs/install.html
@@ -315,7 +315,7 @@
output directory is <b>optional</b>, by
default the output is generated in the SDK
directory itself. If an output directory is
- specified, the output is generated in a SDK
+ specified, the output is generated in an SDK
dependent subdirectory in this directory (e.g.
<OO_SDK_OUTPUT_DIR> /LibreOffice
%PRODUCT_RELEASE%/LINUXExample.out)</td>
diff --git a/odk/examples/java/Inspector/Inspector.java b/odk/examples/java/Inspector/Inspector.java
index 18a75bcdb469..18d8d909a449 100644
--- a/odk/examples/java/Inspector/Inspector.java
+++ b/odk/examples/java/Inspector/Inspector.java
@@ -88,7 +88,7 @@ public class Inspector{
private TDocSupplier oTDocSupplier;
private Introspector m_oIntrospector = null;
// TODO: improve these strings:
- private static final String sWRONGINSTALLATIONPATH = "Your selected path does not refer to a SDK-Installation!";
+ private static final String sWRONGINSTALLATIONPATH = "Your selected path does not refer to an SDK-Installation!";
/** Creates a new instance of Dialog */
public _Inspector(XComponentContext _xComponentContext) {
m_xComponentContext = _xComponentContext;
More information about the Libreoffice-commits
mailing list