diff options
author | Noel Grandin <noel@peralex.com> | 2015-10-23 10:51:14 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-10-23 13:19:10 +0200 |
commit | 728f98303193bfc9319b4e82a4078d27d1844139 (patch) | |
tree | 2ec705388bd9ea6759f732655a306ff5f118ba26 /javaunohelper | |
parent | 364eaba8ef183d61a07f07efe58c2a6a485d6b0e (diff) |
com::sun::star->css in lingucomponent
Change-Id: Iceef10c51db88b3e85f118a366de45f0f70bbf21
Diffstat (limited to 'javaunohelper')
-rw-r--r-- | javaunohelper/source/vm.hxx | 4 |
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 ); |