[Libreoffice-commits] core.git: chart2/source

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Fri Apr 12 06:46:08 UTC 2019


 chart2/source/view/main/PlottingPositionHelper.cxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit a92399fe85d5b80fa51d6553f883bc9c5247a9a7
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Wed Apr 10 16:06:03 2019 +0000
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Fri Apr 12 08:45:25 2019 +0200

    Fix typo
    
    Change-Id: I3e39a3d9b90b61eeaef5aace03f2392078924152
    Reviewed-on: https://gerrit.libreoffice.org/70637
    Reviewed-by: himajin100000 <himajin100000 at gmail.com>
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
    Tested-by: Julien Nabet <serval2412 at yahoo.fr>

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;


More information about the Libreoffice-commits mailing list