summaryrefslogtreecommitdiffstats
path: root/reportbuilder/java/org/libreoffice/report/pentaho/output/text/MasterPageFactory.java
diff options
context:
space:
mode:
Diffstat (limited to 'reportbuilder/java/org/libreoffice/report/pentaho/output/text/MasterPageFactory.java')
-rw-r--r--reportbuilder/java/org/libreoffice/report/pentaho/output/text/MasterPageFactory.java4
1 files changed, 4 insertions, 0 deletions
diff --git a/reportbuilder/java/org/libreoffice/report/pentaho/output/text/MasterPageFactory.java b/reportbuilder/java/org/libreoffice/report/pentaho/output/text/MasterPageFactory.java
index 82cf13a9a978..5f0bb70a5255 100644
--- a/reportbuilder/java/org/libreoffice/report/pentaho/output/text/MasterPageFactory.java
+++ b/reportbuilder/java/org/libreoffice/report/pentaho/output/text/MasterPageFactory.java
@@ -58,6 +58,7 @@ public class MasterPageFactory
this.pageFooter = pageFooter;
}
+ @Override
public boolean equals(final Object o)
{
if (this != o)
@@ -89,6 +90,7 @@ public class MasterPageFactory
return true;
}
+ @Override
public int hashCode()
{
int result = (template != null ? template.hashCode() : 0);
@@ -115,6 +117,7 @@ public class MasterPageFactory
this.footerHeight = footerHeight;
}
+ @Override
public boolean equals(final Object o)
{
if (this == o)
@@ -143,6 +146,7 @@ public class MasterPageFactory
}
+ @Override
public int hashCode()
{
int result;