From bf36f5ba679fe256edf83b7482bb671f41400959 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 16 Jul 2020 14:14:12 +0200 Subject: compact namespace: connectivity Change-Id: I4f7999672ba15d9f453ded9accb3991b8150c32d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/98905 Tested-by: Jenkins Reviewed-by: Noel Grandin --- connectivity/source/inc/mysql/YUser.hxx | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'connectivity/source/inc/mysql/YUser.hxx') diff --git a/connectivity/source/inc/mysql/YUser.hxx b/connectivity/source/inc/mysql/YUser.hxx index 3377d13fca86..bf4bce0dfc04 100644 --- a/connectivity/source/inc/mysql/YUser.hxx +++ b/connectivity/source/inc/mysql/YUser.hxx @@ -23,9 +23,7 @@ #include #include -namespace connectivity -{ - namespace mysql +namespace connectivity::mysql { typedef connectivity::sdbcx::OUser OUser_TYPEDEF; @@ -70,7 +68,7 @@ namespace connectivity virtual void construct() override; }; - } + } #endif // INCLUDED_CONNECTIVITY_SOURCE_INC_MYSQL_YUSER_HXX -- cgit