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 | ba7c4b7bde85c5eb34ab64698dc9b7df88762319 (patch) | |
tree | a7a586281f7f0e3225579ed9316ab253bd009722 | |
parent | 17cfd534d10d7394679978e04a95543793f99e99 (diff) |
We convert 0x0B's to <w:br/>'s later in RunText().FINAL_MASTERmaster-backup
-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 ); |