From c82efb610bf556ea12cbe4f94568ac619897799f Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Mon, 13 Jan 2020 19:48:37 +0200 Subject: clang-tidy modernize-concat-nested-namespace Change-Id: Iab35a8b85b3ba1df791c774f40b037f9420a071a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86708 Tested-by: Jenkins Reviewed-by: Noel Grandin --- extensions/source/config/ldap/ldapaccess.cxx | 4 ++-- extensions/source/config/ldap/ldapuserprofilebe.cxx | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'extensions') diff --git a/extensions/source/config/ldap/ldapaccess.cxx b/extensions/source/config/ldap/ldapaccess.cxx index 5f9c6820b6cc..afc36c106b11 100644 --- a/extensions/source/config/ldap/ldapaccess.cxx +++ b/extensions/source/config/ldap/ldapaccess.cxx @@ -26,7 +26,7 @@ #include -namespace extensions { namespace config { namespace ldap { +namespace extensions::config::ldap { typedef int LdapErrCode; @@ -284,6 +284,6 @@ void LdapConnection::initConnection() } -} } } // extensions.config.ldap +} // extensions::config::ldap /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/extensions/source/config/ldap/ldapuserprofilebe.cxx b/extensions/source/config/ldap/ldapuserprofilebe.cxx index ccec13a6365e..a6baa51b0505 100644 --- a/extensions/source/config/ldap/ldapuserprofilebe.cxx +++ b/extensions/source/config/ldap/ldapuserprofilebe.cxx @@ -37,7 +37,7 @@ #include -namespace extensions { namespace config { namespace ldap { +namespace extensions::config::ldap { LdapUserProfileBe::LdapUserProfileBe( const uno::Reference& xContext) : LdapProfileMutexHolder(), @@ -230,7 +230,7 @@ SAL_CALL LdapUserProfileBe::getSupportedServiceNames() return getLdapUserProfileBeServiceNames() ; } -}}} +} /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ -- cgit v1.2.3