summaryrefslogtreecommitdiff
path: root/configmgr
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2020-07-16 14:14:12 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-07-18 19:08:12 +0200
commitbf36f5ba679fe256edf83b7482bb671f41400959 (patch)
tree4f7df8adc83b9cec04b82a84dfd8382ea6560a44 /configmgr
parentd9b7ddd24d379909f9cd2d83ce28fa619953d841 (diff)
compact namespace: connectivity
Change-Id: I4f7999672ba15d9f453ded9accb3991b8150c32d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/98905 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'configmgr')
-rw-r--r--configmgr/source/xmldata.hxx6
1 files changed, 1 insertions, 5 deletions
diff --git a/configmgr/source/xmldata.hxx b/configmgr/source/xmldata.hxx
index 8f287df48afe..ae9e01cca731 100644
--- a/configmgr/source/xmldata.hxx
+++ b/configmgr/source/xmldata.hxx
@@ -31,9 +31,7 @@ namespace xmlreader {
struct Span;
}
-namespace configmgr {
-
-namespace xmldata {
+namespace configmgr::xmldata {
Type parseType(
xmlreader::XmlReader const & reader, xmlreader::Span const & text);
@@ -46,8 +44,6 @@ OUString parseTemplateReference(
}
-}
-
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */