summaryrefslogtreecommitdiff
path: root/sc/source/filter/oox/worksheethelper.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/worksheethelper.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/worksheethelper.cxx')
-rw-r--r--sc/source/filter/oox/worksheethelper.cxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/sc/source/filter/oox/worksheethelper.cxx b/sc/source/filter/oox/worksheethelper.cxx
index d390e9c33357..5c0c713281be 100644
--- a/sc/source/filter/oox/worksheethelper.cxx
+++ b/sc/source/filter/oox/worksheethelper.cxx
@@ -74,8 +74,7 @@
#include <editeng/editobj.hxx>
#include <editeng/flditem.hxx>
-namespace oox {
-namespace xls {
+namespace oox::xls {
using namespace ::com::sun::star;
using namespace ::com::sun::star::beans;
@@ -1592,7 +1591,6 @@ void WorksheetHelper::createSharedFormulaMapEntry(
getFormulaBuffer().createSharedFormulaMapEntry(rAddress, nSharedId, rTokens);
}
-} // namespace xls
} // namespace oox
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */