summaryrefslogtreecommitdiff
path: root/oox/source/drawingml/shape.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2020-01-14 20:53:45 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-01-15 06:58:34 +0100
commita7f28581ad27705a86e6945f03cf219f7e4aa969 (patch)
tree95b6db0f066490dc5c7c688d2ce80c00788aef8c /oox/source/drawingml/shape.cxx
parent6d64015430b387b615b6df137dc168caa9632cb3 (diff)
clang-tidy modernize-concat-nested-namespace in oox
Change-Id: I9877be75e1f7dcefdf7172d05dfbb0a63d06ced1 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86803 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'oox/source/drawingml/shape.cxx')
-rw-r--r--oox/source/drawingml/shape.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/oox/source/drawingml/shape.cxx b/oox/source/drawingml/shape.cxx
index a99b403829fe..c679a869e4c8 100644
--- a/oox/source/drawingml/shape.cxx
+++ b/oox/source/drawingml/shape.cxx
@@ -113,7 +113,7 @@ using namespace ::com::sun::star::text;
using namespace ::com::sun::star::drawing;
using namespace ::com::sun::star::style;
-namespace oox { namespace drawingml {
+namespace oox::drawingml {
Shape::Shape( const char* pServiceName, bool bDefaultHeight )
: mpLinePropertiesPtr( new LineProperties )
@@ -1916,6 +1916,6 @@ void Shape::cloneFillProperties()
pFillProperties->assignUsed(*mpFillPropertiesPtr);
mpFillPropertiesPtr = pFillProperties;
}
-} }
+}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */