summaryrefslogtreecommitdiff
path: root/desktop/source/deployment/registry/script/dp_lib_container.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/source/deployment/registry/script/dp_lib_container.cxx')
-rw-r--r--desktop/source/deployment/registry/script/dp_lib_container.cxx6
1 files changed, 1 insertions, 5 deletions
diff --git a/desktop/source/deployment/registry/script/dp_lib_container.cxx b/desktop/source/deployment/registry/script/dp_lib_container.cxx
index 96ac2517caea..3a6f30253fb0 100644
--- a/desktop/source/deployment/registry/script/dp_lib_container.cxx
+++ b/desktop/source/deployment/registry/script/dp_lib_container.cxx
@@ -37,9 +37,7 @@ using namespace ::com::sun::star;
using namespace ::com::sun::star::uno;
using namespace ::com::sun::star::ucb;
-namespace dp_registry {
-namespace backend {
-namespace script {
+namespace dp_registry::backend::script {
namespace {
OUString StrCannotDetermineLibName() { return DpResId(RID_STR_CANNOT_DETERMINE_LIBNAME); }
@@ -62,7 +60,5 @@ OUString LibraryContainer::get_libname(
}
}
-}
-}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */