From c82efb610bf556ea12cbe4f94568ac619897799f Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Mon, 13 Jan 2020 19:48:37 +0200 Subject: clang-tidy modernize-concat-nested-namespace Change-Id: Iab35a8b85b3ba1df791c774f40b037f9420a071a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86708 Tested-by: Jenkins Reviewed-by: Noel Grandin --- xmloff/source/text/XMLTextCharStyleNamesElementExport.cxx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'xmloff/source/text/XMLTextCharStyleNamesElementExport.cxx') diff --git a/xmloff/source/text/XMLTextCharStyleNamesElementExport.cxx b/xmloff/source/text/XMLTextCharStyleNamesElementExport.cxx index a9a22991eac7..db928cde972c 100644 --- a/xmloff/source/text/XMLTextCharStyleNamesElementExport.cxx +++ b/xmloff/source/text/XMLTextCharStyleNamesElementExport.cxx @@ -24,9 +24,7 @@ #include #include -namespace com { namespace sun { namespace star { - namespace beans { class XPropertySet; } -} } } +namespace com::sun::star::beans { class XPropertySet; } using namespace ::com::sun::star::uno; using ::com::sun::star::beans::XPropertySet; -- cgit