summaryrefslogtreecommitdiff
path: root/reportbuilder/java/org/libreoffice/report/pentaho/parser/StyleMapper.java
diff options
context:
space:
mode:
Diffstat (limited to 'reportbuilder/java/org/libreoffice/report/pentaho/parser/StyleMapper.java')
-rw-r--r--reportbuilder/java/org/libreoffice/report/pentaho/parser/StyleMapper.java5
1 files changed, 1 insertions, 4 deletions
diff --git a/reportbuilder/java/org/libreoffice/report/pentaho/parser/StyleMapper.java b/reportbuilder/java/org/libreoffice/report/pentaho/parser/StyleMapper.java
index a248ce5a4ce1..8d8d1b078767 100644
--- a/reportbuilder/java/org/libreoffice/report/pentaho/parser/StyleMapper.java
+++ b/reportbuilder/java/org/libreoffice/report/pentaho/parser/StyleMapper.java
@@ -22,8 +22,5 @@ import org.jfree.layouting.input.style.CSSDeclarationRule;
public interface StyleMapper
{
- void updateStyle(final String uri,
- final String attrName,
- final String attrValue,
- final CSSDeclarationRule targetRule);
+
}