summaryrefslogtreecommitdiff
path: root/sw/source/filter/ascii
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/filter/ascii')
-rw-r--r--sw/source/filter/ascii/ascatr.cxx6
1 files changed, 6 insertions, 0 deletions
diff --git a/sw/source/filter/ascii/ascatr.cxx b/sw/source/filter/ascii/ascatr.cxx
index 6edccce4298c..805f3ba48bc1 100644
--- a/sw/source/filter/ascii/ascatr.cxx
+++ b/sw/source/filter/ascii/ascatr.cxx
@@ -148,6 +148,12 @@ bool SwASC_AttrIter::OutAttr( sal_Int32 nSwPos )
rFootnote.GetNumber());
}
break;
+ case RES_TXTATR_LINEBREAK:
+ {
+ // Downgrade the clearing break to a simple linebreak.
+ sOut = OUStringChar(GetCharOfTextAttr(*pHt));
+ break;
+ }
}
if( !sOut.isEmpty() )
m_rWrt.Strm().WriteUnicodeOrByteText(sOut);