summaryrefslogtreecommitdiff
path: root/reportbuilder/java/org/libreoffice/report/pentaho/output/text/TextRawReportProcessor.java
diff options
context:
space:
mode:
Diffstat (limited to 'reportbuilder/java/org/libreoffice/report/pentaho/output/text/TextRawReportProcessor.java')
-rw-r--r--reportbuilder/java/org/libreoffice/report/pentaho/output/text/TextRawReportProcessor.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/reportbuilder/java/org/libreoffice/report/pentaho/output/text/TextRawReportProcessor.java b/reportbuilder/java/org/libreoffice/report/pentaho/output/text/TextRawReportProcessor.java
index b0dd06eab9ff..8718043bf389 100644
--- a/reportbuilder/java/org/libreoffice/report/pentaho/output/text/TextRawReportProcessor.java
+++ b/reportbuilder/java/org/libreoffice/report/pentaho/output/text/TextRawReportProcessor.java
@@ -80,6 +80,7 @@ public class TextRawReportProcessor extends SinglePassReportProcessor
this.dataSourceFactory = dataSourceFactory;
}
+ @Override
protected ReportTarget createReportTarget(final ReportJob job)
throws ReportProcessingException
{
@@ -90,6 +91,7 @@ public class TextRawReportProcessor extends SinglePassReportProcessor
inputRepository, outputRepository, targetName, imageService, dataSourceFactory);
}
+ @Override
protected ReportContext createReportContext(final ReportJob job,
final ReportTarget target)
{