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/automationinvokedzone.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/automationinvokedzone.cxx')
-rw-r--r-- | comphelper/source/misc/automationinvokedzone.cxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/comphelper/source/misc/automationinvokedzone.cxx b/comphelper/source/misc/automationinvokedzone.cxx index 2134217a1eaa..4a71c4a51817 100644 --- a/comphelper/source/misc/automationinvokedzone.cxx +++ b/comphelper/source/misc/automationinvokedzone.cxx @@ -11,9 +11,7 @@ #include <comphelper/automationinvokedzone.hxx> -namespace comphelper -{ -namespace Automation +namespace comphelper::Automation { thread_local static int nActiveount = 0; @@ -31,6 +29,5 @@ AutomationInvokedZone::~AutomationInvokedZone() nActiveount--; } } -} /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |