summaryrefslogtreecommitdiff
path: root/drawinglayer/inc/primitive3d/hatchtextureprimitive3d.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2020-07-16 18:11:15 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-07-16 20:36:17 +0200
commit1ebe85bc1fc6cf2adeb05aac78749806e20a71c2 (patch)
tree8fdd91bd58ce406605d6676c09b933af2273e79b /drawinglayer/inc/primitive3d/hatchtextureprimitive3d.hxx
parent41e524b4b83abd83db9091437a9b514c49ff161d (diff)
compact namespace: drawinglayer
Change-Id: I32648ae81c4a06f944b70c0cca1694333ec02859 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/98916 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'drawinglayer/inc/primitive3d/hatchtextureprimitive3d.hxx')
-rw-r--r--drawinglayer/inc/primitive3d/hatchtextureprimitive3d.hxx8
1 files changed, 3 insertions, 5 deletions
diff --git a/drawinglayer/inc/primitive3d/hatchtextureprimitive3d.hxx b/drawinglayer/inc/primitive3d/hatchtextureprimitive3d.hxx
index 1329bf70647f..b897ff4273d0 100644
--- a/drawinglayer/inc/primitive3d/hatchtextureprimitive3d.hxx
+++ b/drawinglayer/inc/primitive3d/hatchtextureprimitive3d.hxx
@@ -25,9 +25,7 @@
#include <drawinglayer/attribute/fillhatchattribute.hxx>
-namespace drawinglayer
-{
- namespace primitive3d
+namespace drawinglayer::primitive3d
{
/** HatchTexturePrimitive3D class
@@ -71,8 +69,8 @@ namespace drawinglayer
/// provide unique ID
DeclPrimitive3DIDBlock()
};
- } // end of namespace primitive3d
-} // end of namespace drawinglayer
+
+} // end of namespace drawinglayer::primitive3d
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */