From ee69514c847a61955e2d236199385403abe54e05 Mon Sep 17 00:00:00 2001 From: Christian Lohmaier Date: Thu, 10 Mar 2016 23:37:18 +0100 Subject: javadoc is HTML 4, not xhtml or html5, so
is not allowed Change-Id: I0da91e0f6cb7fca09cb5ae08f6d3ef13829653d9 --- odk/examples/DevelopersGuide/Forms/DocumentHelper.java | 2 +- odk/examples/DevelopersGuide/Forms/KeyGenerator.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'odk') diff --git a/odk/examples/DevelopersGuide/Forms/DocumentHelper.java b/odk/examples/DevelopersGuide/Forms/DocumentHelper.java index 173433499e28..7e4bfef23fc7 100644 --- a/odk/examples/DevelopersGuide/Forms/DocumentHelper.java +++ b/odk/examples/DevelopersGuide/Forms/DocumentHelper.java @@ -223,7 +223,7 @@ public class DocumentHelper /* ------------------------------------------------------------------ */ /** retrieves a com.sun.star.drawing.DrawPage of the document, denoted by index * @param index - * the index of the draw page
+ * the index of the draw page
* @throws * com.sun.star.lang.IndexOutOfBoundsException * com.sun.star.lang.WrappedTargetException diff --git a/odk/examples/DevelopersGuide/Forms/KeyGenerator.java b/odk/examples/DevelopersGuide/Forms/KeyGenerator.java index 8b4c451873dc..0042b1c8e19c 100644 --- a/odk/examples/DevelopersGuide/Forms/KeyGenerator.java +++ b/odk/examples/DevelopersGuide/Forms/KeyGenerator.java @@ -51,7 +51,7 @@ class UniqueColumnValue /** extracts the name of the table a form is based on.

This method works for forms based directly on tables, and for forms based on statements, which - themself are based on one table.
+ themself are based on one table.
Everything else (especially forms based on queries) is not yet implemented.

*/ private String extractTableName( XPropertySet xForm ) throws com.sun.star.uno.Exception -- cgit