summaryrefslogtreecommitdiff
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.java29
1 files changed, 0 insertions, 29 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 4bc0ada7038c..82cf13a9a978 100644
--- a/reportbuilder/java/org/libreoffice/report/pentaho/output/text/MasterPageFactory.java
+++ b/reportbuilder/java/org/libreoffice/report/pentaho/output/text/MasterPageFactory.java
@@ -97,20 +97,6 @@ public class MasterPageFactory
return result;
}
- public String getTemplate()
- {
- return template;
- }
-
- public String getPageHeader()
- {
- return pageHeader;
- }
-
- public String getPageFooter()
- {
- return pageFooter;
- }
}
private static class PageLayoutKey
@@ -129,21 +115,6 @@ public class MasterPageFactory
this.footerHeight = footerHeight;
}
- public String getTemplateName()
- {
- return templateName;
- }
-
- public CSSNumericValue getHeaderHeight()
- {
- return headerHeight;
- }
-
- public CSSNumericValue getFooterHeight()
- {
- return footerHeight;
- }
-
public boolean equals(final Object o)
{
if (this == o)