chart2/source/tools/ThreeDHelper.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 06d77084228e16a68a6da37f182be282be2fa946 Author: Andrea Gelmini <[email protected]> AuthorDate: Mon Dec 10 15:37:06 2018 +0100 Commit: Julien Nabet <[email protected]> CommitDate: Wed Dec 12 08:24:47 2018 +0100 Fix typo Change-Id: I2914579b935a7e7556264222293d043618555b91 Reviewed-on: https://gerrit.libreoffice.org/64997 Tested-by: Jenkins Reviewed-by: Julien Nabet <[email protected]> diff --git a/chart2/source/tools/ThreeDHelper.cxx b/chart2/source/tools/ThreeDHelper.cxx index 067642e5a149..b6e91156fbab 100644 --- a/chart2/source/tools/ThreeDHelper.cxx +++ b/chart2/source/tools/ThreeDHelper.cxx @@ -976,7 +976,7 @@ void ThreeDHelper::setRotationAngleToDiagram( try { - //remind old rotation for adaption of light directions + //remind old rotation for adaptation of light directions ::basegfx::B3DHomMatrix aInverseOldRotation( lcl_getInverseRotationMatrix( xSceneProperties ) ); ::basegfx::B3DHomMatrix aInverseCameraRotation; _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
