summaryrefslogtreecommitdiff
path: root/oox/source/drawingml/shape.cxx
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-06-07 20:52:07 +0000
committerJulien Nabet <serval2412@yahoo.fr>2019-06-08 08:51:57 +0200
commit65844edb150284abbc87af0c32dea12c01f44c46 (patch)
treec8eef19ae8f871b2c6a00289bf1230a51922f5d5 /oox/source/drawingml/shape.cxx
parent561e1b6aed328f63612746fb4f48296e27888a52 (diff)
Fix typo
Change-Id: I1728ab5cb25cb96e764f21e7c750ca6b91a92b15 Reviewed-on: https://gerrit.libreoffice.org/73682 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'oox/source/drawingml/shape.cxx')
-rw-r--r--oox/source/drawingml/shape.cxx2
1 files changed, 1 insertions, 1 deletions
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);