summaryrefslogtreecommitdiffstats
path: root/reportbuilder/java/org/libreoffice/report/pentaho/output/text/VariablesDeclarations.java
diff options
context:
space:
mode:
Diffstat (limited to 'reportbuilder/java/org/libreoffice/report/pentaho/output/text/VariablesDeclarations.java')
-rw-r--r--reportbuilder/java/org/libreoffice/report/pentaho/output/text/VariablesDeclarations.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/reportbuilder/java/org/libreoffice/report/pentaho/output/text/VariablesDeclarations.java b/reportbuilder/java/org/libreoffice/report/pentaho/output/text/VariablesDeclarations.java
index 05fe8911b880..a2d82f54535c 100644
--- a/reportbuilder/java/org/libreoffice/report/pentaho/output/text/VariablesDeclarations.java
+++ b/reportbuilder/java/org/libreoffice/report/pentaho/output/text/VariablesDeclarations.java
@@ -61,7 +61,7 @@ public class VariablesDeclarations
final String result = nameGenerator.generateName(name);
if (holder.isEmpty())
{
- // create the default mapping as well..
+ // create the default mapping as well...
holder.put(null, name);
holder.put("time", name);
holder.put("date", name);