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-27 10:11:19 +0200
commitf58522d989b17552f739c1fe63fe5ba483c662e3 (patch)
treefc3f4b2117ccbd9fcb2ea2cec621002ec912de60
parentb41c569ab782041b81032de85b0617df881d8ae3 (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 d55cb5748d4e..1c402717f143 100644
--- a/sw/source/filter/ww8/ww8par5.cxx
+++ b/sw/source/filter/ww8/ww8par5.cxx
@@ -2546,7 +2546,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);