From 9a36294079a13d713490ed754be441d9dbc214ce Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Wed, 16 Jan 2013 15:16:05 +0200 Subject: fdo#46808, Adapt java::JavaVirtualMachine UNO service to new style Change-Id: Ib0329b9cdc4290ce98c4182e8466c1b44b408341 --- connectivity/inc/connectivity/CommonTools.hxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'connectivity/inc') diff --git a/connectivity/inc/connectivity/CommonTools.hxx b/connectivity/inc/connectivity/CommonTools.hxx index 6a1dfc9de9ad..f562d6720a57 100644 --- a/connectivity/inc/connectivity/CommonTools.hxx +++ b/connectivity/inc/connectivity/CommonTools.hxx @@ -31,7 +31,7 @@ #include #include #include -#include +#include #include "connectivity/dbtoolsdllapi.hxx" namespace com { namespace sun { namespace star { namespace util { @@ -158,12 +158,12 @@ namespace connectivity /** creates a java virtual machine - @param _rxFactory + @param _rxContext The ORB. @return The JavaVM. */ - OOO_DLLPUBLIC_DBTOOLS ::rtl::Reference< jvmaccess::VirtualMachine > getJavaVM(const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory >& _rxFactory); + OOO_DLLPUBLIC_DBTOOLS ::rtl::Reference< jvmaccess::VirtualMachine > getJavaVM(const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext >& _rxContext); /** return if the java class exists, otherwise . @param _pJVM -- cgit