summaryrefslogtreecommitdiff
path: root/xmloff
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2022-01-04 18:58:50 +0100
committerJulien Nabet <serval2412@yahoo.fr>2022-01-05 19:11:20 +0100
commitdba8853271b1ee52c294c2401a5c8d98cc52cdc3 (patch)
treec446110caba64b058d4fcdeb84d93cc5b0915634 /xmloff
parent4c4d37d00628ced52376f1034ff58f96dc274c95 (diff)
Fix typos
Change-Id: Ie05c44dd3b85f1fd6c592a8cf5482d5954d7a354 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/127971 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'xmloff')
-rw-r--r--xmloff/source/text/txtparai.cxx4
1 files changed, 2 insertions, 2 deletions
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,