[PATCH 6/7] follow idl definition
Tomas Hlavaty
tom at logand.com
Tue Dec 20 15:01:08 PST 2011
---
.../sun/star/comp/loader/JavaLoaderFactory.java | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/jurt/com/sun/star/comp/loader/JavaLoaderFactory.java b/jurt/com/sun/star/comp/loader/JavaLoaderFactory.java
index 22981f2..eb45e7e 100644
--- a/jurt/com/sun/star/comp/loader/JavaLoaderFactory.java
+++ b/jurt/com/sun/star/comp/loader/JavaLoaderFactory.java
@@ -56,14 +56,14 @@ public class JavaLoaderFactory implements XSingleServiceFactory, XServiceInfo {
multiServiceFactory = factory;
}
- public java.lang.Object createInstance()
+ public com.sun.star.uno.XInterface createInstance()
throws com.sun.star.uno.Exception,
com.sun.star.uno.RuntimeException
{
return new JavaLoader(multiServiceFactory);
}
- public java.lang.Object createInstanceWithArguments( java.lang.Object[] args )
+ public com.sun.star.uno.XInterface createInstanceWithArguments( java.lang.Object[] args )
throws com.sun.star.uno.Exception,
com.sun.star.uno.RuntimeException
{
--
1.7.0.4
--=-=-=
Content-Type: text/x-diff
Content-Disposition: inline;
filename=0007-JavaLoader-actually-implements-XImplementationLoader.patch
More information about the LibreOffice
mailing list