blob: 0c70297a87adf6dcae20d576bd5724579e12fd1d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
diff --git a/sw/qa/core/text/text.cxx b/sw/qa/core/text/text.cxx
index a4d4540ab228..46d262f6f0b8 100644
--- a/sw/qa/core/text/text.cxx
+++ b/sw/qa/core/text/text.cxx
@@ -9,6 +9,8 @@
#include <swmodeltestbase.hxx>
+#include <config_fonts.h>
+
#include <memory>
#include <com/sun/star/text/BibliographyDataField.hpp>
@@ -1363,6 +1365,8 @@ CPPUNIT_TEST_FIXTURE(SwCoreTextTest, testParaUpperMarginFlyIntersect)
CPPUNIT_ASSERT_EQUAL(521, nHeight);
}
+/* needs Source Han Serif SC*/
+#if HAVE_MORE_FONTS
CPPUNIT_TEST_FIXTURE(SwCoreTextTest, testTdf129810)
{
// Load the document.
@@ -1394,6 +1398,7 @@ CPPUNIT_TEST_FIXTURE(SwCoreTextTest, testTdf129810)
}
}
}
+#endif
CPPUNIT_TEST_FIXTURE(SwCoreTextTest, testScriptinfosurrogatePairs)
{
|