summaryrefslogtreecommitdiffstats
path: root/sw/qa/extras/layout/layout.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/qa/extras/layout/layout.cxx')
-rw-r--r--sw/qa/extras/layout/layout.cxx8
1 files changed, 8 insertions, 0 deletions
diff --git a/sw/qa/extras/layout/layout.cxx b/sw/qa/extras/layout/layout.cxx
index 3fc96889bcbe..b51dd79a8530 100644
--- a/sw/qa/extras/layout/layout.cxx
+++ b/sw/qa/extras/layout/layout.cxx
@@ -37,6 +37,7 @@ public:
void testForcepoint90();
void testForcepoint92();
void testForcepoint93();
+ void testForcepoint102();
void testTdf147485Forcepoint();
void testTdf118058();
void testTdf117188();
@@ -63,6 +64,7 @@ public:
CPPUNIT_TEST(testForcepoint90);
CPPUNIT_TEST(testForcepoint92);
CPPUNIT_TEST(testForcepoint93);
+ CPPUNIT_TEST(testForcepoint102);
CPPUNIT_TEST(testTdf147485Forcepoint);
CPPUNIT_TEST(testTdf118058);
CPPUNIT_TEST(testTdf117188);
@@ -318,6 +320,12 @@ CPPUNIT_TEST_FIXTURE(SwLayoutWriter, testForcepoint98)
#endif
//just care it doesn't crash/assert
+void SwLayoutWriter::testForcepoint102()
+{
+ createDoc("forcepoint102.rtf");
+}
+
+//just care it doesn't crash/assert
void SwLayoutWriter::testTdf147485Forcepoint()
{
createDoc("tdf147485-forcepoint.doc");