summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--writerfilter/source/rtftok/rtfcontrolwords.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/writerfilter/source/rtftok/rtfcontrolwords.cxx b/writerfilter/source/rtftok/rtfcontrolwords.cxx
index f7036ebc3243..cce0c2e630db 100644
--- a/writerfilter/source/rtftok/rtfcontrolwords.cxx
+++ b/writerfilter/source/rtftok/rtfcontrolwords.cxx
@@ -39,6 +39,7 @@ RTFSymbol aRTFControlWords[] = {
{":", CONTROL_SYMBOL, RTF_SUBENTRY},
{"\\", CONTROL_SYMBOL, RTF_BACKSLASH},
{"\n", CONTROL_SYMBOL, RTF_PAR},
+ {"\r", CONTROL_SYMBOL, RTF_PAR},
{"\r\n", CONTROL_SYMBOL, RTF_PAR},
{"_", CONTROL_SYMBOL, RTF_NOBRKHYPH},
{"{", CONTROL_SYMBOL, RTF_LBRACE},