[Libreoffice-commits] core.git: desktop/source filter/source include/basegfx slideshow/source sw/source

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Fri Aug 2 05:25:20 UTC 2019


 desktop/source/lib/init.cxx                          |    2 +-
 filter/source/xslt/import/wordml/wordml2ooo_draw.xsl |    2 +-
 include/basegfx/polygon/b2dpolygontools.hxx          |    2 +-
 slideshow/source/engine/shapes/appletshape.cxx       |    2 +-
 slideshow/source/engine/slide/layer.hxx              |    2 +-
 slideshow/source/engine/transitions/ellipsewipe.hxx  |    2 +-
 slideshow/source/engine/transitions/iriswipe.hxx     |    2 +-
 slideshow/source/engine/usereventqueue.cxx           |    2 +-
 slideshow/source/inc/eventmultiplexer.hxx            |    2 +-
 slideshow/source/inc/listenercontainer.hxx           |    2 +-
 slideshow/source/inc/shapeattributelayer.hxx         |    2 +-
 slideshow/source/inc/soundplayer.hxx                 |    2 +-
 sw/source/filter/html/parcss1.cxx                    |    4 ++--
 13 files changed, 14 insertions(+), 14 deletions(-)

New commits:
commit 9b39866149aad91c79ea276c2a484c282f8ad6e1
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Thu Aug 1 22:44:25 2019 +0200
Commit:     Andrea Gelmini <andrea.gelmini at gelma.net>
CommitDate: Fri Aug 2 07:24:31 2019 +0200

    Fix typos
    
    Change-Id: Ic7b6014e09e3ee1a1b4917008a267b8fa2dbc1f5
    Reviewed-on: https://gerrit.libreoffice.org/76814
    Tested-by: Jenkins
    Reviewed-by: Andrea Gelmini <andrea.gelmini at gelma.net>

