summaryrefslogtreecommitdiff
path: root/emfio
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2020-05-08 14:03:34 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-05-08 21:15:41 +0200
commitaa3e3efbfe8ce7b25bcbda6020bd3f6b8712c61e (patch)
treec67f0ab3b8e9072c802836dde39f55a7886f9fe3 /emfio
parenteecf74d417800138e39304857901bf69c0b756de (diff)
compact namespace in editeng..extensions
Change-Id: Ie93ac69592c3625b8e2e5db3619ce24597a07a7e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/93722 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'emfio')
-rw-r--r--emfio/source/emfuno/xemfparser.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/emfio/source/emfuno/xemfparser.hxx b/emfio/source/emfuno/xemfparser.hxx
index e4d1b53fa055..426231d362fc 100644
--- a/emfio/source/emfuno/xemfparser.hxx
+++ b/emfio/source/emfuno/xemfparser.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 emfio { namespace emfreader {
+namespace emfio::emfreader {
css::uno::Reference< css::uno::XInterface >
XEmfParser_createInstance( css::uno::Reference< css::uno::XComponentContext > const &);
@@ -42,7 +42,7 @@ OUString XEmfParser_getImplementationName();
css::uno::Sequence< OUString >
XEmfParser_getSupportedServiceNames();
-} }
+}
#endif