diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-01-14 20:53:45 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-01-15 06:58:34 +0100 |
commit | a7f28581ad27705a86e6945f03cf219f7e4aa969 (patch) | |
tree | 95b6db0f066490dc5c7c688d2ce80c00788aef8c /oox/source/vml/vmlformatting.cxx | |
parent | 6d64015430b387b615b6df137dc168caa9632cb3 (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/vml/vmlformatting.cxx')
-rw-r--r-- | oox/source/vml/vmlformatting.cxx | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/oox/source/vml/vmlformatting.cxx b/oox/source/vml/vmlformatting.cxx index 3d1d10e16fc2..de01cbab22b3 100644 --- a/oox/source/vml/vmlformatting.cxx +++ b/oox/source/vml/vmlformatting.cxx @@ -45,8 +45,7 @@ #include <comphelper/propertysequence.hxx> #include <vcl/virdev.hxx> -namespace oox { -namespace vml { +namespace oox::vml { using namespace ::com::sun::star; using namespace ::com::sun::star::geometry; @@ -982,7 +981,6 @@ void TextpathModel::pushToPropMap(ShapePropertyMap& rPropMap, const uno::Referen } } -} // namespace vml } // namespace oox /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |