summaryrefslogtreecommitdiff
path: root/slideshow/source/inc
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2020-08-31 19:37:07 +0200
committerAndrea Gelmini <andrea.gelmini@gelma.net>2020-09-01 08:17:08 +0200
commit09619872fe0c0d677006bcf4e9a8febe2978d242 (patch)
tree777ec44e5c06e8d64c6f4abc9f551b511e9b4363 /slideshow/source/inc
parent1d6e919046ed353a9d9d86bb9f0332da2e9dea4d (diff)
Fix typos
Change-Id: Ieff77be89ee8505b8241234f6dbb7507256dbc4a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/101757 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Jenkins
Diffstat (limited to 'slideshow/source/inc')
-rw-r--r--slideshow/source/inc/box2dtools.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/slideshow/source/inc/box2dtools.hxx b/slideshow/source/inc/box2dtools.hxx
index 0f6707fbd7c6..c17fb1648a51 100644
--- a/slideshow/source/inc/box2dtools.hxx
+++ b/slideshow/source/inc/box2dtools.hxx
@@ -299,7 +299,7 @@ public:
*/
Box2DBodySharedPtr makeShapeStatic(const slideshow::internal::ShapeSharedPtr& pShape);
- /** Create a static body that represeted by the shape's geometry
+ /** Create a static body that is represented by the shape's geometry
@return pointer to the box2d body
*/
@@ -325,20 +325,20 @@ public:
const ::basegfx::B2DVector& rVelocity,
const int nDelayForSteps = 0);
- /// Queue an appropraite update for the animation effect that is in parallel with a physics animation
+ /// Queue an appropriate update for the animation effect that is in parallel with a physics animation
void
queueShapeAnimationUpdate(const css::uno::Reference<css::drawing::XShape>& xShape,
const slideshow::internal::ShapeAttributeLayerSharedPtr& pAttrLayer,
const slideshow::internal::AttributeType eAttrType,
const bool bIsFirstUpdate);
- /// Queue an appropraite update for a path animation that is in parallel with a physics animation
+ /// Queue an appropriate update for a path animation that is in parallel with a physics animation
void queueShapePathAnimationUpdate(
const css::uno::Reference<com::sun::star::drawing::XShape>& xShape,
const slideshow::internal::ShapeAttributeLayerSharedPtr& pAttrLayer,
const bool bIsFirstUpdate);
- /// Queue an appropraite update for the animation effect that just ended
+ /// Queue an appropriate update for the animation effect that just ended
void queueShapeAnimationEndUpdate(const css::uno::Reference<css::drawing::XShape>& xShape,
const slideshow::internal::AttributeType eAttrType);