summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndras Timar <andras.timar@collabora.com>2014-05-27 10:11:19 +0200
committerAndras Timar <andras.timar@collabora.com>2014-05-28 14:21:03 +0200
commitdce116c107a7f50bef24fd23fb6e6da9efe3ed95 (patch)
treeadbee941178b629358f03ec15d865cbb8f8f3b0f
parent5fb84086fb4b111b5e77ef29b436719d8742681a (diff)
build fix
Change-Id: If249946cb33d984dbe9eeec3889ea80246df3a52
-rw-r--r--sw/source/filter/ww8/ww8par5.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/filter/ww8/ww8par5.cxx b/sw/source/filter/ww8/ww8par5.cxx
index 7dba6485da75..c479ad97ad4a 100644
--- a/sw/source/filter/ww8/ww8par5.cxx
+++ b/sw/source/filter/ww8/ww8par5.cxx
@@ -2486,7 +2486,7 @@ eF_ResT SwWW8ImplReader::Read_F_DBField( WW8FieldDesc* pF, String& rStr )
pSBase->WW8ReadString( *pStrm, aResult, pPlcxMan->GetCpOfs()+
pF->nSRes, pF->nLRes, eTextCharSet );
- aResult = aResult.replace( '\xb', '\n' );
+ aResult.SearchAndReplaceAll( '\xb', '\n' );
aFld.InitContent(aResult);