summaryrefslogtreecommitdiff
path: root/drawinglayer/inc/processor3d/shadow3dextractor.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'drawinglayer/inc/processor3d/shadow3dextractor.hxx')
-rw-r--r--drawinglayer/inc/processor3d/shadow3dextractor.hxx8
1 files changed, 3 insertions, 5 deletions
diff --git a/drawinglayer/inc/processor3d/shadow3dextractor.hxx b/drawinglayer/inc/processor3d/shadow3dextractor.hxx
index 37c1c0f0e6fc..526199b7d009 100644
--- a/drawinglayer/inc/processor3d/shadow3dextractor.hxx
+++ b/drawinglayer/inc/processor3d/shadow3dextractor.hxx
@@ -32,9 +32,7 @@ namespace basegfx { class B3DPolyPolygon; }
namespace basegfx { class B3DPolygon; }
-namespace drawinglayer
-{
- namespace processor3d
+namespace drawinglayer::processor3d
{
/** Shadow3DExtractingProcessor class
@@ -93,7 +91,7 @@ namespace drawinglayer
const basegfx::B2DHomMatrix& getObjectTransformation() const { return maObjectTransformation; }
const basegfx::B3DHomMatrix& getWorldToEye() const { return maWorldToEye; }
};
- } // end of namespace processor3d
-} // end of namespace drawinglayer
+
+} // end of namespace drawinglayer::processor3d
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */