[Libreoffice-commits] core.git: oox/source
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Sat Jun 8 06:52:51 UTC 2019
oox/source/drawingml/shape.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 65844edb150284abbc87af0c32dea12c01f44c46
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Fri Jun 7 20:52:07 2019 +0000
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Sat Jun 8 08:51:57 2019 +0200
Fix typo
Change-Id: I1728ab5cb25cb96e764f21e7c750ca6b91a92b15
Reviewed-on: https://gerrit.libreoffice.org/73682
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
diff --git a/oox/source/drawingml/shape.cxx b/oox/source/drawingml/shape.cxx
index 34582aa0920d..8c19ce84e869 100644
--- a/oox/source/drawingml/shape.cxx
+++ b/oox/source/drawingml/shape.cxx
@@ -476,7 +476,7 @@ static void lcl_createPresetShape(const uno::Reference<drawing::XShape>& xShape,
|| (rClass == "fontwork-circle-curve")
|| (rClass == "fontwork-circle-pour" && aEntry.maName == "adj1"))
{
- // DrawingML has 1/60000 degree unit, but WortArt simple degree. Range [0..360[
+ // DrawingML has 1/60000 degree unit, but WordArt simple degree. Range [0..360[
// or range ]-180..180] doesn't matter, because only cos(angle) and
// sin(angle) are used.
fValue = NormAngle360(fValue / 60000.0);
More information about the Libreoffice-commits
mailing list