summaryrefslogtreecommitdiff
path: root/extensions/source/config/ldap/ldapaccess.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/source/config/ldap/ldapaccess.cxx')
-rw-r--r--extensions/source/config/ldap/ldapaccess.cxx4
1 files changed, 2 insertions, 2 deletions
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 <o3tl/char16_t2wchar_t.hxx>
-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: */