summaryrefslogtreecommitdiff
path: root/reportbuilder/java/org/libreoffice/report/pentaho/output/StyleUtilities.java
diff options
context:
space:
mode:
authorrbuj <robert.buj@gmail.com>2014-09-01 18:35:40 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-09-02 02:13:49 -0500
commit18d72e76f1d20d613ab05a4f40e4505279a989ca (patch)
tree6ed80a83dabf64a5185536b46f19dbc308709d96 /reportbuilder/java/org/libreoffice/report/pentaho/output/StyleUtilities.java
parent66d031649e8cb1716b7eaac0f7c31956fdbc62ec (diff)
reportbuilder: fix javadoc error: self-closing element not allowed
Change-Id: Iabfa4dd2c1018b982b50798bf09347e0b11901a4 Reviewed-on: https://gerrit.libreoffice.org/11240 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
Diffstat (limited to 'reportbuilder/java/org/libreoffice/report/pentaho/output/StyleUtilities.java')
-rw-r--r--reportbuilder/java/org/libreoffice/report/pentaho/output/StyleUtilities.java20
1 files changed, 10 insertions, 10 deletions
diff --git a/reportbuilder/java/org/libreoffice/report/pentaho/output/StyleUtilities.java b/reportbuilder/java/org/libreoffice/report/pentaho/output/StyleUtilities.java
index 53b51f026ba1..e0724596773e 100644
--- a/reportbuilder/java/org/libreoffice/report/pentaho/output/StyleUtilities.java
+++ b/reportbuilder/java/org/libreoffice/report/pentaho/output/StyleUtilities.java
@@ -54,11 +54,11 @@ public class StyleUtilities
}
/**
- * Copies the specififed style (keyed by its family and name) into the current styles collection. This copies the
+ * Copies the specified style (keyed by its family and name) into the current styles collection. This copies the
* style and all inherited styles into the target collection. Inherited common styles will be always be added to the
* common collection (which will be written into the 'styles.xml' later).
- * <p/>
- * This method does nothing if the specified style already exists in the styles collection.
+ *
+ * <p>This method does nothing if the specified style already exists in the styles collection.</p>
*
* @param styleFamily the family of the style to copy
* @param styleName the unique name of the style.
@@ -79,11 +79,11 @@ public class StyleUtilities
}
/**
- * Copies the specififed style (keyed by its family and name) into the current styles collection. This copies the
+ * Copies the specified style (keyed by its family and name) into the current styles collection. This copies the
* style and all inherited styles into the target collection. Inherited common styles will be always be added to the
* common collection (which will be written into the 'styles.xml' later).
- * <p/>
- * This method does nothing if the specified style already exists in the styles collection.
+ *
+ * <p>This method does nothing if the specified style already exists in the styles collection.</p>
*
* @param styleFamily the family of the style to copy
* @param styleName the unique name of the style.
@@ -327,10 +327,10 @@ public class StyleUtilities
* Derives the named style. If the style is a common style, a new automatic style is generated and inserted into the
* given stylesCollection. If the named style is an automatic style, the style is copied and inserted as new automatic
* style.
- * <p/>
- * After the style has been created, the style's inheritance hierarchy will be copied as well.
- * <p/>
- * If there is no style with the given name and family, a new empty automatic style will be created.
+ *
+ * <p>After the style has been created, the style's inheritance hierarchy will be copied as well.</p>
+ *
+ * <p>If there is no style with the given name and family, a new empty automatic style will be created.</p>
*
* @param styleFamily the family of the style to copy
* @param styleName the unique name of the style.