summaryrefslogtreecommitdiff
path: root/svgio/source
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2020-05-10 09:18:09 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-05-10 12:03:13 +0200
commitc37fe8886d8ce2f6374decc370a09b45e589ee0d (patch)
tree7a92d439f2ef323117bd3391d193f0d53c3a759e /svgio/source
parent366d08f2f6d4de922f6099c62bb81b49d89e0a68 (diff)
compact namespace in sal..svgio
Change-Id: I7e70614ea5a1cb1a1dc0ef8e9fb6fd48e85c3562 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/93904 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'svgio/source')
-rw-r--r--svgio/source/svguno/xsvgparser.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/svgio/source/svguno/xsvgparser.hxx b/svgio/source/svguno/xsvgparser.hxx
index f7e0185b671a..158b3dd137c6 100644
--- a/svgio/source/svguno/xsvgparser.hxx
+++ b/svgio/source/svguno/xsvgparser.hxx
@@ -25,14 +25,14 @@
#include <com/sun/star/uno/Reference.hxx>
#include <com/sun/star/uno/Sequence.hxx>
-namespace com { namespace sun { namespace star {
+namespace com::sun::star {
namespace uno {
class XComponentContext;
class XInterface;
}
-} } }
+}
-namespace svgio { namespace svgreader {
+namespace svgio::svgreader {
css::uno::Reference< css::uno::XInterface >
XSvgParser_createInstance( css::uno::Reference< css::uno::XComponentContext > const &);
@@ -42,7 +42,7 @@ OUString XSvgParser_getImplementationName();
css::uno::Sequence< OUString >
XSvgParser_getSupportedServiceNames();
-} }
+}
#endif