Kaydet (Commit) a92399fe authored tarafından Andrea Gelmini's avatar Andrea Gelmini Kaydeden (comit) Julien Nabet

Fix typo

Change-Id: I3e39a3d9b90b61eeaef5aace03f2392078924152
Reviewed-on: https://gerrit.libreoffice.org/70637Reviewed-by: 's avatarhimajin100000 <himajin100000@gmail.com>
Reviewed-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
Tested-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
üst 3baf692a
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment