summaryrefslogtreecommitdiff
path: root/drawinglayer/inc/texture/texture3d.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'drawinglayer/inc/texture/texture3d.hxx')
-rw-r--r--drawinglayer/inc/texture/texture3d.hxx32
1 files changed, 12 insertions, 20 deletions
diff --git a/drawinglayer/inc/texture/texture3d.hxx b/drawinglayer/inc/texture/texture3d.hxx
index 47ef9ff450a1..e7cf87d764ff 100644
--- a/drawinglayer/inc/texture/texture3d.hxx
+++ b/drawinglayer/inc/texture/texture3d.hxx
@@ -28,9 +28,7 @@ namespace drawinglayer::primitive3d {
class HatchTexturePrimitive3D;
}
-namespace drawinglayer
-{
- namespace texture
+namespace drawinglayer::texture
{
class GeoTexSvxMono final : public GeoTexSvx
{
@@ -47,12 +45,10 @@ namespace drawinglayer
virtual void modifyBColor(const basegfx::B2DPoint& rUV, basegfx::BColor& rBColor, double& rfOpacity) const override;
virtual void modifyOpacity(const basegfx::B2DPoint& rUV, double& rfOpacity) const override;
};
- } // end of namespace texture
-} // end of namespace drawinglayer
-namespace drawinglayer
-{
- namespace texture
+} // end of namespace drawinglayer::texture
+
+namespace drawinglayer::texture
{
class GeoTexSvxBitmapEx : public GeoTexSvx
{
@@ -83,12 +79,10 @@ namespace drawinglayer
virtual void modifyBColor(const basegfx::B2DPoint& rUV, basegfx::BColor& rBColor, double& rfOpacity) const override;
virtual void modifyOpacity(const basegfx::B2DPoint& rUV, double& rfOpacity) const override;
};
- } // end of namespace texture
-} // end of namespace drawinglayer
-namespace drawinglayer
-{
- namespace texture
+} // end of namespace drawinglayer::texture
+
+namespace drawinglayer::texture
{
class GeoTexSvxBitmapExTiled final : public GeoTexSvxBitmapEx
{
@@ -111,12 +105,10 @@ namespace drawinglayer
virtual void modifyBColor(const basegfx::B2DPoint& rUV, basegfx::BColor& rBColor, double& rfOpacity) const override;
virtual void modifyOpacity(const basegfx::B2DPoint& rUV, double& rfOpacity) const override;
};
- } // end of namespace texture
-} // end of namespace drawinglayer
-namespace drawinglayer
-{
- namespace texture
+} // end of namespace drawinglayer::texture
+
+namespace drawinglayer::texture
{
class GeoTexSvxMultiHatch final : public GeoTexSvx
{
@@ -137,7 +129,7 @@ namespace drawinglayer
virtual void modifyBColor(const basegfx::B2DPoint& rUV, basegfx::BColor& rBColor, double& rfOpacity) const override;
virtual void modifyOpacity(const basegfx::B2DPoint& rUV, double& rfOpacity) const override;
};
- } // end of namespace texture
-} // end of namespace drawinglayer
+
+} // end of namespace drawinglayer::texture
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */