summaryrefslogtreecommitdiff
path: root/writerfilter/source
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2021-09-06 21:46:36 +0200
committerJulien Nabet <serval2412@yahoo.fr>2021-09-08 09:19:41 +0200
commit51d4ba35dd98bf4bae798f38da1d2762f1a1d31e (patch)
tree14e53c8946ce81b71534b7fb51dc9922d45045e9 /writerfilter/source
parentf7df27f0a25bdc2cb15fe59a1b217b75f528e9bd (diff)
Fix typos
Change-Id: Ic3793bd77a7db52e59797cc6b2153850b1cec42e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/121737 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'writerfilter/source')
-rw-r--r--writerfilter/source/dmapper/DomainMapper.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/writerfilter/source/dmapper/DomainMapper.cxx b/writerfilter/source/dmapper/DomainMapper.cxx
index 913730f79bee..d704140cf3ca 100644
--- a/writerfilter/source/dmapper/DomainMapper.cxx
+++ b/writerfilter/source/dmapper/DomainMapper.cxx
@@ -1332,7 +1332,7 @@ void DomainMapper::sprmWithProps( Sprm& rSprm, const PropertyMapPtr& rContext )
// 0-8 are the 9 levels that Microsoft supports. (LO supports 10 levels).
// 9 indicates "no numbering", for which LO has no corresponding concept,
// and so it will be treated as the 10th level.
- // finishParagraph() will convert the 9 into "no numbering" for direct formating.
+ // finishParagraph() will convert the 9 into "no numbering" for direct formatting.
// (Styles only use this PROP for round-tripping and UI, but cannot trust it for import)
if (!IsStyleSheetImport() || nIntValue != 9)
rContext->Insert(PROP_NUMBERING_LEVEL, uno::makeAny(static_cast<sal_Int16>(nIntValue)));