summaryrefslogtreecommitdiffstats
path: root/reportbuilder/java
diff options
context:
space:
mode:
Diffstat (limited to 'reportbuilder/java')
-rw-r--r--reportbuilder/java/org/libreoffice/report/pentaho/layoutprocessor/AbstractReportElementLayoutController.java2
-rw-r--r--reportbuilder/java/org/libreoffice/report/pentaho/layoutprocessor/OfficeDetailLayoutController.java2
-rw-r--r--reportbuilder/java/org/libreoffice/report/pentaho/layoutprocessor/OfficeGroupInstanceSectionLayoutController.java2
-rw-r--r--reportbuilder/java/org/libreoffice/report/pentaho/layoutprocessor/OfficeGroupLayoutController.java2
-rw-r--r--reportbuilder/java/org/libreoffice/report/pentaho/layoutprocessor/OfficeReportLayoutController.java2
-rw-r--r--reportbuilder/java/org/libreoffice/report/pentaho/layoutprocessor/VariablesDeclarationLayoutController.java2
6 files changed, 6 insertions, 6 deletions
diff --git a/reportbuilder/java/org/libreoffice/report/pentaho/layoutprocessor/AbstractReportElementLayoutController.java b/reportbuilder/java/org/libreoffice/report/pentaho/layoutprocessor/AbstractReportElementLayoutController.java
index aaad81859937..54de0f4f4dae 100644
--- a/reportbuilder/java/org/libreoffice/report/pentaho/layoutprocessor/AbstractReportElementLayoutController.java
+++ b/reportbuilder/java/org/libreoffice/report/pentaho/layoutprocessor/AbstractReportElementLayoutController.java
@@ -87,7 +87,7 @@ public abstract class AbstractReportElementLayoutController
* you'll suffer.
*
* @param flowController the flow controller of the parent.
- * @return the joined layout controller that incorperates all changes from the
+ * @return the joined layout controller that incorporates all changes from the
* delegate.
*/
public LayoutController join(final FlowController flowController)
diff --git a/reportbuilder/java/org/libreoffice/report/pentaho/layoutprocessor/OfficeDetailLayoutController.java b/reportbuilder/java/org/libreoffice/report/pentaho/layoutprocessor/OfficeDetailLayoutController.java
index 37a514cf6b89..8b0ea883b7a7 100644
--- a/reportbuilder/java/org/libreoffice/report/pentaho/layoutprocessor/OfficeDetailLayoutController.java
+++ b/reportbuilder/java/org/libreoffice/report/pentaho/layoutprocessor/OfficeDetailLayoutController.java
@@ -131,7 +131,7 @@ public class OfficeDetailLayoutController extends SectionLayoutController
* you'll suffer.
*
* @param flowController the flow controller of the parent.
- * @return the joined layout controller that incorperates all changes from the
+ * @return the joined layout controller that incorporates all changes from the
* delegate.
*/
@Override
diff --git a/reportbuilder/java/org/libreoffice/report/pentaho/layoutprocessor/OfficeGroupInstanceSectionLayoutController.java b/reportbuilder/java/org/libreoffice/report/pentaho/layoutprocessor/OfficeGroupInstanceSectionLayoutController.java
index 5cb3aa69fa60..923056ca238c 100644
--- a/reportbuilder/java/org/libreoffice/report/pentaho/layoutprocessor/OfficeGroupInstanceSectionLayoutController.java
+++ b/reportbuilder/java/org/libreoffice/report/pentaho/layoutprocessor/OfficeGroupInstanceSectionLayoutController.java
@@ -144,7 +144,7 @@ public class OfficeGroupInstanceSectionLayoutController extends SectionLayoutCon
* you'll suffer.
*
* @param flowController the flow controller of the parent.
- * @return the joined layout controller that incorperates all changes from the
+ * @return the joined layout controller that incorporates all changes from the
* delegate.
*/
@Override
diff --git a/reportbuilder/java/org/libreoffice/report/pentaho/layoutprocessor/OfficeGroupLayoutController.java b/reportbuilder/java/org/libreoffice/report/pentaho/layoutprocessor/OfficeGroupLayoutController.java
index 5f8b91ccb599..e44bbcc71c7f 100644
--- a/reportbuilder/java/org/libreoffice/report/pentaho/layoutprocessor/OfficeGroupLayoutController.java
+++ b/reportbuilder/java/org/libreoffice/report/pentaho/layoutprocessor/OfficeGroupLayoutController.java
@@ -152,7 +152,7 @@ public class OfficeGroupLayoutController extends SectionLayoutController
* you'll suffer.
*
* @param flowController the flow controller of the parent.
- * @return the joined layout controller that incorperates all changes from the
+ * @return the joined layout controller that incorporates all changes from the
* delegate.
*/
@Override
diff --git a/reportbuilder/java/org/libreoffice/report/pentaho/layoutprocessor/OfficeReportLayoutController.java b/reportbuilder/java/org/libreoffice/report/pentaho/layoutprocessor/OfficeReportLayoutController.java
index 4f7abe3fb52e..7fd2c78a1856 100644
--- a/reportbuilder/java/org/libreoffice/report/pentaho/layoutprocessor/OfficeReportLayoutController.java
+++ b/reportbuilder/java/org/libreoffice/report/pentaho/layoutprocessor/OfficeReportLayoutController.java
@@ -236,7 +236,7 @@ public class OfficeReportLayoutController extends ElementLayoutController
* you'll suffer.
*
* @param flowController the flow controller of the parent.
- * @return the joined layout controller that incorperates all changes from the
+ * @return the joined layout controller that incorporates all changes from the
* delegate.
*/
public LayoutController join(final FlowController flowController)
diff --git a/reportbuilder/java/org/libreoffice/report/pentaho/layoutprocessor/VariablesDeclarationLayoutController.java b/reportbuilder/java/org/libreoffice/report/pentaho/layoutprocessor/VariablesDeclarationLayoutController.java
index beb02c2c4eb4..5d3f62120b8c 100644
--- a/reportbuilder/java/org/libreoffice/report/pentaho/layoutprocessor/VariablesDeclarationLayoutController.java
+++ b/reportbuilder/java/org/libreoffice/report/pentaho/layoutprocessor/VariablesDeclarationLayoutController.java
@@ -165,7 +165,7 @@ public class VariablesDeclarationLayoutController
* you'll suffer.
*
* @param flowController the flow controller of the parent.
- * @return the joined layout controller that incorperates all changes from the
+ * @return the joined layout controller that incorporates all changes from the
* delegate.
*/
public LayoutController join(final FlowController flowController)