summaryrefslogtreecommitdiff
path: root/drawinglayer/inc/processor3d/defaultprocessor3d.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'drawinglayer/inc/processor3d/defaultprocessor3d.hxx')
-rw-r--r--drawinglayer/inc/processor3d/defaultprocessor3d.hxx8
1 files changed, 3 insertions, 5 deletions
diff --git a/drawinglayer/inc/processor3d/defaultprocessor3d.hxx b/drawinglayer/inc/processor3d/defaultprocessor3d.hxx
index f23a826a669e..4db2bde555c8 100644
--- a/drawinglayer/inc/processor3d/defaultprocessor3d.hxx
+++ b/drawinglayer/inc/processor3d/defaultprocessor3d.hxx
@@ -52,9 +52,7 @@ namespace drawinglayer::texture {
}
-namespace drawinglayer
-{
- namespace processor3d
+namespace drawinglayer::processor3d
{
/** DefaultProcessor3D class
@@ -139,8 +137,8 @@ namespace drawinglayer
/// access to Drawinglayer configuration options
const SvtOptionsDrawinglayer& getOptionsDrawinglayer() const { return maDrawinglayerOpt; }
};
- } // end of namespace processor3d
-} // end of namespace drawinglayer
+
+} // end of namespace drawinglayer::processor3d
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */