From dba8853271b1ee52c294c2401a5c8d98cc52cdc3 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Tue, 4 Jan 2022 18:58:50 +0100 Subject: Fix typos Change-Id: Ie05c44dd3b85f1fd6c592a8cf5482d5954d7a354 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/127971 Tested-by: Jenkins Reviewed-by: Julien Nabet --- xmloff/source/text/txtparai.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'xmloff') diff --git a/xmloff/source/text/txtparai.cxx b/xmloff/source/text/txtparai.cxx index 504c32b90f57..20f2b5c6388e 100644 --- a/xmloff/source/text/txtparai.cxx +++ b/xmloff/source/text/txtparai.cxx @@ -1182,7 +1182,7 @@ void XMLTOCMarkImportContext_Impl::ProcessAttribute( { case XML_ELEMENT(TEXT, XML_OUTLINE_LEVEL): { - // ouline level: set Level property + // outline level: set Level property sal_Int32 nTmp; if (::sax::Converter::convertNumber( nTmp, aIter.toView() ) && nTmp >= 1 @@ -1239,7 +1239,7 @@ void XMLUserIndexMarkImportContext_Impl::ProcessAttribute( break; case XML_ELEMENT(TEXT, XML_OUTLINE_LEVEL): { - // ouline level: set Level property + // outline level: set Level property sal_Int32 nTmp; if (::sax::Converter::convertNumber( nTmp, aIter.toView(), 0, -- cgit