summaryrefslogtreecommitdiff
path: root/reportbuilder/java/org/libreoffice/report/pentaho/styles/StyleMapperKey.java
diff options
context:
space:
mode:
Diffstat (limited to 'reportbuilder/java/org/libreoffice/report/pentaho/styles/StyleMapperKey.java')
-rw-r--r--reportbuilder/java/org/libreoffice/report/pentaho/styles/StyleMapperKey.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/reportbuilder/java/org/libreoffice/report/pentaho/styles/StyleMapperKey.java b/reportbuilder/java/org/libreoffice/report/pentaho/styles/StyleMapperKey.java
index 605df59aa36a..c55cae1eefe0 100644
--- a/reportbuilder/java/org/libreoffice/report/pentaho/styles/StyleMapperKey.java
+++ b/reportbuilder/java/org/libreoffice/report/pentaho/styles/StyleMapperKey.java
@@ -72,6 +72,7 @@ public final class StyleMapperKey
return attributeName;
}
+ @Override
public boolean equals(final Object o)
{
if (this != o)
@@ -101,6 +102,7 @@ public final class StyleMapperKey
return result;
}
+ @Override
public int hashCode()
{
return hashCode;