diff options
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/filter/html/htmlfldw.cxx | 2 | ||||
-rw-r--r-- | sw/source/filter/html/htmltab.cxx | 6 | ||||
-rw-r--r-- | sw/source/filter/ww8/wrtww8.hxx | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/sw/source/filter/html/htmlfldw.cxx b/sw/source/filter/html/htmlfldw.cxx index 8304223a9110..30c822fbdd3e 100644 --- a/sw/source/filter/html/htmlfldw.cxx +++ b/sw/source/filter/html/htmlfldw.cxx @@ -521,7 +521,7 @@ Writer& OutHTML_SwFormatField( Writer& rWrt, const SfxPoolItem& rHt ) aContents = pField->GetPar2(); // sonst ist es der Script-Inhalt selbst. Da nur noh JavaScript - // in Feldern landet, muss es sich um JavaScript handeln ...:) + // in Feldern landet, muss es sich um JavaSrript handeln ...:) HTMLOutFuncs::OutScript( rWrt.Strm(), rWrt.GetBaseURL(), aContents, rType, JAVASCRIPT, aURL, nullptr, nullptr, rHTMLWrt.m_eDestEnc, &rHTMLWrt.m_aNonConvertableCharacters ); diff --git a/sw/source/filter/html/htmltab.cxx b/sw/source/filter/html/htmltab.cxx index c8bec40464f1..e3d7f982b74c 100644 --- a/sw/source/filter/html/htmltab.cxx +++ b/sw/source/filter/html/htmltab.cxx @@ -1615,7 +1615,7 @@ SwTableLine *HTMLTable::MakeTableLine( SwTableBox *pUpper, } else if( !m_pLineFrameFormatNoHeight ) { - // else, we'll have to remove the height from the attribute and remember the format + // else, we'll have to remove the height from the attribute and remember the formatx m_pLineFrameFormatNoHeight = static_cast<SwTableLineFormat*>(pLine->ClaimFrameFormat()); ResetLineFrameFormatAttrs( m_pLineFrameFormatNoHeight ); @@ -2334,7 +2334,7 @@ void HTMLTable::MakeTable( SwTableBox *pBox, sal_uInt16 nAbsAvail, // Step 1: needed layout structures are created (including tables in tables) CreateLayoutInfo(); - // Step 2: the minimal and maximal column width is calculated + // Step 2: the mininal and maximal column width is calculated // (including tables in tables). Since we don't have boxes yet, // we'll work on the start nodes m_pLayoutInfo->AutoLayoutPass1(); @@ -3920,7 +3920,7 @@ void SwHTMLParser::BuildTableCell( HTMLTable *pCurTable, bool bReadOptions, return; } - // If the content of the cell was empty, we need to create an empty content + // If the content of the cell was empty, we need to create an epty content // We also create an empty content if the cell ended with a table and had no // COL tags. Otherwise, it was probably exported by us and we don't // want to have an additional paragraph diff --git a/sw/source/filter/ww8/wrtww8.hxx b/sw/source/filter/ww8/wrtww8.hxx index c602873199b4..10ccb857eb28 100644 --- a/sw/source/filter/ww8/wrtww8.hxx +++ b/sw/source/filter/ww8/wrtww8.hxx @@ -1445,7 +1445,7 @@ public: // Only character attributes are considered; paragraph attributes do not need this treatment. // The paragraph and text attributes of the Writer are passed, and // Where() returns the next position where the attributes change. -// IsTextAttr() tells if, at the position returned by Where(), there is +// IsTextAtr() tells if, at the position returned by Where(), there is // an attribute without end and with \xff in the text. // Using OutAttr(), the attributes on the passed SwPos are returned. class SwWW8AttrIter : public MSWordAttrIter |