From 61c36d353e9777b3a8fb44c9fe221f0d9c93905a Mon Sep 17 00:00:00 2001 From: Andras Timar Date: Tue, 27 May 2014 10:11:19 +0200 Subject: build fix Change-Id: If249946cb33d984dbe9eeec3889ea80246df3a52 --- sw/source/filter/ww8/ww8par5.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- cgit