From 249107f62cbe4b4e145bd6e62bfb9960dc0cdb60 Mon Sep 17 00:00:00 2001 From: Julien Nabet Date: Mon, 23 Dec 2013 07:59:24 +0100 Subject: Typos Change-Id: I27ada8b5154968e521d9e67f21473aa85776e70e --- drawinglayer/source/primitive3d/sdrextrudeprimitive3d.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'drawinglayer/source/primitive3d/sdrextrudeprimitive3d.cxx') 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. -- cgit