diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2017-06-25 23:38:18 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2017-06-26 09:20:18 +0200 |
commit | dbcc169d8c1008d46f62e0a526aa89331471621a (patch) | |
tree | d0945680a37330685fe992a1be8099359b6ed286 /sw | |
parent | 2dbe6a2d57956be392966c363d03f54cb68dd4fa (diff) |
Fix typos
Change-Id: I2ce725f87ee6f8ebcffbac268cc7e7f8850023e5
Reviewed-on: https://gerrit.libreoffice.org/39232
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/core/ole/ndole.cxx | 2 | ||||
-rw-r--r-- | sw/source/filter/html/htmlnumreader.cxx | 2 | ||||
-rw-r--r-- | sw/source/filter/html/htmltab.cxx | 6 |
3 files changed, 5 insertions, 5 deletions
diff --git a/sw/source/core/ole/ndole.cxx b/sw/source/core/ole/ndole.cxx index 1f6d5ce52f23..f9cb6df41e48 100644 --- a/sw/source/core/ole/ndole.cxx +++ b/sw/source/core/ole/ndole.cxx @@ -691,7 +691,7 @@ public: namespace { -/// Task for parallely-executed task to load a chart model +/// Task for parallelly-executed task to load a chart model class DeflateThread : public comphelper::ThreadTask { // the data to work on diff --git a/sw/source/filter/html/htmlnumreader.cxx b/sw/source/filter/html/htmlnumreader.cxx index 3b4ae766bdd3..fbda0537a119 100644 --- a/sw/source/filter/html/htmlnumreader.cxx +++ b/sw/source/filter/html/htmlnumreader.cxx @@ -398,7 +398,7 @@ void SwHTMLParser::EndNumBulList( HtmlTokenId nToken ) m_xDoc->ChgNumRuleFormats( *rInfo.GetNumRule() ); // On the last append, the NumRule item and NodeNum object were copied. - // Now we need to delete them. ResetAttr deletes the NodeNum object aswell + // Now we need to delete them. ResetAttr deletes the NodeNum object as well m_pPam->GetNode().GetTextNode()->ResetAttr( RES_PARATR_NUMRULE ); rInfo.Clear(); diff --git a/sw/source/filter/html/htmltab.cxx b/sw/source/filter/html/htmltab.cxx index a8550415f72f..5f5d78fe52a3 100644 --- a/sw/source/filter/html/htmltab.cxx +++ b/sw/source/filter/html/htmltab.cxx @@ -1293,7 +1293,7 @@ void HTMLTable::FixFrameFormat( SwTableBox *pBox, { // If a cell spans multiple rows, a background to that row should be copied to the cell. // If it's a table in a table and that cell goes over the whole height of that table, - // the row's background has to be copied to the cell aswell, + // the row's background has to be copied to the cell as well, // since the line is gonna be GC-ed (correctly). if( nRowSpan > 1 || (this != m_pTopTable && nRowSpan==m_nRows) ) { @@ -2332,7 +2332,7 @@ void HTMLTable::MakeTable( SwTableBox *pBox, sal_uInt16 nAbsAvail, // Step 3: the actual column widths of this table are calculated (not tables in tables) // We need this now to decide if we need filler cells - // (Pass1 was needed because of this aswell) + // (Pass1 was needed because of this as well) m_pLayoutInfo->AutoLayoutPass2( nAbsAvail, nRelAvail, nAbsLeftSpace, nAbsRightSpace, nInhAbsSpace ); @@ -4755,7 +4755,7 @@ void SwHTMLParser::BuildTableCaption( HTMLTable *pCurTable ) if( m_pTable==pCurTable ) { - // On moving the caption later, the last paragraph isn't moved aswell. + // On moving the caption later, the last paragraph isn't moved as well. // That means, there has to be an empty paragraph at the end of the section if( m_pPam->GetPoint()->nContent.GetIndex() || bLFStripped ) AppendTextNode( AM_NOSPACE ); |