summaryrefslogtreecommitdiff
path: root/oox
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 /oox
parent9bf27c757f92777585300bf6a145717c2cc0b74f (diff)
Fix typos
Change-Id: Ibd0e9ca0dbef5cf998d9d73cbd8a59708175e252 Reviewed-on: https://gerrit.libreoffice.org/77306 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'oox')
-rw-r--r--oox/source/ppt/slidetransition.cxx2
-rw-r--r--oox/source/vml/vmlshapecontext.cxx2
2 files changed, 2 insertions, 2 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());