summaryrefslogtreecommitdiff
path: root/sd/source/filter/eppt/epptso.cxx
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/epptso.cxx
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/epptso.cxx')
-rw-r--r--sd/source/filter/eppt/epptso.cxx2
1 files changed, 1 insertions, 1 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 ) )