summaryrefslogtreecommitdiff
path: root/sd/source/filter/eppt
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-07-29 09:17:58 +0200
committerJulien Nabet <serval2412@yahoo.fr>2019-07-29 11:14:02 +0200
commita5dabf94fa32fb397141b7aee8e3daecb0240dc4 (patch)
tree3276251714e5b760a895a8eb7118d16ad6c09a40 /sd/source/filter/eppt
parent3dc0f1b77dd10b5b844bdab4cc089e82eeb9afa8 (diff)
Fix typos
Change-Id: I11e3dc250c140b03bbc2d2d83a448e40a1624fe3 Reviewed-on: https://gerrit.libreoffice.org/76519 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Jenkins
Diffstat (limited to 'sd/source/filter/eppt')
-rw-r--r--sd/source/filter/eppt/epptso.cxx2
-rw-r--r--sd/source/filter/eppt/pptexanimations.cxx2
-rw-r--r--sd/source/filter/eppt/pptx-animations.cxx2
3 files changed, 3 insertions, 3 deletions
diff --git a/sd/source/filter/eppt/epptso.cxx b/sd/source/filter/eppt/epptso.cxx
index d477bb2655c4..23d66a559a07 100644
--- a/sd/source/filter/eppt/epptso.cxx
+++ b/sd/source/filter/eppt/epptso.cxx
@@ -889,7 +889,7 @@ void PPTWriter::ImplWritePortions( SvStream& rOut, TextObj& rTextObj )
}
nCharColor |= 0xfe000000;
if ( nInstance == 4 ) // special handling for normal textobjects:
- nPropertyFlags |= nCharAttr & 0x217; // not all attributes ar inherited
+ nPropertyFlags |= nCharAttr & 0x217; // not all attributes are inherited
else
{
if ( mpStyleSheet->IsHardAttribute( nInstance, pPara->nDepth, CharAttr_Bold, nCharAttr ) )
diff --git a/sd/source/filter/eppt/pptexanimations.cxx b/sd/source/filter/eppt/pptexanimations.cxx
index 6740b79174b2..ba66d67f71d1 100644
--- a/sd/source/filter/eppt/pptexanimations.cxx
+++ b/sd/source/filter/eppt/pptexanimations.cxx
@@ -423,7 +423,7 @@ bool AnimationExporter::hasAfterEffectNode( const Reference< XAnimationNode >& x
}
// check if this group only contain empty groups. this may happen when
-// after effect nodes are not exported at theire original position
+// after effect nodes are not exported at their original position
bool AnimationExporter::isEmptyNode( const Reference< XAnimationNode >& xNode ) const
{
if( xNode.is() ) switch( xNode->getType() )
diff --git a/sd/source/filter/eppt/pptx-animations.cxx b/sd/source/filter/eppt/pptx-animations.cxx
index cdd1bbdd6d5a..9c930d768bbc 100644
--- a/sd/source/filter/eppt/pptx-animations.cxx
+++ b/sd/source/filter/eppt/pptx-animations.cxx
@@ -542,7 +542,7 @@ class NodeContext
OUString msEffectPresetId;
OUString msEffectPresetSubType;
- /// constructor helper for initializing user datas.
+ /// constructor helper for initializing user data.
void initUserData();
/// constructor helper to initialize maChildNodes.