summaryrefslogtreecommitdiff
path: root/reportbuilder/java/org/libreoffice/report/pentaho/layoutprocessor
diff options
context:
space:
mode:
Diffstat (limited to 'reportbuilder/java/org/libreoffice/report/pentaho/layoutprocessor')
-rw-r--r--reportbuilder/java/org/libreoffice/report/pentaho/layoutprocessor/FixedTextLayoutController.java4
-rw-r--r--reportbuilder/java/org/libreoffice/report/pentaho/layoutprocessor/FormattedTextLayoutController.java4
-rw-r--r--reportbuilder/java/org/libreoffice/report/pentaho/layoutprocessor/ImageElementLayoutController.java4
-rw-r--r--reportbuilder/java/org/libreoffice/report/pentaho/layoutprocessor/ObjectOleLayoutController.java4
-rw-r--r--reportbuilder/java/org/libreoffice/report/pentaho/layoutprocessor/OfficeDetailLayoutController.java4
-rw-r--r--reportbuilder/java/org/libreoffice/report/pentaho/layoutprocessor/OfficeGroupInstanceSectionLayoutController.java4
-rw-r--r--reportbuilder/java/org/libreoffice/report/pentaho/layoutprocessor/OfficeGroupLayoutController.java4
-rw-r--r--reportbuilder/java/org/libreoffice/report/pentaho/layoutprocessor/OfficeGroupSectionLayoutController.java4
-rw-r--r--reportbuilder/java/org/libreoffice/report/pentaho/layoutprocessor/OfficePageSectionLayoutController.java4
-rw-r--r--reportbuilder/java/org/libreoffice/report/pentaho/layoutprocessor/OfficeReportLayoutController.java4
-rw-r--r--reportbuilder/java/org/libreoffice/report/pentaho/layoutprocessor/OfficeTableLayoutController.java4
-rw-r--r--reportbuilder/java/org/libreoffice/report/pentaho/layoutprocessor/OfficeTableTemplateLayoutController.java4
-rw-r--r--reportbuilder/java/org/libreoffice/report/pentaho/layoutprocessor/TableCellLayoutController.java4
-rw-r--r--reportbuilder/java/org/libreoffice/report/pentaho/layoutprocessor/VariablesDeclarationLayoutController.java4
14 files changed, 0 insertions, 56 deletions
diff --git a/reportbuilder/java/org/libreoffice/report/pentaho/layoutprocessor/FixedTextLayoutController.java b/reportbuilder/java/org/libreoffice/report/pentaho/layoutprocessor/FixedTextLayoutController.java
index d7d4e10f097c..edc19e662fbe 100644
--- a/reportbuilder/java/org/libreoffice/report/pentaho/layoutprocessor/FixedTextLayoutController.java
+++ b/reportbuilder/java/org/libreoffice/report/pentaho/layoutprocessor/FixedTextLayoutController.java
@@ -45,10 +45,6 @@ public class FixedTextLayoutController
extends AbstractReportElementLayoutController
{
- public FixedTextLayoutController()
- {
- }
-
@Override
public boolean isValueChanged()
{
diff --git a/reportbuilder/java/org/libreoffice/report/pentaho/layoutprocessor/FormattedTextLayoutController.java b/reportbuilder/java/org/libreoffice/report/pentaho/layoutprocessor/FormattedTextLayoutController.java
index a3c024116fd8..7f1470edc866 100644
--- a/reportbuilder/java/org/libreoffice/report/pentaho/layoutprocessor/FormattedTextLayoutController.java
+++ b/reportbuilder/java/org/libreoffice/report/pentaho/layoutprocessor/FormattedTextLayoutController.java
@@ -47,10 +47,6 @@ public class FormattedTextLayoutController
private static final Log LOGGER = LogFactory.getLog(FormattedTextLayoutController.class);
- public FormattedTextLayoutController()
- {
- }
-
@Override
public boolean isValueChanged()
{
diff --git a/reportbuilder/java/org/libreoffice/report/pentaho/layoutprocessor/ImageElementLayoutController.java b/reportbuilder/java/org/libreoffice/report/pentaho/layoutprocessor/ImageElementLayoutController.java
index 31dda966b0ca..55dcff39e649 100644
--- a/reportbuilder/java/org/libreoffice/report/pentaho/layoutprocessor/ImageElementLayoutController.java
+++ b/reportbuilder/java/org/libreoffice/report/pentaho/layoutprocessor/ImageElementLayoutController.java
@@ -62,10 +62,6 @@ public class ImageElementLayoutController
private static final Log LOGGER = LogFactory.getLog(ImageElementLayoutController.class);
private ImageElementContext context;
- public ImageElementLayoutController()
- {
- }
-
@Override
protected LayoutController delegateContentGeneration(final ReportTarget target)
throws ReportProcessingException, ReportDataFactoryException,
diff --git a/reportbuilder/java/org/libreoffice/report/pentaho/layoutprocessor/ObjectOleLayoutController.java b/reportbuilder/java/org/libreoffice/report/pentaho/layoutprocessor/ObjectOleLayoutController.java
index 58c946878aa2..a7e4d4da0e4b 100644
--- a/reportbuilder/java/org/libreoffice/report/pentaho/layoutprocessor/ObjectOleLayoutController.java
+++ b/reportbuilder/java/org/libreoffice/report/pentaho/layoutprocessor/ObjectOleLayoutController.java
@@ -40,10 +40,6 @@ import org.jfree.report.structure.Element;
public class ObjectOleLayoutController extends AbstractReportElementLayoutController
{
- public ObjectOleLayoutController()
- {
- }
-
@Override
public boolean isValueChanged()
{
diff --git a/reportbuilder/java/org/libreoffice/report/pentaho/layoutprocessor/OfficeDetailLayoutController.java b/reportbuilder/java/org/libreoffice/report/pentaho/layoutprocessor/OfficeDetailLayoutController.java
index 6c9d5ab2c881..659417c3fd93 100644
--- a/reportbuilder/java/org/libreoffice/report/pentaho/layoutprocessor/OfficeDetailLayoutController.java
+++ b/reportbuilder/java/org/libreoffice/report/pentaho/layoutprocessor/OfficeDetailLayoutController.java
@@ -44,10 +44,6 @@ public class OfficeDetailLayoutController extends SectionLayoutController
private boolean waitForJoin;
private int state;
- public OfficeDetailLayoutController()
- {
- }
-
/**
* Initializes the layout controller. This method is called exactly once. It
* is the creators responsibility to call this method.
diff --git a/reportbuilder/java/org/libreoffice/report/pentaho/layoutprocessor/OfficeGroupInstanceSectionLayoutController.java b/reportbuilder/java/org/libreoffice/report/pentaho/layoutprocessor/OfficeGroupInstanceSectionLayoutController.java
index 42c81a00bd9d..b8fc77768da5 100644
--- a/reportbuilder/java/org/libreoffice/report/pentaho/layoutprocessor/OfficeGroupInstanceSectionLayoutController.java
+++ b/reportbuilder/java/org/libreoffice/report/pentaho/layoutprocessor/OfficeGroupInstanceSectionLayoutController.java
@@ -50,10 +50,6 @@ public class OfficeGroupInstanceSectionLayoutController extends SectionLayoutCon
private int state;
private boolean waitForJoin;
- public OfficeGroupInstanceSectionLayoutController()
- {
- }
-
@Override
public void initialize(final Object node, final FlowController flowController, final LayoutController parent)
throws DataSourceException, ReportDataFactoryException, ReportProcessingException
diff --git a/reportbuilder/java/org/libreoffice/report/pentaho/layoutprocessor/OfficeGroupLayoutController.java b/reportbuilder/java/org/libreoffice/report/pentaho/layoutprocessor/OfficeGroupLayoutController.java
index ca877c3a8768..17b488e88492 100644
--- a/reportbuilder/java/org/libreoffice/report/pentaho/layoutprocessor/OfficeGroupLayoutController.java
+++ b/reportbuilder/java/org/libreoffice/report/pentaho/layoutprocessor/OfficeGroupLayoutController.java
@@ -51,10 +51,6 @@ public class OfficeGroupLayoutController extends SectionLayoutController
private boolean repeatHeader;
private boolean repeatFooter;
- public OfficeGroupLayoutController()
- {
- }
-
/**
* Initializes the layout controller. This method is called exactly once. It
* is the creators responsibility to call this method.
diff --git a/reportbuilder/java/org/libreoffice/report/pentaho/layoutprocessor/OfficeGroupSectionLayoutController.java b/reportbuilder/java/org/libreoffice/report/pentaho/layoutprocessor/OfficeGroupSectionLayoutController.java
index 4cc7b1691dbb..38cd53f13425 100644
--- a/reportbuilder/java/org/libreoffice/report/pentaho/layoutprocessor/OfficeGroupSectionLayoutController.java
+++ b/reportbuilder/java/org/libreoffice/report/pentaho/layoutprocessor/OfficeGroupSectionLayoutController.java
@@ -44,10 +44,6 @@ import org.jfree.report.structure.Element;
public class OfficeGroupSectionLayoutController extends SectionLayoutController
{
- public OfficeGroupSectionLayoutController()
- {
- }
-
@Override
protected LayoutController startElement(final ReportTarget target)
throws DataSourceException, ReportProcessingException, ReportDataFactoryException
diff --git a/reportbuilder/java/org/libreoffice/report/pentaho/layoutprocessor/OfficePageSectionLayoutController.java b/reportbuilder/java/org/libreoffice/report/pentaho/layoutprocessor/OfficePageSectionLayoutController.java
index 5442c4de30f9..187c1700195c 100644
--- a/reportbuilder/java/org/libreoffice/report/pentaho/layoutprocessor/OfficePageSectionLayoutController.java
+++ b/reportbuilder/java/org/libreoffice/report/pentaho/layoutprocessor/OfficePageSectionLayoutController.java
@@ -33,10 +33,6 @@ import org.jfree.report.structure.Element;
public class OfficePageSectionLayoutController extends SectionLayoutController
{
- public OfficePageSectionLayoutController()
- {
- }
-
@Override
protected AttributeMap computeAttributes(final FlowController flowController, final Element element, final ReportTarget reportTarget) throws DataSourceException
{
diff --git a/reportbuilder/java/org/libreoffice/report/pentaho/layoutprocessor/OfficeReportLayoutController.java b/reportbuilder/java/org/libreoffice/report/pentaho/layoutprocessor/OfficeReportLayoutController.java
index 7e258336abc9..dbd63d22adc5 100644
--- a/reportbuilder/java/org/libreoffice/report/pentaho/layoutprocessor/OfficeReportLayoutController.java
+++ b/reportbuilder/java/org/libreoffice/report/pentaho/layoutprocessor/OfficeReportLayoutController.java
@@ -56,10 +56,6 @@ public class OfficeReportLayoutController extends ElementLayoutController
private int state;
private VariablesCollection variablesCollection;
- public OfficeReportLayoutController()
- {
- }
-
/**
* Initializes the layout controller. This method is called exactly once. It
* is the creators responsibility to call this method.
diff --git a/reportbuilder/java/org/libreoffice/report/pentaho/layoutprocessor/OfficeTableLayoutController.java b/reportbuilder/java/org/libreoffice/report/pentaho/layoutprocessor/OfficeTableLayoutController.java
index b217e223a12e..e2c2b5f4b0dc 100644
--- a/reportbuilder/java/org/libreoffice/report/pentaho/layoutprocessor/OfficeTableLayoutController.java
+++ b/reportbuilder/java/org/libreoffice/report/pentaho/layoutprocessor/OfficeTableLayoutController.java
@@ -38,10 +38,6 @@ import org.jfree.report.util.IntegerCache;
public class OfficeTableLayoutController extends SectionLayoutController
{
- public OfficeTableLayoutController()
- {
- }
-
@Override
protected AttributeMap computeAttributes(final FlowController fc, final Element element, final ReportTarget target)
throws DataSourceException
diff --git a/reportbuilder/java/org/libreoffice/report/pentaho/layoutprocessor/OfficeTableTemplateLayoutController.java b/reportbuilder/java/org/libreoffice/report/pentaho/layoutprocessor/OfficeTableTemplateLayoutController.java
index 48180b12405c..e31375e6fbe1 100644
--- a/reportbuilder/java/org/libreoffice/report/pentaho/layoutprocessor/OfficeTableTemplateLayoutController.java
+++ b/reportbuilder/java/org/libreoffice/report/pentaho/layoutprocessor/OfficeTableTemplateLayoutController.java
@@ -45,10 +45,6 @@ public class OfficeTableTemplateLayoutController extends SectionLayoutController
private Node[] nodes;
- public OfficeTableTemplateLayoutController()
- {
- }
-
/**
* Initializes the layout controller. This method is called exactly once. It is the creators responsibility to call
* this method.
diff --git a/reportbuilder/java/org/libreoffice/report/pentaho/layoutprocessor/TableCellLayoutController.java b/reportbuilder/java/org/libreoffice/report/pentaho/layoutprocessor/TableCellLayoutController.java
index 5cd4470a0d5d..937dec88ed44 100644
--- a/reportbuilder/java/org/libreoffice/report/pentaho/layoutprocessor/TableCellLayoutController.java
+++ b/reportbuilder/java/org/libreoffice/report/pentaho/layoutprocessor/TableCellLayoutController.java
@@ -52,10 +52,6 @@ import org.pentaho.reporting.libraries.base.util.ObjectUtilities;
public class TableCellLayoutController extends SectionLayoutController
{
- public TableCellLayoutController()
- {
- }
-
@Override
protected AttributeMap computeAttributes(final FlowController fc,
final Element element,
diff --git a/reportbuilder/java/org/libreoffice/report/pentaho/layoutprocessor/VariablesDeclarationLayoutController.java b/reportbuilder/java/org/libreoffice/report/pentaho/layoutprocessor/VariablesDeclarationLayoutController.java
index 7edacec14e9e..beb02c2c4eb4 100644
--- a/reportbuilder/java/org/libreoffice/report/pentaho/layoutprocessor/VariablesDeclarationLayoutController.java
+++ b/reportbuilder/java/org/libreoffice/report/pentaho/layoutprocessor/VariablesDeclarationLayoutController.java
@@ -48,10 +48,6 @@ public class VariablesDeclarationLayoutController
private boolean processed;
- public VariablesDeclarationLayoutController()
- {
- }
-
private OfficeRepeatingStructureLayoutController getRepeatingParent()
{
LayoutController parent = getParent();