summaryrefslogtreecommitdiff
path: root/drawinglayer/source/primitive3d/sdrextrudelathetools3d.cxx
diff options
context:
space:
mode:
authorAlexander Wilms <f.alexander.wilms@gmail.com>2014-02-25 18:21:10 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-02-27 07:10:49 -0600
commitd0d1534b6baa7fedfd771ceb2958305eb1986c48 (patch)
treeda1b8f3931c28c12a90ab85093c809234270e7fd /drawinglayer/source/primitive3d/sdrextrudelathetools3d.cxx
parent95ab91d0fb172f8c7692cb043dfd6b079f319601 (diff)
Remove visual noise from drawinglayer
Change-Id: Ida745b9d994d09081ad3d18cdf2494a97438dc56 Reviewed-on: https://gerrit.libreoffice.org/8253 Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'drawinglayer/source/primitive3d/sdrextrudelathetools3d.cxx')
-rw-r--r--drawinglayer/source/primitive3d/sdrextrudelathetools3d.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/drawinglayer/source/primitive3d/sdrextrudelathetools3d.cxx b/drawinglayer/source/primitive3d/sdrextrudelathetools3d.cxx
index 329faf91c9d8..4cd12f046551 100644
--- a/drawinglayer/source/primitive3d/sdrextrudelathetools3d.cxx
+++ b/drawinglayer/source/primitive3d/sdrextrudelathetools3d.cxx
@@ -32,12 +32,12 @@
#include <drawinglayer/geometry/viewinformation3d.hxx>
#include <numeric>
-//////////////////////////////////////////////////////////////////////////////
+
// decompositon helpers for extrude/lathe (rotation) objects
namespace
{
- //////////////////////////////////////////////////////////////////////////////
+
// common helpers
basegfx::B2DPolyPolygon impScalePolyPolygonOnCenter(
@@ -343,7 +343,7 @@ namespace
}
} // end of anonymous namespace
-//////////////////////////////////////////////////////////////////////////////
+
namespace drawinglayer
{