diff options
-rw-r--r-- | sw/source/filter/ww8/docxattributeoutput.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sw/source/filter/ww8/docxattributeoutput.cxx b/sw/source/filter/ww8/docxattributeoutput.cxx index 608c44395a..cf3ff8ada2 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 ); |