diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2020-08-20 12:50:00 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2020-08-21 18:18:36 +0200 |
commit | a33a8f221626bb833cae5c916f096c12a4226f77 (patch) | |
tree | 9579ddcae3b8aac26bfb749f55ba434ec8fb0964 /oox | |
parent | d0d87244eefc19e6ea6762a029b6ced036faec90 (diff) |
Fix typos
Change-Id: I8dc0cdcfe6bd90efc596df28e6c6d968b92618b5
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/101098
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Jenkins
Diffstat (limited to 'oox')
-rw-r--r-- | oox/source/export/drawingml.cxx | 2 | ||||
-rw-r--r-- | oox/source/ole/axcontrol.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
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 |