From db54dd2351a4c2d4e54e97db6ba19a65dfbee858 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 14 Jan 2020 15:21:18 +0200 Subject: clang-tidy modernize-concat-nested-namespace in chart2 Change-Id: I320234b60963d80f6870a9ce1fead8e29de437aa Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86759 Tested-by: Jenkins Reviewed-by: Noel Grandin --- chart2/source/controller/itemsetwrapper/StatisticsItemConverter.cxx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'chart2/source/controller/itemsetwrapper/StatisticsItemConverter.cxx') diff --git a/chart2/source/controller/itemsetwrapper/StatisticsItemConverter.cxx b/chart2/source/controller/itemsetwrapper/StatisticsItemConverter.cxx index 6d6a9f6788bd..b4c4405ff88b 100644 --- a/chart2/source/controller/itemsetwrapper/StatisticsItemConverter.cxx +++ b/chart2/source/controller/itemsetwrapper/StatisticsItemConverter.cxx @@ -209,9 +209,7 @@ void lclConvertToItemSetDouble(SfxItemSet& rItemSet, sal_uInt16 nWhichId, const } // anonymous namespace -namespace chart -{ -namespace wrapper +namespace chart::wrapper { StatisticsItemConverter::StatisticsItemConverter( @@ -846,7 +844,6 @@ void StatisticsItemConverter::FillSpecialItem( } } -} // namespace wrapper } // namespace chart /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ -- cgit