lotuswordpro/source/filter/lwpfrib.cxx     |    2 +-
 slideshow/source/engine/box2dtools.cxx     |    4 ++--
 slideshow/source/inc/box2dtools.hxx        |    8 ++++----
 sw/qa/extras/ooxmlexport/ooxmlexport14.cxx |    2 +-
 4 files changed, 8 insertions(+), 8 deletions(-)

New commits:
commit 09619872fe0c0d677006bcf4e9a8febe2978d242
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Mon Aug 31 19:37:07 2020 +0200
Commit:     Andrea Gelmini <andrea.gelm...@gelma.net>
CommitDate: Tue Sep 1 08:17:08 2020 +0200

    Fix typos
    
    Change-Id: Ieff77be89ee8505b8241234f6dbb7507256dbc4a
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/101757
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>
    Tested-by: Jenkins

diff --git a/lotuswordpro/source/filter/lwpfrib.cxx 
b/lotuswordpro/source/filter/lwpfrib.cxx
index b8d42a680153..bc9450fd17bc 100644
--- a/lotuswordpro/source/filter/lwpfrib.cxx
+++ b/lotuswordpro/source/filter/lwpfrib.cxx
@@ -195,7 +195,7 @@ LwpFrib* LwpFrib::CreateFrib(LwpPara* pPara, 
LwpObjectStream* pObjStrm, sal_uInt
             break;
     }
 
-    //Do not know why the fribTag judgement is necessary, to be checked with
+    //Do not know why the fribTag judgment is necessary, to be checked with
     if (fribtag & FRIB_TAG_MODIFIER)
     {
         newFrib->SetModifiers(xModInfo.release());
diff --git a/slideshow/source/engine/box2dtools.cxx 
b/slideshow/source/engine/box2dtools.cxx
index 1cc69b53632a..e863616b2187 100644
--- a/slideshow/source/engine/box2dtools.cxx
+++ b/slideshow/source/engine/box2dtools.cxx
@@ -408,7 +408,7 @@ void box2DWorld::initateAllShapesAsStaticBodies(
             SdrObject* pTemp = 
SdrObject::getSdrObjectFromXShape(pShape->getXShape());
             if (pTemp && pTemp->IsGroupObject())
             {
-                // if it is a group object iterate over it's childs and flag 
them
+                // if it is a group object iterate over its children and flag 
them
                 SdrObjList* aObjList = pTemp->GetSubList();
                 const size_t nObjCount(aObjList->GetObjCount());
 
@@ -614,7 +614,7 @@ double box2DWorld::stepAmount(const double fPassedTime, 
const float fTimeStep,
     // that the updates can be processed using that value
     double fTimeSteppedThrough = fTimeStep * nStepAmount;
 
-    // do the updates required to simulate other animaton effects going in 
parallel
+    // do the updates required to simulate other animation effects going in 
parallel
     processUpdateQueue(fTimeSteppedThrough);
 
     if (!mbAlreadyStepped)
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);
 
diff --git a/sw/qa/extras/ooxmlexport/ooxmlexport14.cxx 
b/sw/qa/extras/ooxmlexport/ooxmlexport14.cxx
index 30a27a22e1ce..88f86f57da67 100644
--- a/sw/qa/extras/ooxmlexport/ooxmlexport14.cxx
+++ b/sw/qa/extras/ooxmlexport/ooxmlexport14.cxx
@@ -1266,7 +1266,7 @@ 
DECLARE_OOXMLEXPORT_TEST(testRelativeAnchorHeightFromTopMarginNoHeader,
 
 DECLARE_OOXMLEXPORT_TEST(testVmlShapeTextWordWrap, 
"tdf97618_testVmlShapeTextWordWrap.docx")
 {
-    // tdf#97618 The text wraping of a shape was not handled in a canvas.
+    // tdf#97618 The text wrapping of a shape was not handled in a canvas.
     // TODO: fix export too
     if (mbExported)
         return;
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to