From 47cd34a60ff9048404075823e519f1abdd4b0e9a Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Fri, 1 May 2020 14:52:05 +0200 Subject: use more compact namespace syntax in /include excluding the UDK headers of course Change-Id: Iac7ab83d60265f7d362c860776f1de9d5e444ec0 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/93268 Tested-by: Jenkins Reviewed-by: Noel Grandin --- include/jvmaccess/classpath.hxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include/jvmaccess') diff --git a/include/jvmaccess/classpath.hxx b/include/jvmaccess/classpath.hxx index c3e3f7fe3603..9882a42ce25e 100644 --- a/include/jvmaccess/classpath.hxx +++ b/include/jvmaccess/classpath.hxx @@ -27,11 +27,11 @@ #include #include -namespace com { namespace sun { namespace star { namespace uno { +namespace com::sun::star::uno { class XComponentContext; -} } } } +} -namespace com { namespace sun { namespace star { namespace uno { template class Reference; } } } } +namespace com::sun::star::uno { template class Reference; } namespace jvmaccess { -- cgit