summaryrefslogtreecommitdiffstats
path: root/reportbuilder/java/org/libreoffice/report/pentaho/styles/StyleMapperKey.java
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-12-19 16:03:41 +0200
committerNoel Grandin <noel@peralex.com>2015-01-05 08:23:29 +0200
commit43cc8ad33e815522e2b23ac87a4a9c4526cd85c9 (patch)
treeb042266508f8b084bc7bbe9cc57250a971311099 /reportbuilder/java/org/libreoffice/report/pentaho/styles/StyleMapperKey.java
parentNeed <boost/functional/hash.hpp> for boost::hash (diff)
downloadcore-43cc8ad33e815522e2b23ac87a4a9c4526cd85c9.tar.gz
core-43cc8ad33e815522e2b23ac87a4a9c4526cd85c9.zip
java: remove dead code
found by UCDetector Change-Id: I6b0f49529379072da566e927b86815f173e7a90b
Diffstat (limited to 'reportbuilder/java/org/libreoffice/report/pentaho/styles/StyleMapperKey.java')
-rw-r--r--reportbuilder/java/org/libreoffice/report/pentaho/styles/StyleMapperKey.java20
1 files changed, 0 insertions, 20 deletions
diff --git a/reportbuilder/java/org/libreoffice/report/pentaho/styles/StyleMapperKey.java b/reportbuilder/java/org/libreoffice/report/pentaho/styles/StyleMapperKey.java
index c55cae1eefe0..edf6cb7c8df2 100644
--- a/reportbuilder/java/org/libreoffice/report/pentaho/styles/StyleMapperKey.java
+++ b/reportbuilder/java/org/libreoffice/report/pentaho/styles/StyleMapperKey.java
@@ -52,26 +52,6 @@ public final class StyleMapperKey
this.hashCode = computeHashCode();
}
- public String getElementNamespace()
- {
- return elementNamespace;
- }
-
- public String getElementName()
- {
- return elementName;
- }
-
- public String getAttributeNamespace()
- {
- return attributeNamespace;
- }
-
- public String getAttributeName()
- {
- return attributeName;
- }
-
@Override
public boolean equals(final Object o)
{