summaryrefslogtreecommitdiffstats
path: root/javaunohelper/source
diff options
context:
space:
mode:
Diffstat (limited to 'javaunohelper/source')
-rw-r--r--javaunohelper/source/vm.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/javaunohelper/source/vm.hxx b/javaunohelper/source/vm.hxx
index 813ec64bbf07..1b007d30e5ee 100644
--- a/javaunohelper/source/vm.hxx
+++ b/javaunohelper/source/vm.hxx
@@ -36,9 +36,9 @@ namespace javaunohelper {
::rtl::Reference< ::jvmaccess::UnoVirtualMachine > create_vm_access(
JNIEnv * jni_env, jobject loader );
-::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext >
+css::uno::Reference< css::uno::XComponentContext >
install_vm_singleton(
- ::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext >
+ css::uno::Reference< css::uno::XComponentContext >
const & xContext,
::rtl::Reference< ::jvmaccess::UnoVirtualMachine > const & vm_access );