summaryrefslogtreecommitdiff
path: root/desktop/source/deployment/registry/component/dp_compbackenddb.hxx
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/component/dp_compbackenddb.hxx
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/component/dp_compbackenddb.hxx')
-rw-r--r--desktop/source/deployment/registry/component/dp_compbackenddb.hxx8
1 files changed, 3 insertions, 5 deletions
diff --git a/desktop/source/deployment/registry/component/dp_compbackenddb.hxx b/desktop/source/deployment/registry/component/dp_compbackenddb.hxx
index b7bcdf50aa14..ab964df2eaf2 100644
--- a/desktop/source/deployment/registry/component/dp_compbackenddb.hxx
+++ b/desktop/source/deployment/registry/component/dp_compbackenddb.hxx
@@ -28,9 +28,7 @@
namespace com::sun::star::uno { class XComponentContext; }
-namespace dp_registry {
-namespace backend {
-namespace component {
+namespace dp_registry::backend::component {
/* The XML file stores the extensions which are currently registered.
They will be removed when they are revoked.
@@ -91,8 +89,8 @@ public:
}
-}
-}
+
+
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */