summaryrefslogtreecommitdiff
path: root/drawinglayer/inc/processor3d/geometry2dextractor.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'drawinglayer/inc/processor3d/geometry2dextractor.hxx')
-rw-r--r--drawinglayer/inc/processor3d/geometry2dextractor.hxx8
1 files changed, 3 insertions, 5 deletions
diff --git a/drawinglayer/inc/processor3d/geometry2dextractor.hxx b/drawinglayer/inc/processor3d/geometry2dextractor.hxx
index ae3050fb2850..d5ff9f5b31eb 100644
--- a/drawinglayer/inc/processor3d/geometry2dextractor.hxx
+++ b/drawinglayer/inc/processor3d/geometry2dextractor.hxx
@@ -27,9 +27,7 @@
#include <basegfx/color/bcolormodifier.hxx>
-namespace drawinglayer
-{
- namespace processor3d
+namespace drawinglayer::processor3d
{
/** Geometry2DExtractingProcessor class
@@ -63,8 +61,8 @@ namespace drawinglayer
const primitive2d::Primitive2DContainer& getPrimitive2DSequence() const { return maPrimitive2DSequence; }
const basegfx::B2DHomMatrix& getObjectTransformation() const { return maObjectTransformation; }
};
- } // end of namespace processor3d
-} // end of namespace drawinglayer
+
+} // end of namespace drawinglayer::processor3d
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */