From 1c4c096f7316f4541d57983ad3dee3827748d2f8 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Sun, 19 Jul 2020 18:45:26 +0200 Subject: compact namespace: oox Change-Id: I9ea016adcec334437da45296ee325453347836ae Reviewed-on: https://gerrit.libreoffice.org/c/core/+/99002 Tested-by: Jenkins Reviewed-by: Noel Grandin --- include/oox/vml/vmlshapecontext.hxx | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'include/oox/vml/vmlshapecontext.hxx') diff --git a/include/oox/vml/vmlshapecontext.hxx b/include/oox/vml/vmlshapecontext.hxx index c07bcf12e84f..ddca7b13ad93 100644 --- a/include/oox/vml/vmlshapecontext.hxx +++ b/include/oox/vml/vmlshapecontext.hxx @@ -28,8 +28,7 @@ namespace oox { class AttributeList; } -namespace oox { -namespace vml { +namespace oox::vml { class Drawing; @@ -183,8 +182,7 @@ public: }; -} // namespace vml -} // namespace oox +} // namespace oox::vml #endif -- cgit