summaryrefslogtreecommitdiff
path: root/comphelper/source/misc/automationinvokedzone.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2020-01-14 16:25:06 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-01-15 06:58:20 +0100
commit8dbe8eac89c563cbbc2de5c8e281f4fd9b817328 (patch)
tree82855531575afa6e4bbb18d32fc782058dcd285a /comphelper/source/misc/automationinvokedzone.cxx
parent248ddbc4e9191c7f980fc8d6df6337fc535faab0 (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.cxx5
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: */