summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--wizards/source/scriptforge/SF_L10N.xba4
-rw-r--r--writerfilter/source/dmapper/DomainMapper.cxx2
2 files changed, 3 insertions, 3 deletions
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)));