diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-01-14 16:25:06 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-01-15 06:58:20 +0100 |
commit | 8dbe8eac89c563cbbc2de5c8e281f4fd9b817328 (patch) | |
tree | 82855531575afa6e4bbb18d32fc782058dcd285a /comphelper/source/misc/lok.cxx | |
parent | 248ddbc4e9191c7f980fc8d6df6337fc535faab0 (diff) |
clang-tidy modernize-concat-nested-namespace in codemaker..configmgr
Change-Id: I48452480fae169e11d60b125bbd0226b6a35a25c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86800
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'comphelper/source/misc/lok.cxx')
-rw-r--r-- | comphelper/source/misc/lok.cxx | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/comphelper/source/misc/lok.cxx b/comphelper/source/misc/lok.cxx index 2cab40dfa8f9..8a75db02f04b 100644 --- a/comphelper/source/misc/lok.cxx +++ b/comphelper/source/misc/lok.cxx @@ -14,10 +14,7 @@ #include <iostream> #include <map> -namespace comphelper -{ - -namespace LibreOfficeKit +namespace comphelper::LibreOfficeKit { static bool g_bActive(false); @@ -249,8 +246,6 @@ void statusIndicatorFinish() pStatusIndicatorCallback(pStatusIndicatorCallbackData, statusIndicatorCallbackType::Finish, 0); } -} // namespace LibreOfficeKit - } // namespace comphelper /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |