xmloff/source/text/txtparai.cxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit dba8853271b1ee52c294c2401a5c8d98cc52cdc3
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Tue Jan 4 18:58:50 2022 +0100
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Wed Jan 5 19:11:20 2022 +0100

    Fix typos
    
    Change-Id: Ie05c44dd3b85f1fd6c592a8cf5482d5954d7a354
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/127971
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>

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,

Reply via email to