[Libreoffice-commits] core.git: scripting/java sw/source xmloff/source

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Sat Sep 28 22:10:01 UTC 2019


 scripting/java/com/sun/star/script/framework/container/ParcelContainer.java |    6 +++---
 sw/source/filter/ww8/writerwordglue.cxx                                     |    2 +-
 sw/source/filter/ww8/wrtw8esh.cxx                                           |    2 +-
 sw/source/filter/ww8/ww8par3.cxx                                            |    2 +-
 xmloff/source/draw/ximpstyl.cxx                                             |    2 +-
 5 files changed, 7 insertions(+), 7 deletions(-)

New commits:
commit f4a07458fbf1679ce1f115ecbed16d47ccbc530d
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Sat Sep 28 20:56:51 2019 +0200
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Sun Sep 29 00:09:20 2019 +0200

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

diff --git a/scripting/java/com/sun/star/script/framework/container/ParcelContainer.java b/scripting/java/com/sun/star/script/framework/container/ParcelContainer.java
index 6907990f1c68..1fca1419f4aa 100644
--- a/scripting/java/com/sun/star/script/framework/container/ParcelContainer.java
+++ b/scripting/java/com/sun/star/script/framework/container/ParcelContainer.java
@@ -711,9 +711,9 @@ public class ParcelContainer implements XNameAccess {
         // parse location
         parsedUri.location = sfUri.getParameter("location");
 
-        // TODO basic sanity check on language, location, functioname, parcel
-        // should be correct e.g. verified  by MSP and LangProvider by the
-        // time its got to here
+        // TODO basic sanity check on language, location, function name, parcel
+        // should be correct e.g. verified by MSP and LangProvider by the
+        // time it's got to here
 
         LogUtils.DEBUG("** location = " + parsedUri.location +
                        "\nfunction = " + parsedUri.function +
diff --git a/sw/source/filter/ww8/writerwordglue.cxx b/sw/source/filter/ww8/writerwordglue.cxx
index ff17f3ccbcec..9853bb36fee6 100644
--- a/sw/source/filter/ww8/writerwordglue.cxx
+++ b/sw/source/filter/ww8/writerwordglue.cxx
@@ -296,7 +296,7 @@ namespace myImplHelpers
         {
             //If the style collides first stick WW- in front of it, unless
             //it already has it and then successively add a larger and
-            //larger number after it, its got to work at some stage!
+            //larger number after it, it's got to work at some stage!
             if (!aName.startsWith("WW-"))
                 aName = "WW-" + aName;
 
diff --git a/sw/source/filter/ww8/wrtw8esh.cxx b/sw/source/filter/ww8/wrtw8esh.cxx
index 10272bac7467..3d38d9ced1e8 100644
--- a/sw/source/filter/ww8/wrtw8esh.cxx
+++ b/sw/source/filter/ww8/wrtw8esh.cxx
@@ -534,7 +534,7 @@ PlcDrawObj::~PlcDrawObj()
 {
 }
 
-//Its irritating to have to change the RTL frames position into LTR ones
+//It's irritating to have to change the RTL frames position into LTR ones
 //so that word will have to place them in the right place. Doubly so that
 //the SO drawings and writer frames have different ideas themselves as to
 //how to be positioned when in RTL mode!
diff --git a/sw/source/filter/ww8/ww8par3.cxx b/sw/source/filter/ww8/ww8par3.cxx
index 3f618e6dc99e..1fd69d154894 100644
--- a/sw/source/filter/ww8/ww8par3.cxx
+++ b/sw/source/filter/ww8/ww8par3.cxx
@@ -1964,7 +1964,7 @@ void SwWW8ImplReader::Read_LFOPosition(sal_uInt16, const sal_uInt8* pData,
             /*
             If you have a paragraph in word with left and/or hanging indent
             and remove its numbering, then the indentation appears to get
-            reset, but not back to the base style, instead its goes to a blank
+            reset, but not back to the base style, instead it goes to a blank
             setting.
             Unless it's a broken ww6 list in 97 in which case more hackery is
             required, some more details about broken ww6 list in
diff --git a/xmloff/source/draw/ximpstyl.cxx b/xmloff/source/draw/ximpstyl.cxx
index 08b345dcaa48..a27dd8e7c1d1 100644
--- a/xmloff/source/draw/ximpstyl.cxx
+++ b/xmloff/source/draw/ximpstyl.cxx
@@ -1167,7 +1167,7 @@ void SdXMLStylesContext::ImpSetCellStyles() const
 
 //Resolves: fdo#34987 if the style's auto height before and after is the same
 //then don't reset it back to the underlying default of true for the small
-//period before its going to be reset to false again. Doing this avoids the
+//period before it's going to be reset to false again. Doing this avoids the
 //master page shapes from resizing themselves due to autoheight becoming
 //enabled before having autoheight turned off again and getting stuck on that
 //autosized height


More information about the Libreoffice-commits mailing list