[Libreoffice-commits] core.git: oox/source package/qa qadevOOo/runner
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Mon Aug 12 14:25:44 UTC 2019
oox/source/ppt/slidetransition.cxx | 2 +-
oox/source/vml/vmlshapecontext.cxx | 2 +-
package/qa/storages/RegressionTest_i27773.java | 2 +-
qadevOOo/runner/complexlib/ComplexTestCase.java | 2 +-
qadevOOo/runner/helper/ContextMenuInterceptor.java | 2 +-
5 files changed, 5 insertions(+), 5 deletions(-)
New commits:
commit 52f0f0a495105ace4819dd86796786795933a1c3
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Sun Aug 11 19:38:01 2019 +0200
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Mon Aug 12 16:24:27 2019 +0200
Fix typos
Change-Id: Ibd0e9ca0dbef5cf998d9d73cbd8a59708175e252
Reviewed-on: https://gerrit.libreoffice.org/77306
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
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
More information about the Libreoffice-commits
mailing list