summaryrefslogtreecommitdiff
path: root/sd/source/filter/eppt/epptso.cxx
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2021-02-03 11:47:46 +0100
committerAndrea Gelmini <andrea.gelmini@gelma.net>2021-02-04 17:13:07 +0100
commit4887f113d3bb3ffaf7bd93e2e0dba13fdb11afee (patch)
treeab8a35587b7faf192b6ef912a9d5d25543da0c0c /sd/source/filter/eppt/epptso.cxx
parente3ea88c6db5facde01ad0c46d8f9393c4db08c5c (diff)
Fix typo
Change-Id: I7cc5e98fe967da00228c1540ac28a0074e6d5e4c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/110344 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 0c5ab79f3c82..c42848ae4aff 100644
--- a/sd/source/filter/eppt/epptso.cxx
+++ b/sd/source/filter/eppt/epptso.cxx
@@ -709,7 +709,7 @@ void PPTWriter::ImplWriteParagraphs( SvStream& rOut, TextObj& rTextObj )
rOut.WriteUInt32( nCharCount )
.WriteUInt16( pPara->nDepth ) // Level
- .WriteUInt32( nPropertyFlags ); // Paragraph Attribut Set
+ .WriteUInt32( nPropertyFlags ); // Paragraph Attribute Set
if ( nPropertyFlags & 0xf )
rOut.WriteInt16( nBulletFlags );