diff options
Diffstat (limited to 'configmgr')
-rw-r--r-- | configmgr/source/xmldata.hxx | 6 |
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: */ |