summaryrefslogtreecommitdiff
path: root/include/drawinglayer/primitive3d/sdrextrudeprimitive3d.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-09-28 07:51:19 +0200
committerNoel Grandin <noel@peralex.com>2014-09-30 11:47:41 +0200
commitc9d4a2887c13a5df244022276dd79a5bef8af0ea (patch)
treefb849270affd5fca01fa26094c89595d18c6f588 /include/drawinglayer/primitive3d/sdrextrudeprimitive3d.hxx
parentd17d4d48b5dc3332fd03f6ef186ed2bda4665e7c (diff)
fdo#82577: Handle PolyPolygon
Put the TOOLS PolyPolygon class in the tools namespace. Avoids clash with the Windows PolyPolygon typedef. Change-Id: I811ecbb3d55ba4ce66e4555a8586f60fcd57fb66
Diffstat (limited to 'include/drawinglayer/primitive3d/sdrextrudeprimitive3d.hxx')
-rw-r--r--include/drawinglayer/primitive3d/sdrextrudeprimitive3d.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/drawinglayer/primitive3d/sdrextrudeprimitive3d.hxx b/include/drawinglayer/primitive3d/sdrextrudeprimitive3d.hxx
index 9155378f7112..030144f8e91c 100644
--- a/include/drawinglayer/primitive3d/sdrextrudeprimitive3d.hxx
+++ b/include/drawinglayer/primitive3d/sdrextrudeprimitive3d.hxx
@@ -34,7 +34,7 @@ namespace drawinglayer
/** SdrExtrudePrimitive3D class
This 3D primitive expands the SdrPrimitive3D to a 3D extrude definition.
- The given 2D PolyPolygon geometry is imagined as lying on the XY-plane in 3D
+ The given 2D tools::PolyPolygon geometry is imagined as lying on the XY-plane in 3D
and gets extruded in Z-Direction by Depth.
Various possibilities e.g. for creating diagonals (edge roudings in 3D)