summaryrefslogtreecommitdiff
path: root/sw/source/filter/html/swhtml.cxx
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2015-10-01 18:22:50 +0200
committerSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>2015-10-02 06:07:51 +0000
commit9c719b0391ba812145ee06e4eeb9ed98f3af1c35 (patch)
tree08a11703165a7113bd03c0ac675135e7f6bcceb6 /sw/source/filter/html/swhtml.cxx
parente4ddba2b5f8ff32dd35e8c8f66f145597407be42 (diff)
Fix typos
Change-Id: I724f2b709f7bd417b5a522e063c0a2f2b5c3dad1 Reviewed-on: https://gerrit.libreoffice.org/18987 Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'sw/source/filter/html/swhtml.cxx')
-rw-r--r--sw/source/filter/html/swhtml.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/sw/source/filter/html/swhtml.cxx b/sw/source/filter/html/swhtml.cxx
index 4514f5ce9c73..23b80878cbe4 100644
--- a/sw/source/filter/html/swhtml.cxx
+++ b/sw/source/filter/html/swhtml.cxx
@@ -2277,12 +2277,12 @@ bool SwHTMLParser::AppendTextNode( SwHTMLAppendMode eMode, bool bUpdateNum )
? pTextNd->GetSwpHints().Count() : 0;
if( nCntAttr )
{
- // These are the end position of all script depenent hints.
+ // These are the end position of all script dependent hints.
// If we find a hint that starts before the current end position,
// we have to set it. If we find a hint that start behind or at
- // that position, we have to take the hint's value into account.
- // If it is equal to the style, or in fact the paragarph's value
- // for that hint, the hint is removed. Otherwise it's end position
+ // that position, we have to take the hint value into account.
+ // If it is equal to the style, or in fact the paragarph value
+ // for that hint, the hint is removed. Otherwise its end position
// is remembered.
sal_Int32 aEndPos[15] =
{ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 };
@@ -5194,7 +5194,7 @@ void SwHTMLParser::InsertLineBreak()
// muss anschliessen ein neuer Absatz aufgemacht werden
// MIB 21.02.97: Eigentlich muesste man hier den unteren Absatz-
// Absatnd auf 0 drehen. Das geht aber bei sowas wie <BR ..><P>
- // schief (>Netacpe). Deshalb lassen wir das erstmal.
+ // schief (>Netscape). Deshalb lassen wir das erstmal.
AppendTextNode( AM_NOSPACE );
}
if( bBreakItem && SVX_BREAK_PAGE_BEFORE==aBreakItem.GetBreak() )