summaryrefslogtreecommitdiff
path: root/drawinglayer/inc
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2020-05-08 12:40:55 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-05-08 14:51:19 +0200
commit80d44afd085c5f35e9f4698679885087318fc65d (patch)
treeb156e09b72cffc7879eff5d6c300bb8411b5f790 /drawinglayer/inc
parentc94d7b8a9aafc51ce33e74c6102c9b54a07a6b16 (diff)
compact namespace in dbaccess..dtrans
Change-Id: Ie4b619dd19cc4d12d240759abea9c3ffdedd5c7e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/93718 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'drawinglayer/inc')
-rw-r--r--drawinglayer/inc/emfplushelper.hxx2
-rw-r--r--drawinglayer/inc/primitive3d/sdrdecompositiontools3d.hxx4
-rw-r--r--drawinglayer/inc/processor3d/defaultprocessor3d.hxx12
-rw-r--r--drawinglayer/inc/texture/texture3d.hxx4
-rw-r--r--drawinglayer/inc/wmfemfhelper.hxx2
5 files changed, 12 insertions, 12 deletions
diff --git a/drawinglayer/inc/emfplushelper.hxx b/drawinglayer/inc/emfplushelper.hxx
index 929a0dc46e09..22b9acb60538 100644
--- a/drawinglayer/inc/emfplushelper.hxx
+++ b/drawinglayer/inc/emfplushelper.hxx
@@ -25,7 +25,7 @@
namespace emfplushelper { struct EmfPlusHelperData; }
namespace wmfemfhelper { class TargetHolders; }
-namespace drawinglayer { namespace geometry { class ViewInformation2D; }}
+namespace drawinglayer::geometry { class ViewInformation2D; }
class SvMemoryStream;
namespace emfplushelper
diff --git a/drawinglayer/inc/primitive3d/sdrdecompositiontools3d.hxx b/drawinglayer/inc/primitive3d/sdrdecompositiontools3d.hxx
index c2057db81f11..9a4d62cbc24f 100644
--- a/drawinglayer/inc/primitive3d/sdrdecompositiontools3d.hxx
+++ b/drawinglayer/inc/primitive3d/sdrdecompositiontools3d.hxx
@@ -34,13 +34,13 @@ namespace basegfx {
class B2DVector;
}
-namespace drawinglayer { namespace attribute {
+namespace drawinglayer::attribute {
class SdrLineAttribute;
class SdrFillAttribute;
class Sdr3DObjectAttribute;
class FillGradientAttribute;
class SdrShadowAttribute;
-}}
+}
namespace drawinglayer
diff --git a/drawinglayer/inc/processor3d/defaultprocessor3d.hxx b/drawinglayer/inc/processor3d/defaultprocessor3d.hxx
index 2a8b179a1ba7..f23a826a669e 100644
--- a/drawinglayer/inc/processor3d/defaultprocessor3d.hxx
+++ b/drawinglayer/inc/processor3d/defaultprocessor3d.hxx
@@ -31,13 +31,13 @@ namespace basegfx {
class B3DPolyPolygon;
}
-namespace drawinglayer { namespace attribute {
+namespace drawinglayer::attribute {
class SdrSceneAttribute;
class SdrLightingAttribute;
class MaterialAttribute3D;
-}}
+}
-namespace drawinglayer { namespace primitive3d {
+namespace drawinglayer::primitive3d {
class PolygonHairlinePrimitive3D;
class PolyPolygonMaterialPrimitive3D;
class GradientTexturePrimitive3D;
@@ -45,11 +45,11 @@ namespace drawinglayer { namespace primitive3d {
class BitmapTexturePrimitive3D;
class TransformPrimitive3D;
class ModifiedColorPrimitive3D;
-}}
+}
-namespace drawinglayer { namespace texture {
+namespace drawinglayer::texture {
class GeoTexSvx;
-}}
+}
namespace drawinglayer
diff --git a/drawinglayer/inc/texture/texture3d.hxx b/drawinglayer/inc/texture/texture3d.hxx
index b5ac6e514f04..47ef9ff450a1 100644
--- a/drawinglayer/inc/texture/texture3d.hxx
+++ b/drawinglayer/inc/texture/texture3d.hxx
@@ -24,9 +24,9 @@
#include <texture/texture.hxx>
#include <vcl/bitmapex.hxx>
-namespace drawinglayer { namespace primitive3d {
+namespace drawinglayer::primitive3d {
class HatchTexturePrimitive3D;
-}}
+}
namespace drawinglayer
{
diff --git a/drawinglayer/inc/wmfemfhelper.hxx b/drawinglayer/inc/wmfemfhelper.hxx
index ae8b8f16fb1f..214d2a5d785c 100644
--- a/drawinglayer/inc/wmfemfhelper.hxx
+++ b/drawinglayer/inc/wmfemfhelper.hxx
@@ -28,7 +28,7 @@
#include <memory>
// predefines
-namespace drawinglayer { namespace geometry { class ViewInformation2D; }}
+namespace drawinglayer::geometry { class ViewInformation2D; }
class GDIMetaFile;
namespace wmfemfhelper { class PropertyHolder; }