[Libreoffice-commits] core.git: cui/source sd/source svx/source sw/source

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Wed Oct 24 20:29:13 UTC 2018


 cui/source/options/personalization.hxx                   |    2 +-
 sd/source/ui/func/futext.cxx                             |    2 +-
 svx/source/sdr/primitive2d/sdrframeborderprimitive2d.cxx |    2 +-
 sw/source/filter/html/css1atr.cxx                        |    2 +-
 sw/source/filter/html/htmldrawwriter.cxx                 |    2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

New commits:
commit 6f901c26f34cc1d6176850b11bd0c58d7be65218
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Wed Oct 24 16:53:40 2018 +0200
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Wed Oct 24 22:28:46 2018 +0200

    Fix typos
    
    Change-Id: I64cfe4c24d3abb4a8445fd2e7b832b2bdb0b40d3
    Reviewed-on: https://gerrit.libreoffice.org/62310
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>

diff --git a/cui/source/options/personalization.hxx b/cui/source/options/personalization.hxx
index 260fa9ad469a..5fd8bc522e8e 100644
--- a/cui/source/options/personalization.hxx
+++ b/cui/source/options/personalization.hxx
@@ -118,7 +118,7 @@ public:
     OUString GetSelectedPersona() const;
     void SetProgress( const OUString& );
     /**
-     * @brief Assings preview images to result buttons
+     * @brief Assigns preview images to result buttons
      * @param aPreviewImage Persona preview image
      * @param sName Name of the persona
      * @param nIndex Index number of the result button
diff --git a/sd/source/ui/func/futext.cxx b/sd/source/ui/func/futext.cxx
index 6d738f3f4240..437f0ccee25f 100644
--- a/sd/source/ui/func/futext.cxx
+++ b/sd/source/ui/func/futext.cxx
@@ -1288,7 +1288,7 @@ void FuText::ReceiveRequest(SfxRequest& rReq)
 
             && static_cast<const SfxUInt16Item&>( pArgs->Get(SID_TEXTEDIT)).GetValue() == 2)
         {
-            // selection wit double click -> do not allow QuickDrag
+            // selection with double click -> do not allow QuickDrag
             bQuickDrag = false;
         }
 
diff --git a/svx/source/sdr/primitive2d/sdrframeborderprimitive2d.cxx b/svx/source/sdr/primitive2d/sdrframeborderprimitive2d.cxx
old mode 100755
new mode 100644
index 146650eeaf78..f67a24ac4137
--- a/svx/source/sdr/primitive2d/sdrframeborderprimitive2d.cxx
+++ b/svx/source/sdr/primitive2d/sdrframeborderprimitive2d.cxx
@@ -719,7 +719,7 @@ namespace drawinglayer
 
                             if(!bDidMerge)
                             {
-                                // no merge aftzer checking all existing data, append as new segment
+                                // no merge after checking all existing data, append as new segment
                                 aRetval.append(aCandidatePartial);
                             }
                         }
diff --git a/sw/source/filter/html/css1atr.cxx b/sw/source/filter/html/css1atr.cxx
index 9abf90ee5d0e..17f62b2a9718 100644
--- a/sw/source/filter/html/css1atr.cxx
+++ b/sw/source/filter/html/css1atr.cxx
@@ -1069,7 +1069,7 @@ void SwHTMLWriter::SubtractItemSet( SfxItemSet& rItemSet,
                     RES_CHRATR_CTL_FONT == nWhich)  &&
                    swhtml_css1atr_equalFontItems( *pItem, *pRefItem )) ) )
             {
-                // the Attribute is in both templates wit the same value
+                // the Attribute is in both templates with the same value
                 // and does not need to be exported
                 rItemSet.ClearItem( nWhich );
             }
diff --git a/sw/source/filter/html/htmldrawwriter.cxx b/sw/source/filter/html/htmldrawwriter.cxx
index 0ba8f7e00767..8dc50e8358cf 100644
--- a/sw/source/filter/html/htmldrawwriter.cxx
+++ b/sw/source/filter/html/htmldrawwriter.cxx
@@ -220,7 +220,7 @@ Writer& OutHTML_DrawFrameFormatAsMarquee( Writer& rWrt,
     if( pTextObj->IsAutoGrowWidth() )
         aTwipSz.setWidth( 0 );
     // The height is at MS a minimum height, therefore we output the minimum
-    // height, if they exists. Because a minimum height MINFLY is coming with
+    // height, if they exist. Because a minimum height MINFLY is coming with
     // high probability from import, we aren't outputting it. You can't
     // do anything wrong, because every font is higher.
     if( pTextObj->IsAutoGrowHeight() )


More information about the Libreoffice-commits mailing list