diff options
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/filter/html/htmlform.cxx | 2 | ||||
-rw-r--r-- | sw/source/filter/ww8/ww8par3.cxx | 8 |
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)); |