diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-05-01 14:52:05 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-05-03 09:21:51 +0200 |
commit | 47cd34a60ff9048404075823e519f1abdd4b0e9a (patch) | |
tree | e9728dd7c686d23f90b4331f105d6f5f8c1176cd /include/drawinglayer/processor2d | |
parent | c79dd92480cbc409a7061da7f3dd3abaaf9a4883 (diff) |
use more compact namespace syntax in /include
excluding the UDK headers of course
Change-Id: Iac7ab83d60265f7d362c860776f1de9d5e444ec0
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/93268
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/drawinglayer/processor2d')
4 files changed, 7 insertions, 7 deletions
diff --git a/include/drawinglayer/processor2d/hittestprocessor2d.hxx b/include/drawinglayer/processor2d/hittestprocessor2d.hxx index 184149e00412..3b044b451f2f 100644 --- a/include/drawinglayer/processor2d/hittestprocessor2d.hxx +++ b/include/drawinglayer/processor2d/hittestprocessor2d.hxx @@ -26,7 +26,7 @@ namespace basegfx { class B2DPolygon; } namespace basegfx { class B2DPolyPolygon; } -namespace drawinglayer { namespace primitive2d { class ScenePrimitive2D; }} +namespace drawinglayer::primitive2d { class ScenePrimitive2D; } namespace drawinglayer { diff --git a/include/drawinglayer/processor2d/objectinfoextractor2d.hxx b/include/drawinglayer/processor2d/objectinfoextractor2d.hxx index 38612dbaf8a5..59d8fc2b1dc9 100644 --- a/include/drawinglayer/processor2d/objectinfoextractor2d.hxx +++ b/include/drawinglayer/processor2d/objectinfoextractor2d.hxx @@ -22,7 +22,7 @@ #include <drawinglayer/drawinglayerdllapi.h> #include <drawinglayer/processor2d/baseprocessor2d.hxx> -namespace drawinglayer { namespace primitive2d { class ObjectInfoPrimitive2D; }} +namespace drawinglayer::primitive2d { class ObjectInfoPrimitive2D; } namespace drawinglayer { diff --git a/include/drawinglayer/processor2d/processor2dtools.hxx b/include/drawinglayer/processor2d/processor2dtools.hxx index 18ba6b216dc7..95c1c679336c 100644 --- a/include/drawinglayer/processor2d/processor2dtools.hxx +++ b/include/drawinglayer/processor2d/processor2dtools.hxx @@ -22,8 +22,8 @@ #include <drawinglayer/drawinglayerdllapi.h> #include <memory> -namespace drawinglayer { namespace geometry { class ViewInformation2D; } } -namespace drawinglayer { namespace processor2d { class BaseProcessor2D; } } +namespace drawinglayer::geometry { class ViewInformation2D; } +namespace drawinglayer::processor2d { class BaseProcessor2D; } class OutputDevice; diff --git a/include/drawinglayer/processor2d/processorfromoutputdevice.hxx b/include/drawinglayer/processor2d/processorfromoutputdevice.hxx index 25ea79ff477a..f15a98e34784 100644 --- a/include/drawinglayer/processor2d/processorfromoutputdevice.hxx +++ b/include/drawinglayer/processor2d/processorfromoutputdevice.hxx @@ -25,11 +25,11 @@ class OutputDevice; -namespace drawinglayer { namespace processor2d { +namespace drawinglayer::processor2d { class BaseProcessor2D; -}} +} -namespace drawinglayer { namespace geometry { class ViewInformation2D; } } +namespace drawinglayer::geometry { class ViewInformation2D; } namespace drawinglayer { |