summaryrefslogtreecommitdiff
path: root/sc/source/filter/oox/pivotcachebuffer.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2020-01-14 20:53:59 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-01-15 06:58:26 +0100
commit6d64015430b387b615b6df137dc168caa9632cb3 (patch)
tree3240e31a8af2e1ffcd4eb673b8f3f21ba3ba764a /sc/source/filter/oox/pivotcachebuffer.cxx
parent8dbe8eac89c563cbbc2de5c8e281f4fd9b817328 (diff)
clang-tidy modernize-concat-nested-namespace in sc
Change-Id: I6a9b2b912434c053e20ce06ef03e52451e506693 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86804 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sc/source/filter/oox/pivotcachebuffer.cxx')
-rw-r--r--sc/source/filter/oox/pivotcachebuffer.cxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/sc/source/filter/oox/pivotcachebuffer.cxx b/sc/source/filter/oox/pivotcachebuffer.cxx
index fdb7b15da2e2..9aca019ab8ce 100644
--- a/sc/source/filter/oox/pivotcachebuffer.cxx
+++ b/sc/source/filter/oox/pivotcachebuffer.cxx
@@ -48,8 +48,7 @@
#include <addressconverter.hxx>
#include <biffhelper.hxx>
-namespace oox {
-namespace xls {
+namespace oox::xls {
using namespace ::com::sun::star::container;
using namespace ::com::sun::star::sheet;
@@ -1218,7 +1217,6 @@ PivotCache& PivotCacheBuffer::createPivotCache( sal_Int32 nCacheId )
return *rxCache;
}
-} // namespace xls
} // namespace oox
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */