summaryrefslogtreecommitdiff
path: root/sw/qa
diff options
context:
space:
mode:
Diffstat (limited to 'sw/qa')
-rw-r--r--sw/qa/extras/rtfimport/data/fdo78502.rtf1
-rw-r--r--sw/qa/extras/rtfimport/rtfimport.cxx2
2 files changed, 2 insertions, 1 deletions
diff --git a/sw/qa/extras/rtfimport/data/fdo78502.rtf b/sw/qa/extras/rtfimport/data/fdo78502.rtf
index 37749e80033a..2a1baf3e3550 100644
--- a/sw/qa/extras/rtfimport/data/fdo78502.rtf
+++ b/sw/qa/extras/rtfimport/data/fdo78502.rtf
@@ -8,4 +8,5 @@
{\listname ;}
\listid297210762 }
}
+foo
\par }
diff --git a/sw/qa/extras/rtfimport/rtfimport.cxx b/sw/qa/extras/rtfimport/rtfimport.cxx
index ea9742a3f5cc..06b659385ab7 100644
--- a/sw/qa/extras/rtfimport/rtfimport.cxx
+++ b/sw/qa/extras/rtfimport/rtfimport.cxx
@@ -1044,7 +1044,7 @@ DECLARE_RTFIMPORT_TEST(testFdo58646line, "fdo58646line.rtf")
DECLARE_RTFIMPORT_TEST(testFdo78502, "fdo78502.rtf")
{
// ";" separators were inserted as text
- getParagraph(1, "");
+ getParagraph(1, "foo");
}
DECLARE_RTFIMPORT_TEST(testFdo58646, "fdo58646.rtf")