summaryrefslogtreecommitdiff
path: root/sw/source/ui/index/toxmgr.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/index/toxmgr.cxx')
-rw-r--r--sw/source/ui/index/toxmgr.cxx20
1 files changed, 10 insertions, 10 deletions
diff --git a/sw/source/ui/index/toxmgr.cxx b/sw/source/ui/index/toxmgr.cxx
index 9343a954142d..f0223022dcac 100644
--- a/sw/source/ui/index/toxmgr.cxx
+++ b/sw/source/ui/index/toxmgr.cxx
@@ -153,7 +153,7 @@ void SwTOXMgr::UpdateTOXMark(const SwTOXMarkDescription& rDesc)
if(rDesc.GetPhoneticReadingOfPrimKey())
pCurTOXMark->SetPrimaryKeyReading( *rDesc.GetPhoneticReadingOfPrimKey() );
else
- pCurTOXMark->SetPrimaryKeyReading( aEmptyStr );
+ pCurTOXMark->SetPrimaryKeyReading( aEmptyOUStr );
if( rDesc.GetSecKey() && !rDesc.GetSecKey()->isEmpty() )
{
@@ -161,25 +161,25 @@ void SwTOXMgr::UpdateTOXMark(const SwTOXMarkDescription& rDesc)
if(rDesc.GetPhoneticReadingOfSecKey())
pCurTOXMark->SetSecondaryKeyReading( *rDesc.GetPhoneticReadingOfSecKey() );
else
- pCurTOXMark->SetSecondaryKeyReading( aEmptyStr );
+ pCurTOXMark->SetSecondaryKeyReading( aEmptyOUStr );
}
else
{
- pCurTOXMark->SetSecondaryKey( aEmptyStr );
- pCurTOXMark->SetSecondaryKeyReading( aEmptyStr );
+ pCurTOXMark->SetSecondaryKey( aEmptyOUStr );
+ pCurTOXMark->SetSecondaryKeyReading( aEmptyOUStr );
}
}
else
{
- pCurTOXMark->SetPrimaryKey( aEmptyStr );
- pCurTOXMark->SetPrimaryKeyReading( aEmptyStr );
- pCurTOXMark->SetSecondaryKey( aEmptyStr );
- pCurTOXMark->SetSecondaryKeyReading( aEmptyStr );
+ pCurTOXMark->SetPrimaryKey( aEmptyOUStr );
+ pCurTOXMark->SetPrimaryKeyReading( aEmptyOUStr );
+ pCurTOXMark->SetSecondaryKey( aEmptyOUStr );
+ pCurTOXMark->SetSecondaryKeyReading( aEmptyOUStr );
}
if(rDesc.GetPhoneticReadingOfAltStr())
pCurTOXMark->SetTextReading( *rDesc.GetPhoneticReadingOfAltStr() );
else
- pCurTOXMark->SetTextReading( aEmptyStr );
+ pCurTOXMark->SetTextReading( aEmptyOUStr );
pCurTOXMark->SetMainEntry(rDesc.IsMainEntry());
}
else
@@ -358,7 +358,7 @@ sal_Bool SwTOXMgr::UpdateOrInsertTOX(const SwTOXDescription& rDesc,
if(TOX_AUTHORITIES == eCurTOXType)
{
SwAuthorityFieldType* pFType = (SwAuthorityFieldType*)
- pSh->GetFldType(RES_AUTHORITY, aEmptyStr);
+ pSh->GetFldType(RES_AUTHORITY, aEmptyOUStr);
if (!pFType)
{
SwAuthorityFieldType const type(pSh->GetDoc());