diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-09-28 20:56:51 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-09-29 00:09:20 +0200 |
commit | f4a07458fbf1679ce1f115ecbed16d47ccbc530d (patch) | |
tree | 9fd26806d682bfa871ba08fe23ab05c12cf6a723 | |
parent | 7830a9d42926a9c5265230d42fce4a4858b303c1 (diff) |
Fix typos
Change-Id: I8a93a6ed49661ddfae390a0302fca1fab5c95f14
Reviewed-on: https://gerrit.libreoffice.org/79795
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
-rw-r--r-- | scripting/java/com/sun/star/script/framework/container/ParcelContainer.java | 6 | ||||
-rw-r--r-- | sw/source/filter/ww8/writerwordglue.cxx | 2 | ||||
-rw-r--r-- | sw/source/filter/ww8/wrtw8esh.cxx | 2 | ||||
-rw-r--r-- | sw/source/filter/ww8/ww8par3.cxx | 2 | ||||
-rw-r--r-- | xmloff/source/draw/ximpstyl.cxx | 2 |
5 files changed, 7 insertions, 7 deletions
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 |