diff options
Diffstat (limited to 'sw/qa')
-rw-r--r-- | sw/qa/extras/uiwriter/uiwriter.cxx | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sw/qa/extras/uiwriter/uiwriter.cxx b/sw/qa/extras/uiwriter/uiwriter.cxx index c0888a007a6f..ca2d34df61d2 100644 --- a/sw/qa/extras/uiwriter/uiwriter.cxx +++ b/sw/qa/extras/uiwriter/uiwriter.cxx @@ -257,10 +257,12 @@ public: void testCreateDocxAnnotation(); void testTdf107976(); void testTdf108524(); +#if HAVE_MORE_FONTS void testTableInSection(); void testTableInNestedSection(); - void testLinesInSectionInTable(); void testLinesMoveBackwardsInSectionInTable(); +#endif + void testLinesInSectionInTable(); void testParagraphOfTextRange(); CPPUNIT_TEST_SUITE(SwUiWriterTest); |