summaryrefslogtreecommitdiff
path: root/reportbuilder/java/com/sun/star/report/pentaho/styles/StyleMapperXmlResourceFactory.java
diff options
context:
space:
mode:
Diffstat (limited to 'reportbuilder/java/com/sun/star/report/pentaho/styles/StyleMapperXmlResourceFactory.java')
-rw-r--r--reportbuilder/java/com/sun/star/report/pentaho/styles/StyleMapperXmlResourceFactory.java25
1 files changed, 12 insertions, 13 deletions
diff --git a/reportbuilder/java/com/sun/star/report/pentaho/styles/StyleMapperXmlResourceFactory.java b/reportbuilder/java/com/sun/star/report/pentaho/styles/StyleMapperXmlResourceFactory.java
index 4d9646303b38..5574bf022353 100644
--- a/reportbuilder/java/com/sun/star/report/pentaho/styles/StyleMapperXmlResourceFactory.java
+++ b/reportbuilder/java/com/sun/star/report/pentaho/styles/StyleMapperXmlResourceFactory.java
@@ -27,8 +27,6 @@
* for a copy of the LGPLv3 License.
*
************************************************************************/
-
-
package com.sun.star.report.pentaho.styles;
import org.pentaho.reporting.libraries.xmlns.parser.AbstractXmlResourceFactory;
@@ -43,17 +41,18 @@ import org.pentaho.reporting.libraries.base.config.Configuration;
*/
public class StyleMapperXmlResourceFactory extends AbstractXmlResourceFactory
{
- public StyleMapperXmlResourceFactory()
- {
- }
- protected Configuration getConfiguration()
- {
- return JFreeReportBoot.getInstance().getGlobalConfig();
- }
+ public StyleMapperXmlResourceFactory()
+ {
+ }
+
+ protected Configuration getConfiguration()
+ {
+ return JFreeReportBoot.getInstance().getGlobalConfig();
+ }
- public Class getFactoryType()
- {
- return StyleMapper.class;
- }
+ public Class getFactoryType()
+ {
+ return StyleMapper.class;
+ }
}