summaryrefslogtreecommitdiff
path: root/reportbuilder/java/org/libreoffice/report/pentaho/output/StyleUtilities.java
diff options
context:
space:
mode:
Diffstat (limited to 'reportbuilder/java/org/libreoffice/report/pentaho/output/StyleUtilities.java')
-rw-r--r--reportbuilder/java/org/libreoffice/report/pentaho/output/StyleUtilities.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/reportbuilder/java/org/libreoffice/report/pentaho/output/StyleUtilities.java b/reportbuilder/java/org/libreoffice/report/pentaho/output/StyleUtilities.java
index b1f1a46f6bd0..2b204a4bf502 100644
--- a/reportbuilder/java/org/libreoffice/report/pentaho/output/StyleUtilities.java
+++ b/reportbuilder/java/org/libreoffice/report/pentaho/output/StyleUtilities.java
@@ -118,7 +118,7 @@ public class StyleUtilities
predefCollection.getCommonStyles().getStyle(styleFamily, styleName);
if (predefCommonStyle != null)
{
- // so we have an style from the predefined collection.
+ // so we have a style from the predefined collection.
// copy it an add it to the current stylescollection
final OfficeStyles commonStyles = commonCollection.getCommonStyles();
@@ -131,7 +131,7 @@ public class StyleUtilities
predefCollection.getAutomaticStyles().getStyle(styleFamily, styleName);
if (predefAutoStyle != null)
{
- // so we have an style from the predefined collection.
+ // so we have a style from the predefined collection.
// copy it an add it to the current stylescollection
final OfficeStyles autoStyles = stylesCollection.getAutomaticStyles();
copyStyleInternal(predefAutoStyle, autoStyles, stylesCollection,