summaryrefslogtreecommitdiff
path: root/reportbuilder/java/com/sun/star/report/pentaho/styles/StyleMapperXmlFactoryModule.java
diff options
context:
space:
mode:
Diffstat (limited to 'reportbuilder/java/com/sun/star/report/pentaho/styles/StyleMapperXmlFactoryModule.java')
-rw-r--r--reportbuilder/java/com/sun/star/report/pentaho/styles/StyleMapperXmlFactoryModule.java3
1 files changed, 1 insertions, 2 deletions
diff --git a/reportbuilder/java/com/sun/star/report/pentaho/styles/StyleMapperXmlFactoryModule.java b/reportbuilder/java/com/sun/star/report/pentaho/styles/StyleMapperXmlFactoryModule.java
index 0b6319af3848..09802517e0a2 100644
--- a/reportbuilder/java/com/sun/star/report/pentaho/styles/StyleMapperXmlFactoryModule.java
+++ b/reportbuilder/java/com/sun/star/report/pentaho/styles/StyleMapperXmlFactoryModule.java
@@ -57,8 +57,7 @@ public class StyleMapperXmlFactoryModule implements XmlFactoryModule
public int getDocumentSupport(final XmlDocumentInfo documentInfo)
{
final String rootNamespace = documentInfo.getRootElementNameSpace();
- if (StyleMapperXmlFactoryModule.NAMESPACE.equals(rootNamespace) &&
- "style-mapper-definition".equals(documentInfo.getRootElement()))
+ if (StyleMapperXmlFactoryModule.NAMESPACE.equals(rootNamespace) && "style-mapper-definition".equals(documentInfo.getRootElement()))
{
return XmlFactoryModule.RECOGNIZED_BY_NAMESPACE;