summaryrefslogtreecommitdiffstats
path: root/javaunohelper/source
diff options
context:
space:
mode:
Diffstat (limited to 'javaunohelper/source')
-rw-r--r--javaunohelper/source/vm.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/javaunohelper/source/vm.cxx b/javaunohelper/source/vm.cxx
index fdcad2711a4a..ba89bd921311 100644
--- a/javaunohelper/source/vm.cxx
+++ b/javaunohelper/source/vm.cxx
@@ -117,7 +117,7 @@ namespace javaunohelper {
}
css::uno::Reference< css::uno::XComponentContext > install_vm_singleton(
- css::uno::Reference< ::css::uno::XComponentContext > const & xContext,
+ css::uno::Reference< css::uno::XComponentContext > const & xContext,
::rtl::Reference< ::jvmaccess::UnoVirtualMachine > const & vm_access )
{
css::uno::Reference< css::lang::XSingleComponentFactory > xFac( new SingletonFactory( vm_access ) );