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.h11
1 files changed, 2 insertions, 9 deletions
diff --git a/desktop/source/deployment/registry/script/dp_lib_container.h b/desktop/source/deployment/registry/script/dp_lib_container.h
index 00e9ab34842e..fbbedf8667f3 100644
--- a/desktop/source/deployment/registry/script/dp_lib_container.h
+++ b/desktop/source/deployment/registry/script/dp_lib_container.h
@@ -17,8 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_DESKTOP_SOURCE_DEPLOYMENT_REGISTRY_SCRIPT_DP_LIB_CONTAINER_H
-#define INCLUDED_DESKTOP_SOURCE_DEPLOYMENT_REGISTRY_SCRIPT_DP_LIB_CONTAINER_H
+#pragma once
#include <com/sun/star/uno/Reference.hxx>
@@ -32,9 +31,7 @@ namespace com::sun::star {
}
-namespace dp_registry {
-namespace backend {
-namespace script {
+namespace dp_registry::backend::script {
class LibraryContainer
@@ -47,9 +44,5 @@ public:
};
}
-}
-}
-
-#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */