summaryrefslogtreecommitdiff
path: root/sw/source/core/tox/txmsrt.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/tox/txmsrt.cxx')
-rw-r--r--sw/source/core/tox/txmsrt.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/core/tox/txmsrt.cxx b/sw/source/core/tox/txmsrt.cxx
index 106ef4741f91..22e7091e00d4 100644
--- a/sw/source/core/tox/txmsrt.cxx
+++ b/sw/source/core/tox/txmsrt.cxx
@@ -685,7 +685,7 @@ String SwTOXPara::GetURL() const
SwFrmFmt* pFly = pNd->GetFlyFmt();
if( pFly )
{
- (( aTxt = '#' ) += pFly->GetName() ) += cMarkSeperator;
+ (( aTxt = '#' ) += pFly->GetName() ) += cMarkSeparator;
const sal_Char* pStr;
switch( eType )
{
@@ -746,7 +746,7 @@ String SwTOXTable::GetURL() const
aTxt = ((SwTableNode*)pNd)->GetTable().GetFrmFmt()->GetName();
if( aTxt.Len() )
{
- ( aTxt.Insert( '#', 0 ) += cMarkSeperator ).
+ ( aTxt.Insert( '#', 0 ) += cMarkSeparator ).
AppendAscii( pMarkToTable );
}
}