summaryrefslogtreecommitdiff
path: root/reportbuilder/java/com/sun/star/report/pentaho/SOReportJobFactory.java
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2011-11-22 21:55:45 +0100
committerStephan Bergmann <sbergman@redhat.com>2011-11-22 21:56:07 +0100
commit2be37f241ffc3dbbe80c6ab4a9a6021acefeb692 (patch)
tree5ae2a7bf5a2463d08fff96e30d5993c0f0e7060f /reportbuilder/java/com/sun/star/report/pentaho/SOReportJobFactory.java
parente9d5629a52662e03a661d013360d72eaea969ab8 (diff)
Clean up after component passivation.
Diffstat (limited to 'reportbuilder/java/com/sun/star/report/pentaho/SOReportJobFactory.java')
-rw-r--r--reportbuilder/java/com/sun/star/report/pentaho/SOReportJobFactory.java19
1 files changed, 0 insertions, 19 deletions
diff --git a/reportbuilder/java/com/sun/star/report/pentaho/SOReportJobFactory.java b/reportbuilder/java/com/sun/star/report/pentaho/SOReportJobFactory.java
index b02c2010a14d..42df8378b3cf 100644
--- a/reportbuilder/java/com/sun/star/report/pentaho/SOReportJobFactory.java
+++ b/reportbuilder/java/com/sun/star/report/pentaho/SOReportJobFactory.java
@@ -426,23 +426,4 @@ public class SOReportJobFactory
return xFactory;
}
-
- /**
- * Writes the service information into the given registry key. This method is called by the <code>JavaLoader</code>
- * <p/>
- *
- * @param regKey the registryKey
- * @return returns true if the operation succeeded
- * @see com.sun.star.comp.loader.JavaLoader
- */
- public static boolean __writeRegistryServiceInfo(final XRegistryKey regKey)
- {
- return Factory.writeRegistryServiceInfo(SOFunctionManager.class.getName(),
- SOFunctionManager.getServiceNames(),
- regKey) && Factory.writeRegistryServiceInfo(_SOReportJobFactory.class.getName(),
- _SOReportJobFactory.getServiceNames(),
- regKey) && Factory.writeRegistryServiceInfo(SOFormulaParser.class.getName(),
- SOFormulaParser.getServiceNames(),
- regKey);
- }
}