summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-08-11 19:38:01 +0200
committerJulien Nabet <serval2412@yahoo.fr>2019-08-12 16:24:27 +0200
commit52f0f0a495105ace4819dd86796786795933a1c3 (patch)
tree4f5545f4bf46031f0df177eae22d7a5a173231a5
parent9bf27c757f92777585300bf6a145717c2cc0b74f (diff)
Fix typos
Change-Id: Ibd0e9ca0dbef5cf998d9d73cbd8a59708175e252 Reviewed-on: https://gerrit.libreoffice.org/77306 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
-rw-r--r--oox/source/ppt/slidetransition.cxx2
-rw-r--r--oox/source/vml/vmlshapecontext.cxx2
-rw-r--r--package/qa/storages/RegressionTest_i27773.java2
-rw-r--r--qadevOOo/runner/complexlib/ComplexTestCase.java2
-rw-r--r--qadevOOo/runner/helper/ContextMenuInterceptor.java2
5 files changed, 5 insertions, 5 deletions
diff --git a/oox/source/ppt/slidetransition.cxx b/oox/source/ppt/slidetransition.cxx
index 82eaeabf2eec..59c30b7bc1d6 100644
--- a/oox/source/ppt/slidetransition.cxx
+++ b/oox/source/ppt/slidetransition.cxx
@@ -359,7 +359,7 @@ namespace oox { namespace ppt {
default:
SAL_INFO(
"oox.ppt",
- "strange number of blades for thw wheel-wipe " << param1);
+ "strange number of blades for the wheel-wipe " << param1);
if( param1 > 8 )
{
mnTransitionSubType = TransitionSubType::EIGHTBLADE;
diff --git a/oox/source/vml/vmlshapecontext.cxx b/oox/source/vml/vmlshapecontext.cxx
index 621f20d29895..2012739e9bae 100644
--- a/oox/source/vml/vmlshapecontext.cxx
+++ b/oox/source/vml/vmlshapecontext.cxx
@@ -325,7 +325,7 @@ ShapeTypeContext::ShapeTypeContext(ContextHandler2Helper const & rParent,
mrTypeModel.maFillModel.moFilled = lclDecodeBool( rAttribs, XML_filled );
mrTypeModel.maFillModel.moColor = rAttribs.getString( XML_fillcolor );
- // For roundrect we may have a arcsize attribute to read
+ // For roundrect we may have an arcsize attribute to read
mrTypeModel.maArcsize = rAttribs.getString(XML_arcsize, OUString());
// editas
mrTypeModel.maEditAs = rAttribs.getString(XML_editas, OUString());
diff --git a/package/qa/storages/RegressionTest_i27773.java b/package/qa/storages/RegressionTest_i27773.java
index 2348a809ce90..f5e455192af2 100644
--- a/package/qa/storages/RegressionTest_i27773.java
+++ b/package/qa/storages/RegressionTest_i27773.java
@@ -199,7 +199,7 @@ public class RegressionTest_i27773 implements StorageTest {
return false;
- // reopen the storage in readonly mode an check contents
+ // reopen the storage in readonly mode and check contents
pArgs[1] = Integer.valueOf( ElementModes.READ );
diff --git a/qadevOOo/runner/complexlib/ComplexTestCase.java b/qadevOOo/runner/complexlib/ComplexTestCase.java
index 4ece6ae2b610..ab95d1eed03f 100644
--- a/qadevOOo/runner/complexlib/ComplexTestCase.java
+++ b/qadevOOo/runner/complexlib/ComplexTestCase.java
@@ -139,7 +139,7 @@ public abstract class ComplexTestCase extends Assurance implements ComplexTest
{
// some tests are very dynamic in their execution time so that
// a threadTimeOut fails. In this cases the logging mechanism
- // is a useful way to detect that a office respective a test
+ // is a useful way to detect that an office respective a test
// is running and not death.
// But way ThreadTimeOut?
// There exists a complex test which uses no office. Therefore
diff --git a/qadevOOo/runner/helper/ContextMenuInterceptor.java b/qadevOOo/runner/helper/ContextMenuInterceptor.java
index e04628682774..c0961e66c41a 100644
--- a/qadevOOo/runner/helper/ContextMenuInterceptor.java
+++ b/qadevOOo/runner/helper/ContextMenuInterceptor.java
@@ -116,7 +116,7 @@ public class ContextMenuInterceptor implements XContextMenuInterceptor {
}
} catch ( UnknownPropertyException ex ) {
// do something useful
- // we used a unknown property
+ // we used an unknown property
} catch ( IndexOutOfBoundsException ex ) {
// do something useful
// we used an invalid index for accessing a container