summaryrefslogtreecommitdiffstats
path: root/svx/source/engine3d/polygn3d.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/engine3d/polygn3d.cxx')
-rw-r--r--svx/source/engine3d/polygn3d.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/source/engine3d/polygn3d.cxx b/svx/source/engine3d/polygn3d.cxx
index dd5084252335..b8d960b0949d 100644
--- a/svx/source/engine3d/polygn3d.cxx
+++ b/svx/source/engine3d/polygn3d.cxx
@@ -63,7 +63,7 @@ void E3dPolygonObj::CreateDefaultNormals()
{
basegfx::B3DPolyPolygon aPolyNormals;
- // Create a complete PolyPolygon with the plane normal
+ // Create a complete tools::PolyPolygon with the plane normal
for(sal_uInt32 a(0L); a < aPolyPoly3D.count(); a++)
{
// Find source polygon
@@ -92,7 +92,7 @@ void E3dPolygonObj::CreateDefaultNormals()
void E3dPolygonObj::CreateDefaultTexture()
{
basegfx::B2DPolyPolygon aPolyTexture;
- // Create a complete PolyPolygon with the texture coordinates
+ // Create a complete tools::PolyPolygon with the texture coordinates
// The texture coordinates extend over X,Y and Z
// on the whole extreme values in the range 0.0 .. 1.0
for(sal_uInt32 a(0L); a < aPolyPoly3D.count(); a++)