summaryrefslogtreecommitdiff
path: root/desktop/source/deployment/registry/script/dp_lib_container.h
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/source/deployment/registry/script/dp_lib_container.h')
-rw-r--r--desktop/source/deployment/registry/script/dp_lib_container.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/desktop/source/deployment/registry/script/dp_lib_container.h b/desktop/source/deployment/registry/script/dp_lib_container.h
index 53696cf5b11a..57b15f66885c 100644
--- a/desktop/source/deployment/registry/script/dp_lib_container.h
+++ b/desktop/source/deployment/registry/script/dp_lib_container.h
@@ -43,8 +43,8 @@ namespace script {
class LibraryContainer
{
public:
- static ::rtl::OUString get_libname(
- ::rtl::OUString const & url,
+ static OUString get_libname(
+ OUString const & url,
css::uno::Reference<css::ucb::XCommandEnvironment> const & xCmdEnv,
css::uno::Reference<css::uno::XComponentContext> const & xContext );
};