summaryrefslogtreecommitdiff
path: root/reportbuilder/java/org/libreoffice/report/pentaho/output/OfficeDocumentReportTarget.java
diff options
context:
space:
mode:
Diffstat (limited to 'reportbuilder/java/org/libreoffice/report/pentaho/output/OfficeDocumentReportTarget.java')
-rw-r--r--reportbuilder/java/org/libreoffice/report/pentaho/output/OfficeDocumentReportTarget.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/reportbuilder/java/org/libreoffice/report/pentaho/output/OfficeDocumentReportTarget.java b/reportbuilder/java/org/libreoffice/report/pentaho/output/OfficeDocumentReportTarget.java
index 08285f6ec080..9c579e84df18 100644
--- a/reportbuilder/java/org/libreoffice/report/pentaho/output/OfficeDocumentReportTarget.java
+++ b/reportbuilder/java/org/libreoffice/report/pentaho/output/OfficeDocumentReportTarget.java
@@ -141,7 +141,7 @@ public abstract class OfficeDocumentReportTarget extends AbstractReportTarget
public static final String FAILED = "Failed";
public static final String VERTICAL_POS = "vertical-pos";
private static final String ZERO_CM = "0cm";
- /** the verison of the ODF specification to which generated documents
+ /** the version of the ODF specification to which generated documents
* shall conform. */
public static final String ODF_VERSION = "1.2";
@@ -341,7 +341,7 @@ public abstract class OfficeDocumentReportTarget extends AbstractReportTarget
*
* @param report the report object.
* @throws DataSourceException if there was an error accessing the datasource
- * @throws ReportProcessingException if some other error occured.
+ * @throws ReportProcessingException if some other error occurred.
*/
public void startReport(final ReportStructureRoot report)
throws DataSourceException, ReportProcessingException