summaryrefslogtreecommitdiff
path: root/sw/source/filter/html/htmlfly.cxx
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2013-05-15 10:42:04 +0300
committerTor Lillqvist <tml@iki.fi>2013-05-15 11:14:28 +0300
commitcb6d67c21f11811c5bc023b9565c1c1b1f4081fa (patch)
treeff8a4b192a2ca846d32111732563432244135910 /sw/source/filter/html/htmlfly.cxx
parent1a357b7394ac7b48b72821bff1aae4706265d7a4 (diff)
Spelling "separate" (etc) correctly is hard
Diffstat (limited to 'sw/source/filter/html/htmlfly.cxx')
-rw-r--r--sw/source/filter/html/htmlfly.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/filter/html/htmlfly.cxx b/sw/source/filter/html/htmlfly.cxx
index 47426ef81804..b7fdd6f7d9e4 100644
--- a/sw/source/filter/html/htmlfly.cxx
+++ b/sw/source/filter/html/htmlfly.cxx
@@ -1770,7 +1770,7 @@ void SwHTMLWriter::AddLinkTarget( const String& rURL )
sal_Unicode c = rURL.GetChar( --nPos );
switch( c )
{
- case cMarkSeperator:
+ case cMarkSeparator:
bFound = sal_True;
break;
case '%':
@@ -1804,7 +1804,7 @@ void SwHTMLWriter::AddLinkTarget( const String& rURL )
if( bEncoded )
{
aURL.Erase( nPos, 2 );
- aURL.SetChar( nPos-1, cMarkSeperator );
+ aURL.SetChar( nPos-1, cMarkSeparator );
}
aImplicitMarks.insert( aURL );
}
@@ -1827,7 +1827,7 @@ void SwHTMLWriter::AddLinkTarget( const String& rURL )
if( bEncoded )
{
aURL.Erase( nPos, 2 );
- aURL.SetChar( nPos-1, cMarkSeperator );
+ aURL.SetChar( nPos-1, cMarkSeparator );
}
aOutlineMarks.insert( aOutlineMarks.begin()+nIns, new String( aURL ) );
}