summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8/docxattributeoutput.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/filter/ww8/docxattributeoutput.cxx')
-rw-r--r--sw/source/filter/ww8/docxattributeoutput.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/filter/ww8/docxattributeoutput.cxx b/sw/source/filter/ww8/docxattributeoutput.cxx
index 4c5851e373e2..7958bf7eb315 100644
--- a/sw/source/filter/ww8/docxattributeoutput.cxx
+++ b/sw/source/filter/ww8/docxattributeoutput.cxx
@@ -971,7 +971,7 @@ void DocxAttributeOutput::EndParagraphProperties(const SfxItemSet& rParagraphMar
// Call the 'Redline' function. This will add redline (change-tracking) information that regards to paragraph properties.
// This includes changes like 'Bold', 'Underline', 'Strikethrough' etc.
- // If there is RedlineData present, call WriteCollectedParagraphProperties() for writting pPr before calling Redline().
+ // If there is RedlineData present, call WriteCollectedParagraphProperties() for writing pPr before calling Redline().
// As there will be another pPr for redline and LO might mix both.
if(pRedlineData)
WriteCollectedParagraphProperties();
@@ -5619,7 +5619,7 @@ static OString impl_NumberingType( sal_uInt16 nNumberingType )
return aType;
}
-// Convertig Level Numbering Format Code to string
+// Converting Level Numbering Format Code to string
static OString impl_LevelNFC( sal_uInt16 nNumberingType , const SfxItemSet *pOutSet)
{
OString aType;