[Libreoffice-commits] .: reportbuilder/java

Stephan Bergmann sbergmann at kemper.freedesktop.org
Tue Nov 22 12:57:04 PST 2011


 reportbuilder/java/com/sun/star/report/pentaho/SOFunctionManager.java  |    5 --
 reportbuilder/java/com/sun/star/report/pentaho/SOReportJobFactory.java |   19 ----------
 2 files changed, 24 deletions(-)

New commits:
commit 2be37f241ffc3dbbe80c6ab4a9a6021acefeb692
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Tue Nov 22 21:55:45 2011 +0100

    Clean up after component passivation.

diff --git a/reportbuilder/java/com/sun/star/report/pentaho/SOFunctionManager.java b/reportbuilder/java/com/sun/star/report/pentaho/SOFunctionManager.java
index 7a7c1e1..fdbd1ea 100644
--- a/reportbuilder/java/com/sun/star/report/pentaho/SOFunctionManager.java
+++ b/reportbuilder/java/com/sun/star/report/pentaho/SOFunctionManager.java
@@ -39,11 +39,6 @@ import org.pentaho.reporting.libraries.formula.function.FunctionCategory;
 import org.pentaho.reporting.libraries.formula.function.FunctionDescription;
 import org.pentaho.reporting.libraries.formula.function.FunctionRegistry;
 
-/**
- * This class capsulates the class, that implements the minimal component, a factory for creating the service
- * (<CODE>__getComponentFactory</CODE>) and a method, that writes the information into the given registry key
- * (<CODE>__writeRegistryServiceInfo</CODE>).
- */
 public final class SOFunctionManager extends ComponentBase implements XFunctionManager, XServiceInfo
 {
 
diff --git a/reportbuilder/java/com/sun/star/report/pentaho/SOReportJobFactory.java b/reportbuilder/java/com/sun/star/report/pentaho/SOReportJobFactory.java
index b02c201..42df837 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);
-    }
 }


More information about the Libreoffice-commits mailing list