wizards/source/scriptforge/SF_L10N.xba | 4 ++-- writerfilter/source/dmapper/DomainMapper.cxx | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-)
New commits: commit 51d4ba35dd98bf4bae798f38da1d2762f1a1d31e Author: Andrea Gelmini <[email protected]> AuthorDate: Mon Sep 6 21:46:36 2021 +0200 Commit: Julien Nabet <[email protected]> CommitDate: Wed Sep 8 09:19:41 2021 +0200 Fix typos Change-Id: Ic3793bd77a7db52e59797cc6b2153850b1cec42e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/121737 Tested-by: Jenkins Reviewed-by: Julien Nabet <[email protected]> diff --git a/wizards/source/scriptforge/SF_L10N.xba b/wizards/source/scriptforge/SF_L10N.xba index 6aab1f7b4f14..8b09d85db437 100644 --- a/wizards/source/scriptforge/SF_L10N.xba +++ b/wizards/source/scriptforge/SF_L10N.xba @@ -53,7 +53,7 @@ Option Explicit ''' Locale: in the form la-CO (language-COUNTRY) ''' Service invocation examples: ''' Dim myPO As Variant -''' myPO = CreateScriptService("L10N") ' AddText, AddTextsFromDialogt and ExportToPOTFile are allowed +''' myPO = CreateScriptService("L10N") ' AddText, AddTextsFromDialog and ExportToPOTFile are allowed ''' myPO = CreateScriptService("L10N", "C:\myPOFiles\", "fr-BE") ''' 'All functionalities are available ''' @@ -818,4 +818,4 @@ Private Function _Repr() As String End Function ' ScriptForge.SF_L10N._Repr REM ============================================ END OF SCRIPTFORGE.SF_L10N -</script:module> \ No newline at end of file +</script:module> 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)));
