summaryrefslogtreecommitdiffstats
path: root/reportbuilder/java/org/libreoffice/report/pentaho/parser/text/TextContentReadHandler.java
diff options
context:
space:
mode:
Diffstat (limited to 'reportbuilder/java/org/libreoffice/report/pentaho/parser/text/TextContentReadHandler.java')
-rw-r--r--reportbuilder/java/org/libreoffice/report/pentaho/parser/text/TextContentReadHandler.java5
1 files changed, 0 insertions, 5 deletions
diff --git a/reportbuilder/java/org/libreoffice/report/pentaho/parser/text/TextContentReadHandler.java b/reportbuilder/java/org/libreoffice/report/pentaho/parser/text/TextContentReadHandler.java
index 371026905cad..fc0b1481ef0b 100644
--- a/reportbuilder/java/org/libreoffice/report/pentaho/parser/text/TextContentReadHandler.java
+++ b/reportbuilder/java/org/libreoffice/report/pentaho/parser/text/TextContentReadHandler.java
@@ -30,11 +30,6 @@ import org.xml.sax.SAXException;
public class TextContentReadHandler extends NoCDATATextContentReadHandler
{
- public TextContentReadHandler(final Section section, final boolean copyType)
- {
- super(section, copyType);
- }
-
public TextContentReadHandler(final Section section)
{
super(section);