[Libreoffice-commits] core.git: sw/qa

Markus Mohrhard markus.mohrhard at googlemail.com
Sat May 20 01:59:09 UTC 2017


 sw/qa/extras/uiwriter/uiwriter.cxx |    8 ++++++++
 1 file changed, 8 insertions(+)

New commits:
commit 0215e8f9781a4a306fb16991bccf395472b667cd
Author: Markus Mohrhard <markus.mohrhard at googlemail.com>
Date:   Sat May 20 03:57:52 2017 +0200

    fix HAVE_MORE_FONTS=0 build
    
    Change-Id: I92f99f46c1e2940a67b34f772e668827e803619e

diff --git a/sw/qa/extras/uiwriter/uiwriter.cxx b/sw/qa/extras/uiwriter/uiwriter.cxx
index 33952f08e8a5..8621a81884a9 100644
--- a/sw/qa/extras/uiwriter/uiwriter.cxx
+++ b/sw/qa/extras/uiwriter/uiwriter.cxx
@@ -206,7 +206,9 @@ public:
     void testTdf89720();
     void testTdf88986();
     void testTdf87922();
+#if HAVE_MORE_FONTS
     void testTdf77014();
+#endif
     void testTdf92648();
     void testTdf96515();
     void testTdf96943();
@@ -235,7 +237,9 @@ public:
     void testTdf104425();
     void testTdf104814();
     void testTdf66405();
+#if HAVE_MORE_FONTS
     void testTdf35021_tabOverMarginDemo();
+#endif
     void testTdf106701_tabOverMarginAutotab();
     void testTdf104492();
     void testTdf107025();
@@ -340,7 +344,9 @@ public:
     CPPUNIT_TEST(testTdf89720);
     CPPUNIT_TEST(testTdf88986);
     CPPUNIT_TEST(testTdf87922);
+#if HAVE_MORE_FONTS
     CPPUNIT_TEST(testTdf77014);
+#endif
     CPPUNIT_TEST(testTdf92648);
     CPPUNIT_TEST(testTdf96515);
     CPPUNIT_TEST(testTdf96943);
@@ -369,7 +375,9 @@ public:
     CPPUNIT_TEST(testTdf104425);
     CPPUNIT_TEST(testTdf104814);
     CPPUNIT_TEST(testTdf66405);
+#if HAVE_MORE_FONTS
     CPPUNIT_TEST(testTdf35021_tabOverMarginDemo);
+#endif
     CPPUNIT_TEST(testTdf106701_tabOverMarginAutotab);
     CPPUNIT_TEST(testTdf104492);
     CPPUNIT_TEST(testTdf107025);


More information about the Libreoffice-commits mailing list