summaryrefslogtreecommitdiff
path: root/chart2/source/view/main/PlottingPositionHelper.cxx
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-04-10 16:06:03 +0000
committerJulien Nabet <serval2412@yahoo.fr>2019-04-12 08:45:25 +0200
commita92399fe85d5b80fa51d6553f883bc9c5247a9a7 (patch)
treea49e766c170bbad194536b9b7f4e185cdf955693 /chart2/source/view/main/PlottingPositionHelper.cxx
parent3baf692ab0b67e4d1228a9f30b4ea62f3aa9a07a (diff)
Fix typo
Change-Id: I3e39a3d9b90b61eeaef5aace03f2392078924152 Reviewed-on: https://gerrit.libreoffice.org/70637 Reviewed-by: himajin100000 <himajin100000@gmail.com> Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'chart2/source/view/main/PlottingPositionHelper.cxx')
-rw-r--r--chart2/source/view/main/PlottingPositionHelper.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/chart2/source/view/main/PlottingPositionHelper.cxx b/chart2/source/view/main/PlottingPositionHelper.cxx
index c2c2d25b4c9c..d26e9331ba44 100644
--- a/chart2/source/view/main/PlottingPositionHelper.cxx
+++ b/chart2/source/view/main/PlottingPositionHelper.cxx
@@ -106,10 +106,10 @@ uno::Reference< XTransformation > PlottingPositionHelper::getTransformationScale
{
//this is a standard transformation for a cartesian coordinate system
- //transformation from 2) to 4) //@todo 2) and 4) need a ink to a document
+ //transformation from 2) to 4) //@todo 2) and 4) need an ink to a document
//we need to apply this transformation to each geometric object because of a bug/problem
- //of the old drawing layer (the UNO_NAME_3D_EXTRUDE_DEPTH is an integer value instead of an double )
+ //of the old drawing layer (the UNO_NAME_3D_EXTRUDE_DEPTH is an integer value instead of a double )
if(!m_xTransformationLogicToScene.is())
{
::basegfx::B3DHomMatrix aMatrix;