diff options
Diffstat (limited to 'desktop/source/app/app.cxx')
-rw-r--r-- | desktop/source/app/app.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/source/app/app.cxx b/desktop/source/app/app.cxx index c38fd40944ee..ec7d7f30a0c8 100644 --- a/desktop/source/app/app.cxx +++ b/desktop/source/app/app.cxx @@ -1264,7 +1264,7 @@ private: if (xJavaComponentLoader.is()) { - const css::uno::Reference< ::com::sun::star::registry::XRegistryKey > xRegistryKey; + const css::uno::Reference< css::registry::XRegistryKey > xRegistryKey; try { xJavaComponentLoader->activate(u""_ustr, u""_ustr, u""_ustr, xRegistryKey); |