summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
Diffstat (limited to 'sw')
-rw-r--r--sw/source/filter/ww8/ww8par5.cxx2
-rw-r--r--sw/source/filter/ww8/ww8par6.cxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/filter/ww8/ww8par5.cxx b/sw/source/filter/ww8/ww8par5.cxx
index b57a114ce676..67e7eb60a501 100644
--- a/sw/source/filter/ww8/ww8par5.cxx
+++ b/sw/source/filter/ww8/ww8par5.cxx
@@ -3165,7 +3165,7 @@ eF_ResT SwWW8ImplReader::Read_F_Tox( WW8FieldDesc* pF, OUString& rStr )
// Levels count from 1
// Level 0 is reserved for CAPTION
- // Remove pagenumber and if neccessary the tab in front of it:
+ // Remove pagenumber and if necessary the tab in front of it:
FormTokenType eType;
// -> #i21237#
SwFormTokens aPattern = aForm.GetPattern(nLevel);
diff --git a/sw/source/filter/ww8/ww8par6.cxx b/sw/source/filter/ww8/ww8par6.cxx
index 508245c17fc2..e80a66cf1617 100644
--- a/sw/source/filter/ww8/ww8par6.cxx
+++ b/sw/source/filter/ww8/ww8par6.cxx
@@ -374,7 +374,7 @@ bool wwSectionManager::SetCols(SwFrameFormat &rFormat, const wwSection &rSection
void wwSectionManager::SetLeftRight(wwSection &rSection)
{
- // 3. LR-Raender
+ // 3. LR-Margin
sal_uInt32 nWWLe = MSRoundTweak(rSection.maSep.dxaLeft);
sal_uInt32 nWWRi = MSRoundTweak(rSection.maSep.dxaRight);
sal_uInt32 nWWGu = rSection.maSep.dzaGutter;