summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2017-06-12 12:30:15 +0200
committerMichael Stahl <mstahl@redhat.com>2017-06-12 13:47:06 +0200
commitd4d737d5616f1246e770c1a377fba9288e6ec7ea (patch)
tree7efc4068981ec046b41cee4af5467ae52a54f887 /sw
parented715a460254e4d72c78ff6eb244a9fc6692e2a6 (diff)
Fix typos
Change-Id: Ib2ba32d48d3df16b0b20deea84416fe15a2d7176 Reviewed-on: https://gerrit.libreoffice.org/38650 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'sw')
-rw-r--r--sw/source/filter/html/htmlform.cxx2
-rw-r--r--sw/source/filter/ww8/ww8par3.cxx8
2 files changed, 5 insertions, 5 deletions
diff --git a/sw/source/filter/html/htmlform.cxx b/sw/source/filter/html/htmlform.cxx
index 4068d8930d66..933da9bddfe2 100644
--- a/sw/source/filter/html/htmlform.cxx
+++ b/sw/source/filter/html/htmlform.cxx
@@ -1654,7 +1654,7 @@ void SwHTMLParser::InsertInput()
aMacroTable.Insert( HTML_ET_ONCLICK_ITEM, *pMacro );
aMacroTable.Erase( HTML_ET_ONCLICK );
}
- // evaluating SIZE shouldn't be neccessary here?
+ // evaluating SIZE shouldn't be necessary here?
bMinWidth = bMinHeight = true;
}
break;
diff --git a/sw/source/filter/ww8/ww8par3.cxx b/sw/source/filter/ww8/ww8par3.cxx
index 5e51346c7344..c94db550f043 100644
--- a/sw/source/filter/ww8/ww8par3.cxx
+++ b/sw/source/filter/ww8/ww8par3.cxx
@@ -1074,7 +1074,7 @@ void WW8ListManager::AdjustLVL( sal_uInt8 nLevel, SwNumRule& rNumRule,
}
}
- // if neccessary: Append Bullet Font to NumFormat
+ // if necessary: Append Bullet Font to NumFormat
if( SVX_NUM_CHAR_SPECIAL == aNumFormat.GetNumberingType() )
{
@@ -1253,7 +1253,7 @@ WW8ListManager::WW8ListManager(SvStream& rSt_, SwWW8ImplReader& rReader_)
break;
// 1.2.2 compare ItemPools and CHPx Settings of different Levels
- // and create Style(s) if neccessary
+ // and create Style(s) if necessary
for (sal_uInt16 nLevel = 0; nLevel < nLvlCount; ++nLevel)
{
@@ -1344,7 +1344,7 @@ WW8ListManager::WW8ListManager(SvStream& rSt_, SwWW8ImplReader& rReader_)
if( !pParentNumRule )
break;
// create name-prefix for NumRule-Name
- // and (if neccessary) for Style-Name
+ // and (if necessary) for Style-Name
const OUString sPrefix("WW8NumSt" + OUString::number( nLfo + 1 ));
// Now assign pNumRule its actual value!!!
// (it contained the parent NumRule up to this point)
@@ -1413,7 +1413,7 @@ WW8ListManager::WW8ListManager(SvStream& rSt_, SwWW8ImplReader& rReader_)
else
aLFOLVL.bStartAt = false;
- // 2.2.2.2 load dedicated LVL if neccessary
+ // 2.2.2.2 load dedicated LVL if necessary
SwNumFormat aNumFormat(
rLFOInfo.pNumRule->Get(aLFOLVL.nLevel));