summaryrefslogtreecommitdiff
path: root/reportbuilder/java/org/libreoffice/report/pentaho/layoutprocessor/VariablesCollection.java
diff options
context:
space:
mode:
Diffstat (limited to 'reportbuilder/java/org/libreoffice/report/pentaho/layoutprocessor/VariablesCollection.java')
-rw-r--r--reportbuilder/java/org/libreoffice/report/pentaho/layoutprocessor/VariablesCollection.java7
1 files changed, 0 insertions, 7 deletions
diff --git a/reportbuilder/java/org/libreoffice/report/pentaho/layoutprocessor/VariablesCollection.java b/reportbuilder/java/org/libreoffice/report/pentaho/layoutprocessor/VariablesCollection.java
index 961206a95590..308bcd03bcda 100644
--- a/reportbuilder/java/org/libreoffice/report/pentaho/layoutprocessor/VariablesCollection.java
+++ b/reportbuilder/java/org/libreoffice/report/pentaho/layoutprocessor/VariablesCollection.java
@@ -37,7 +37,6 @@ import java.util.List;
public class VariablesCollection
{
- private VariablesCollection parent;
private String namePrefix;
private List<FormattedTextElement> variables;
@@ -54,15 +53,9 @@ public class VariablesCollection
}
this.namePrefix = namePrefix;
- this.parent = parent;
this.variables = new ArrayList<FormattedTextElement>();
}
- public VariablesCollection getParent()
- {
- return parent;
- }
-
public String getNamePrefix()
{
return namePrefix;