diff options
author | Jan Holesovsky <kendy@suse.cz> | 2011-08-06 02:09:17 +0200 |
---|---|---|
committer | Jan Holesovsky <kendy@suse.cz> | 2011-08-06 02:09:17 +0200 |
commit | 6f540c1532b8b6e5a80e1b0cb43edc90820b2d43 (patch) | |
tree | 1d1c743abbe8a54c2e505a183396124ff3f15d5e /sw | |
parent | 98b8db50c945cd9a2bbbf6e1b1589d6603981fcb (diff) |
We convert 0x0B's to <w:br/>'s later in RunText().
Notes
Notes:
split repo tag: writer_PRE_MELD_REPOS
Diffstat (limited to 'sw')
-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 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 ); |