summaryrefslogtreecommitdiff
path: root/drawinglayer/source/processor2d/objectinfoextractor2d.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2020-01-20 13:56:16 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-01-20 13:47:45 +0100
commitaee42a7bf199ce537273184428a892e74d7deea7 (patch)
treeebcb2f526fbc8d910c3e3a4638f7af344d038ff2 /drawinglayer/source/processor2d/objectinfoextractor2d.cxx
parent4a8d86d490743022699b3333fe1a053cae63a1d3 (diff)
clang-tidy modernize-concat-nested-namespace in drawinglayer
Change-Id: If2644743ab0d9b78d42d1d2fe6fa22c83472d2c1 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87065 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'drawinglayer/source/processor2d/objectinfoextractor2d.cxx')
-rw-r--r--drawinglayer/source/processor2d/objectinfoextractor2d.cxx8
1 files changed, 3 insertions, 5 deletions
diff --git a/drawinglayer/source/processor2d/objectinfoextractor2d.cxx b/drawinglayer/source/processor2d/objectinfoextractor2d.cxx
index 7ae806f2890b..d15fc36523be 100644
--- a/drawinglayer/source/processor2d/objectinfoextractor2d.cxx
+++ b/drawinglayer/source/processor2d/objectinfoextractor2d.cxx
@@ -23,10 +23,8 @@
using namespace com::sun::star;
-namespace drawinglayer
+namespace drawinglayer::processor2d
{
- namespace processor2d
- {
void ObjectInfoPrimitiveExtractor2D::processBasePrimitive2D(const primitive2d::BasePrimitive2D& rCandidate)
{
if(!mpFound)
@@ -73,7 +71,7 @@ namespace drawinglayer
ObjectInfoPrimitiveExtractor2D::~ObjectInfoPrimitiveExtractor2D()
{
}
- } // end of namespace processor2d
-} // end of namespace drawinglayer
+
+} // end of namespace
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */