summaryrefslogtreecommitdiff
path: root/sw/source/filter/html/htmlfly.cxx
diff options
context:
space:
mode:
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 ) );
}