diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2017-08-05 00:08:53 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2017-08-05 00:32:50 +0200 |
commit | 35a2d88288bfafe792f58906bdaad74a0135bb4a (patch) | |
tree | f77a3583055977d6816d3deb3cc9b98fc963211c /oox/source/drawingml | |
parent | 5ecb947b3ad67300bae934dc011823d1989449b6 (diff) |
Fix typos
Change-Id: Ib7f43bf17ab8b9fb9d961a908d7620b50826a975
Reviewed-on: https://gerrit.libreoffice.org/40688
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'oox/source/drawingml')
-rw-r--r-- | oox/source/drawingml/lineproperties.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/oox/source/drawingml/lineproperties.cxx b/oox/source/drawingml/lineproperties.cxx index 43495e709561..c30f4537302b 100644 --- a/oox/source/drawingml/lineproperties.cxx +++ b/oox/source/drawingml/lineproperties.cxx @@ -245,7 +245,7 @@ void lclPushMarkerProperties( ShapePropertyMap& rPropMap, // pass X and Y as percentage to OOX_ARROW_POINT #define OOX_ARROW_POINT( x, y ) awt::Point( static_cast< sal_Int32 >( fArrowWidth * ( x ) ), static_cast< sal_Int32 >( fArrowLength * ( y ) ) ) // tdf#100491 Arrow line marker, unlike other markers, depends on line width. - // So calculate width of half line (more convinient during drawing) taking into account + // So calculate width of half line (more convenient during drawing) taking into account // further conversions/scaling done in OOX_ARROW_POINT macro and scaling to nMarkerWidth. const double fArrowLineHalfWidth = ::std::max< double >( 100.0 * 0.5 * nLineWidth / nMarkerWidth, 1 ); |