summaryrefslogtreecommitdiff
path: root/odk
diff options
context:
space:
mode:
authorChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2016-03-10 23:37:18 +0100
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2016-03-11 13:47:40 +0100
commitee69514c847a61955e2d236199385403abe54e05 (patch)
tree04edb1743fca4e29b7706a9dd692b068509bd87f /odk
parent54da5514c3b9a180a081e9836741e3297f71da7d (diff)
javadoc is HTML 4, not xhtml or html5, so <br/> is not allowed
Change-Id: I0da91e0f6cb7fca09cb5ae08f6d3ef13829653d9
Diffstat (limited to 'odk')
-rw-r--r--odk/examples/DevelopersGuide/Forms/DocumentHelper.java2
-rw-r--r--odk/examples/DevelopersGuide/Forms/KeyGenerator.java2
2 files changed, 2 insertions, 2 deletions
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<br/>
+ * the index of the draw page<br>
* @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.
<p>This method works for forms based directly on tables, and for forms based on statements, which
- themself are based on one table.<br/>
+ themself are based on one table.<br>
Everything else (especially forms based on queries) is not yet implemented.</p>
*/
private String extractTableName( XPropertySet xForm ) throws com.sun.star.uno.Exception