From a33a8f221626bb833cae5c916f096c12a4226f77 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Thu, 20 Aug 2020 12:50:00 +0200 Subject: Fix typos Change-Id: I8dc0cdcfe6bd90efc596df28e6c6d968b92618b5 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/101098 Reviewed-by: Julien Nabet Tested-by: Jenkins --- oox/source/export/drawingml.cxx | 2 +- oox/source/ole/axcontrol.cxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'oox') diff --git a/oox/source/export/drawingml.cxx b/oox/source/export/drawingml.cxx index a0d24576d371..869d1782643f 100644 --- a/oox/source/export/drawingml.cxx +++ b/oox/source/export/drawingml.cxx @@ -2384,7 +2384,7 @@ void DrawingML::WriteParagraphNumbering(const Reference< XPropertySet >& rXPropS // Our numbullet dialog has set the wrong textencoding for our "StarSymbol" font, // instead of a Unicode encoding the encoding RTL_TEXTENCODING_SYMBOL was used. - // Because there might exist a lot of damaged documemts I added this two lines + // Because there might exist a lot of damaged documents I added this two lines // which fixes the bullet problem for the export. if ( aFontDesc.Name.equalsIgnoreAsciiCase("StarSymbol") ) aFontDesc.CharSet = RTL_TEXTENCODING_MS_1252; diff --git a/oox/source/ole/axcontrol.cxx b/oox/source/ole/axcontrol.cxx index 706514baf1c2..81fce321d0ad 100644 --- a/oox/source/ole/axcontrol.cxx +++ b/oox/source/ole/axcontrol.cxx @@ -2519,7 +2519,7 @@ void AxMultiPageModel::importPageAndMultiPageProperties( BinaryInputStream& rInS { AxBinaryPropertyReader aReader( rInStrm ); aReader.skipUndefinedProperty(); - aReader.skipIntProperty< sal_uInt32 >(); // TransistionEffect + aReader.skipIntProperty< sal_uInt32 >(); // TransitionEffect aReader.skipIntProperty< sal_uInt32 >(); // TransitionPeriod } // MultiPageProperties -- cgit