From 4887f113d3bb3ffaf7bd93e2e0dba13fdb11afee Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Wed, 3 Feb 2021 11:47:46 +0100 Subject: Fix typo Change-Id: I7cc5e98fe967da00228c1540ac28a0074e6d5e4c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/110344 Reviewed-by: Julien Nabet Tested-by: Jenkins --- sd/source/filter/eppt/epptso.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sd/source/filter/eppt/epptso.cxx') 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 ); -- cgit