summaryrefslogtreecommitdiff
path: root/desktop/source/deployment/registry/inc/dp_backend.h
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2020-07-16 15:36:35 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-07-16 18:06:13 +0200
commitcca705ad5fee40483bc6c709c713d66954a185b2 (patch)
tree433b9b684d6fefd5265f375ca4583f66fefea079 /desktop/source/deployment/registry/inc/dp_backend.h
parent2f6839b8b1c778cd01833a66c1cc92f1b5cf2667 (diff)
compact namespace: dbaccess,desktop
Change-Id: I648ec763e6e2a3022f9b6cc35f536742b59d35fc Reviewed-on: https://gerrit.libreoffice.org/c/core/+/98909 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'desktop/source/deployment/registry/inc/dp_backend.h')
-rw-r--r--desktop/source/deployment/registry/inc/dp_backend.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/desktop/source/deployment/registry/inc/dp_backend.h b/desktop/source/deployment/registry/inc/dp_backend.h
index 41029950af4b..d464da4a81a1 100644
--- a/desktop/source/deployment/registry/inc/dp_backend.h
+++ b/desktop/source/deployment/registry/inc/dp_backend.h
@@ -32,9 +32,7 @@
#include <unordered_map>
#include <strings.hrc>
-namespace dp_registry
-{
-namespace backend
+namespace dp_registry::backend
{
class PackageRegistryBackend;
@@ -284,7 +282,7 @@ public:
};
}
-}
+
#endif