diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2013-04-02 09:01:37 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2013-04-02 09:01:37 +0200 |
commit | a808497dbb9e9022bf04c984be19176f99fa3683 (patch) | |
tree | 05c57dc31b9c824dacbccd689ef52654fc6b42da /javaunohelper | |
parent | 83810a61bab4fe079de3539dc3489b008e776eaf (diff) |
drop prefix from ::css
as css is already ::com::sun::star
Change-Id: I86b43843e4b74f990b6e05dee37184a002072d12
Diffstat (limited to 'javaunohelper')
-rw-r--r-- | javaunohelper/source/vm.cxx | 2 |
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 ) ); |