diff --git a/desktop/source/lib/init.cxx b/desktop/source/lib/init.cxx
index 2ecf065de95d..4b808f4b1c1b 100644
--- a/desktop/source/lib/init.cxx
+++ b/desktop/source/lib/init.cxx
@@ -2138,7 +2138,7 @@ static int doc_saveAs(LibreOfficeKitDocument* pThis, const char* sUrl, const cha
         // add interaction handler too
         if (gImpl)
         {
-            // gImpl does not have to exist when running from an unit test
+            // gImpl does not have to exist when running from a unit test
             rtl::Reference<LOKInteractionHandler> const pInteraction(
                     new LOKInteractionHandler("saveas", gImpl, pDocument));
             uno::Reference<task::XInteractionHandler2> const xInteraction(pInteraction.get());
diff --git a/filter/source/xslt/import/wordml/wordml2ooo_draw.xsl b/filter/source/xslt/import/wordml/wordml2ooo_draw.xsl
index 169aa364a4d2..3226f0d1c6aa 100644
--- a/filter/source/xslt/import/wordml/wordml2ooo_draw.xsl
+++ b/filter/source/xslt/import/wordml/wordml2ooo_draw.xsl
@@ -1977,7 +1977,7 @@
             </xsl:if>
         </xsl:element>
     </xsl:template>
-    <!--this template map word's points to svg:viewbox's point they are quite different because word's use pt but svg's use 0.001cm as an unit-->
+    <!--this template map word's points to svg:viewbox's point they are quite different because word's use pt but svg's use 0.001cm as a unit-->
     <xsl:template name="wordpoints2oopoints">
         <xsl:param name="input_points"/>
         <xsl:param name="input_x"/>
diff --git a/include/basegfx/polygon/b2dpolygontools.hxx b/include/basegfx/polygon/b2dpolygontools.hxx
index a1efbd9aec86..565f8013ffe9 100644
--- a/include/basegfx/polygon/b2dpolygontools.hxx
+++ b/include/basegfx/polygon/b2dpolygontools.hxx
@@ -277,7 +277,7 @@ namespace basegfx
          */
         BASEGFX_DLLPUBLIC B2DPolygon createPolygonFromEllipse( const B2DPoint& rCenter, double fRadiusX, double fRadiusY, sal_uInt32 nStartQuadrant = 0);
 
-        /** Create an unit ellipse polygon with the given angles, from start to end
+        /** Create a unit ellipse polygon with the given angles, from start to end
          */
         BASEGFX_DLLPUBLIC B2DPolygon createPolygonFromEllipseSegment( const B2DPoint& rCenter, double fRadiusX, double fRadiusY, double fStart, double fEnd );
 
diff --git a/slideshow/source/engine/shapes/appletshape.cxx b/slideshow/source/engine/shapes/appletshape.cxx
index ce20c907ae1b..46f75e18f417 100644
--- a/slideshow/source/engine/shapes/appletshape.cxx
+++ b/slideshow/source/engine/shapes/appletshape.cxx
@@ -45,7 +45,7 @@ namespace slideshow
         class AppletShape : public ExternalShapeBase
         {
         public:
-            /** Create a shape for the given XShape for a applet object
+            /** Create a shape for the given XShape for an applet object
 
                 @param xShape
                 The XShape to represent.
diff --git a/slideshow/source/engine/slide/layer.hxx b/slideshow/source/engine/slide/layer.hxx
index 95a5f7d4402c..2da9d66c7b48 100644
--- a/slideshow/source/engine/slide/layer.hxx
+++ b/slideshow/source/engine/slide/layer.hxx
@@ -189,7 +189,7 @@ namespace slideshow
                 EndUpdater is destroyed, the Layer leaves update mode
                 again.
 
-                @return a update end RAII object.
+                @return an update end RAII object.
             */
             EndUpdater beginUpdate();
 
diff --git a/slideshow/source/engine/transitions/ellipsewipe.hxx b/slideshow/source/engine/transitions/ellipsewipe.hxx
index ea0cf8944984..88463ec6250f 100644
--- a/slideshow/source/engine/transitions/ellipsewipe.hxx
+++ b/slideshow/source/engine/transitions/ellipsewipe.hxx
@@ -26,7 +26,7 @@
 namespace slideshow {
 namespace internal {
 
-/// Generate a iris wipe
+/// Generate an iris wipe
 class EllipseWipe : public ParametricPolyPolygon
 {
 public:
diff --git a/slideshow/source/engine/transitions/iriswipe.hxx b/slideshow/source/engine/transitions/iriswipe.hxx
index b39087d6d440..966badee58bc 100644
--- a/slideshow/source/engine/transitions/iriswipe.hxx
+++ b/slideshow/source/engine/transitions/iriswipe.hxx
@@ -28,7 +28,7 @@
 namespace slideshow {
 namespace internal {
 
-/// Generate a iris wipe
+/// Generate an iris wipe
 class IrisWipe : public ParametricPolyPolygon
 {
 public:
diff --git a/slideshow/source/engine/usereventqueue.cxx b/slideshow/source/engine/usereventqueue.cxx
index 92d12bbb137a..935c0976db55 100644
--- a/slideshow/source/engine/usereventqueue.cxx
+++ b/slideshow/source/engine/usereventqueue.cxx
@@ -258,7 +258,7 @@ private:
                 // handler is triggered upon next effect events (multiplexer
                 // prio=-1)!  Posting a notifyNextEffect() here is only safe
                 // (we don't run into busy loop), because we assume that
-                // someone has registerered above for next effects
+                // someone has registered above for next effects
                 // (multiplexer prio=0) at the user event queue.
                 return mrEventQueue.addEventWhenQueueIsEmpty(
                     makeEvent( [this] () {
diff --git a/slideshow/source/inc/eventmultiplexer.hxx b/slideshow/source/inc/eventmultiplexer.hxx
index ebf3c6703f29..4cd3eec8bc8b 100644
--- a/slideshow/source/inc/eventmultiplexer.hxx
+++ b/slideshow/source/inc/eventmultiplexer.hxx
@@ -642,7 +642,7 @@ public:
 
         This method is used by XCommand nodes and all sound
         playing nodes should listen for this command and
-        stop theire sounds when its fired.
+        stop their sounds when it's fired.
 
         @return true, if this event was processed by
         anybody. If false is returned, no handler processed
diff --git a/slideshow/source/inc/listenercontainer.hxx b/slideshow/source/inc/listenercontainer.hxx
index a545442b6e41..d1f47d78b38a 100644
--- a/slideshow/source/inc/listenercontainer.hxx
+++ b/slideshow/source/inc/listenercontainer.hxx
@@ -167,7 +167,7 @@ struct ListenerOperations< std::weak_ptr<ListenerTargetT> >
 
 /** Container for objects that can be notified.
 
-    This templatized container holds listener objects, than can get
+    This templatized container holds listener objects, then can get
     notified (by calling certain methods on them).
 
     @tpl Listener
diff --git a/slideshow/source/inc/shapeattributelayer.hxx b/slideshow/source/inc/shapeattributelayer.hxx
index df65a7dd4d53..9beb293bcd48 100644
--- a/slideshow/source/inc/shapeattributelayer.hxx
+++ b/slideshow/source/inc/shapeattributelayer.hxx
@@ -442,7 +442,7 @@ namespace slideshow
                 the shape.
 
                 The char scaling changes the scale of the whole shape
-                text (uniformely, i.e. both in x and in y direction).
+                text (uniformly, i.e. both in x and in y direction).
              */
             double getCharScale() const;
             /** Set the new char scale globally for the shape
diff --git a/slideshow/source/inc/soundplayer.hxx b/slideshow/source/inc/soundplayer.hxx
index 92ac94b851fb..82bc223ef819 100644
--- a/slideshow/source/inc/soundplayer.hxx
+++ b/slideshow/source/inc/soundplayer.hxx
@@ -104,7 +104,7 @@ namespace slideshow
             // TODO(Q3): obsolete when boost::enable_shared_ptr_from_this
             //           is available
             ::std::shared_ptr<SoundPlayer> mThis;
-            // Temp file for pakcage url.
+            // Temp file for package url.
             ::std::shared_ptr<::avmedia::MediaTempFile> mpMediaTempFile;
             css::uno::Reference< css::media::XPlayer > mxPlayer;
         };
diff --git a/sw/source/filter/html/parcss1.cxx b/sw/source/filter/html/parcss1.cxx
index 4de0201302a7..cca35e9849f8 100644
--- a/sw/source/filter/html/parcss1.cxx
+++ b/sw/source/filter/html/parcss1.cxx
@@ -354,7 +354,7 @@ CSS1Token CSS1Parser::GetNextToken()
                     m_cNextCh = GetNextChar();
                 }
 
-                // check now, of there is an unit
+                // check now, of there is a unit
                 switch( m_cNextCh )
                 {
                 case '%': // PERCENTAGE
@@ -391,7 +391,7 @@ CSS1Token CSS1Parser::GetNextToken()
 
                         aIdent += sTmpBuffer2;
 
-                        // Is it an unit?
+                        // Is it a unit?
                         const sal_Char *pCmp1 = nullptr, *pCmp2 = nullptr, *pCmp3 = nullptr;
                         double nScale1 = 1., nScale2 = 1.;
                         CSS1Token nToken1 = CSS1_LENGTH,


More information about the Libreoffice-commits mailing list