From 6f540c1532b8b6e5a80e1b0cb43edc90820b2d43 Mon Sep 17 00:00:00 2001 From: Jan Holesovsky Date: Sat, 6 Aug 2011 02:09:17 +0200 Subject: We convert 0x0B's to 's later in RunText(). --- sw/source/filter/ww8/docxattributeoutput.cxx | 1 - 1 file changed, 1 deletion(-) (limited to 'sw') diff --git a/sw/source/filter/ww8/docxattributeoutput.cxx b/sw/source/filter/ww8/docxattributeoutput.cxx index fddea0304f6e..7c08c39279d1 100644 --- a/sw/source/filter/ww8/docxattributeoutput.cxx +++ b/sw/source/filter/ww8/docxattributeoutput.cxx @@ -809,7 +809,6 @@ void DocxAttributeOutput::EndField_Impl( FieldInfos& rInfos ) String sExpand( rInfos.pField->ExpandField( true ) ); // newlines embedded in fields are 0x0B in MSO and 0x0A for us - // [maybe this is not necessary in docx, but safer to do] sExpand.SearchAndReplaceAll( 0x0A, 0x0B ); RunText( sExpand ); -- cgit