summaryrefslogtreecommitdiff
path: root/sw/source/filter/html/htmlatr.cxx
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-08-01 13:01:26 +0200
committerJulien Nabet <serval2412@yahoo.fr>2019-08-03 09:55:58 +0200
commitd05b2b91952927ec40d6ea2f482f76c7ccd25ed3 (patch)
tree427403b1cfb3ce67624185993466a424ea6827e1 /sw/source/filter/html/htmlatr.cxx
parentf7613d2132e8115b7741e9397b111508f24615cc (diff)
Fix typos
Change-Id: Ia6a6d93bade801fab77bfba701b64a905328c695 Reviewed-on: https://gerrit.libreoffice.org/76774 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sw/source/filter/html/htmlatr.cxx')
-rw-r--r--sw/source/filter/html/htmlatr.cxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/sw/source/filter/html/htmlatr.cxx b/sw/source/filter/html/htmlatr.cxx
index 56bf878addad..29254ad651c8 100644
--- a/sw/source/filter/html/htmlatr.cxx
+++ b/sw/source/filter/html/htmlatr.cxx
@@ -1103,7 +1103,7 @@ class HTMLEndPosLst
bool ExistsOffTagItem( sal_uInt16 nWhich, sal_Int32 nStartPos,
sal_Int32 nEndPos );
- // adapt the end of a splitted item
+ // adapt the end of a split item
void FixSplittedItem( HTMLStartEndPos *pPos, sal_Int32 nNewEnd,
HTMLStartEndPositions::size_type nStartPos );
@@ -1422,13 +1422,13 @@ void HTMLEndPosLst::FixSplittedItem( HTMLStartEndPos *pPos, sal_Int32 nNewEnd,
if( pTest->GetStart() >= nNewEnd )
{
// the Test attribute and all the following ones start, after the
- // splitted attribute ends
+ // split attribute ends
break;
}
else if( nTestEnd > nNewEnd )
{
- // the Test attribute starts before the splitted attribute
- // ends, and ends afterwards, i.e., it must be splitted, as well
+ // the Test attribute starts before the split attribute
+ // ends, and ends afterwards, i.e., it must be split, as well
// set the new end
pTest->SetEnd( nNewEnd );
@@ -1467,7 +1467,7 @@ void HTMLEndPosLst::InsertItem( const SfxPoolItem& rItem, sal_Int32 nStart,
if( pTest->GetStart() < nStart )
{
// the Test attribute ends, before the new one ends. Thus, the
- // new attribute must be splitted.
+ // new attribute must be split.
InsertItem_( new HTMLStartEndPos( rItem, nStart, nTestEnd ), i );
nStart = nTestEnd;
}
@@ -1535,7 +1535,7 @@ void HTMLEndPosLst::SplitItem( const SfxPoolItem& rItem, sal_Int32 nStart,
aEndLst.erase( it );
}
- // if necessary, insert the second part of the splitted
+ // if necessary, insert the second part of the split
// attribute
if( nTestEnd > nEnd )
{