summaryrefslogtreecommitdiff
path: root/reportbuilder/java/org/libreoffice/report/pentaho/layoutprocessor/OfficeGroupSectionLayoutController.java
diff options
context:
space:
mode:
Diffstat (limited to 'reportbuilder/java/org/libreoffice/report/pentaho/layoutprocessor/OfficeGroupSectionLayoutController.java')
-rw-r--r--reportbuilder/java/org/libreoffice/report/pentaho/layoutprocessor/OfficeGroupSectionLayoutController.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/reportbuilder/java/org/libreoffice/report/pentaho/layoutprocessor/OfficeGroupSectionLayoutController.java b/reportbuilder/java/org/libreoffice/report/pentaho/layoutprocessor/OfficeGroupSectionLayoutController.java
index a709bdce9ec4..4cc7b1691dbb 100644
--- a/reportbuilder/java/org/libreoffice/report/pentaho/layoutprocessor/OfficeGroupSectionLayoutController.java
+++ b/reportbuilder/java/org/libreoffice/report/pentaho/layoutprocessor/OfficeGroupSectionLayoutController.java
@@ -48,6 +48,7 @@ public class OfficeGroupSectionLayoutController extends SectionLayoutController
{
}
+ @Override
protected LayoutController startElement(final ReportTarget target)
throws DataSourceException, ReportProcessingException, ReportDataFactoryException
{
@@ -74,6 +75,7 @@ public class OfficeGroupSectionLayoutController extends SectionLayoutController
return clone;
}
+ @Override
protected AttributeMap computeAttributes(final FlowController fc,
final Element element,
final ReportTarget target)