summaryrefslogtreecommitdiff
path: root/drawinglayer/source/primitive3d/sdrextrudeprimitive3d.cxx
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2013-12-23 07:59:24 +0100
committerJulien Nabet <serval2412@yahoo.fr>2013-12-23 07:59:24 +0100
commit249107f62cbe4b4e145bd6e62bfb9960dc0cdb60 (patch)
tree482aadebea643bab38b0fd5106227091dc66d087 /drawinglayer/source/primitive3d/sdrextrudeprimitive3d.cxx
parent9915597c8988f46df3ec334c01afc7d618df7b7c (diff)
Typos
Change-Id: I27ada8b5154968e521d9e67f21473aa85776e70e
Diffstat (limited to 'drawinglayer/source/primitive3d/sdrextrudeprimitive3d.cxx')
-rw-r--r--drawinglayer/source/primitive3d/sdrextrudeprimitive3d.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/drawinglayer/source/primitive3d/sdrextrudeprimitive3d.cxx b/drawinglayer/source/primitive3d/sdrextrudeprimitive3d.cxx
index 59618f51fef8..46577581369c 100644
--- a/drawinglayer/source/primitive3d/sdrextrudeprimitive3d.cxx
+++ b/drawinglayer/source/primitive3d/sdrextrudeprimitive3d.cxx
@@ -473,9 +473,9 @@ namespace drawinglayer
basegfx::B3DRange SdrExtrudePrimitive3D::getB3DRange(const geometry::ViewInformation3D& /*rViewInformation*/) const
{
- // use defaut from sdrPrimitive3D which uses transformation expanded by line width/2
+ // use default from sdrPrimitive3D which uses transformation expanded by line width/2
// The parent implementation which uses the ranges of the decomposition would be more
- // corrcet, but for historical reasons it is necessary to do the old method: To get
+ // correct, but for historical reasons it is necessary to do the old method: To get
// the range of the non-transformed geometry and transform it then. This leads to different
// ranges where the new method is more correct, but the need to keep the old behaviour
// has priority here.