diff options
author | Andras Timar <andras.timar@collabora.com> | 2014-05-27 10:11:19 +0200 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2014-05-28 05:10:24 -0700 |
commit | 61c36d353e9777b3a8fb44c9fe221f0d9c93905a (patch) | |
tree | c729878e6b7cbbbe5a9f90e95587a85b4153242f | |
parent | f6370c6d68f2fdd86da3880ce936775d4deb1802 (diff) |
build fixsuse-4.0-23
Change-Id: If249946cb33d984dbe9eeec3889ea80246df3a52
-rw-r--r-- | sw/source/filter/ww8/ww8par5.cxx | 2 |
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); |