summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2017-06-14 18:16:56 +0200
committerEike Rathke <erack@redhat.com>2017-06-15 16:44:08 +0200
commitf1ff61ff057e29cb82d425e0b641f7ad6f01bab4 (patch)
tree0d77c6b2966026ac8b7cc3cd7c5683d12e9be98e /sw
parent81413799eb4f38d62710b295268249307364000a (diff)
Fix typos
Change-Id: Iea1f82e95c37bdf778941a568d61f17f179f838d Reviewed-on: https://gerrit.libreoffice.org/38795 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
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;