summaryrefslogtreecommitdiff
path: root/wizards/com/sun/star/wizards/reportbuilder
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-07-12 17:56:42 +0200
committerAndrea Gelmini <andrea.gelmini@gelma.net>2019-07-27 10:02:06 +0200
commit16e15bd404e0042aaceba3bd2ed75ac6fe333922 (patch)
treee2956f8a5ab4f73f4265dc9ca2bc9461118f3c3f /wizards/com/sun/star/wizards/reportbuilder
parentca5f5d6c9f297e926662424e1546e92b41c83eaf (diff)
Fix typo
Change-Id: I309ce0b4aade85a510836be0d04bf66c916a464a Reviewed-on: https://gerrit.libreoffice.org/75507 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Jenkins Reviewed-by: Andrea Gelmini <andrea.gelmini@gelma.net>
Diffstat (limited to 'wizards/com/sun/star/wizards/reportbuilder')
-rw-r--r--wizards/com/sun/star/wizards/reportbuilder/layout/DesignTemplate.java4
-rw-r--r--wizards/com/sun/star/wizards/reportbuilder/layout/ReportBuilderLayouter.java4
2 files changed, 4 insertions, 4 deletions
diff --git a/wizards/com/sun/star/wizards/reportbuilder/layout/DesignTemplate.java b/wizards/com/sun/star/wizards/reportbuilder/layout/DesignTemplate.java
index 6d332705664e..a7343d9010f7 100644
--- a/wizards/com/sun/star/wizards/reportbuilder/layout/DesignTemplate.java
+++ b/wizards/com/sun/star/wizards/reportbuilder/layout/DesignTemplate.java
@@ -141,7 +141,7 @@ public class DesignTemplate
if (a == null)
{
a = SectionEmptyObject.create();
- // a empty group has to use bold font
+ // an empty group has to use bold font
a.setPropertyValue("CharWeight", new Float(com.sun.star.awt.FontWeight.BOLD));
}
return a;
@@ -259,7 +259,7 @@ public class DesignTemplate
}
/**
- * create a new DesignTemplate by try to load a otr file from the given path.
+ * create a new DesignTemplate by try to load an otr file from the given path.
* Internally we store the loaded ReportDefinition.
*/
public static DesignTemplate create(XMultiServiceFactory _xMSF, String _sPath)
diff --git a/wizards/com/sun/star/wizards/reportbuilder/layout/ReportBuilderLayouter.java b/wizards/com/sun/star/wizards/reportbuilder/layout/ReportBuilderLayouter.java
index 8553ea471028..cfa2071a3c2c 100644
--- a/wizards/com/sun/star/wizards/reportbuilder/layout/ReportBuilderLayouter.java
+++ b/wizards/com/sun/star/wizards/reportbuilder/layout/ReportBuilderLayouter.java
@@ -87,7 +87,7 @@ abstract public class ReportBuilderLayouter implements IReportBuilderLayouter
}
/**
- * The Constructor is protected, this is a abstract class, use Tabular or other to create an instance.
+ * The Constructor is protected, this is an abstract class, use Tabular or other to create an instance.
* @param _xDefinitionAccess
* @param _aResource
*/
@@ -707,7 +707,7 @@ abstract public class ReportBuilderLayouter implements IReportBuilderLayouter
/**
- * Insert a already formatted field name into a given section
+ * Insert an already formatted field name into a given section
*
* Use 'convertToFieldName(dbfield)' to convert a dbfield name in the right.
*