From 728f98303193bfc9319b4e82a4078d27d1844139 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Fri, 23 Oct 2015 10:51:14 +0200 Subject: com::sun::star->css in lingucomponent Change-Id: Iceef10c51db88b3e85f118a366de45f0f70bbf21 --- javaunohelper/source/vm.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'javaunohelper/source') 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 ); -- cgit