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

Jan-Marek Glogowski glogow at fbihome.de
Thu Jul 27 18:01:38 UTC 2017


 sw/qa/extras/uiwriter/uiwriter.cxx |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

New commits:
commit 3358e7317c58ceea9e55af077d8fe268231f46cf
Author: Jan-Marek Glogowski <glogow at fbihome.de>
Date:   Thu Jul 27 19:57:38 2017 +0200

    loplugin:externandnotdefined + loplugin:unreffun
    
    Change-Id: Iedd529d4b5064beed3d2fd99cfe4e0312c024187

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);


More information about the Libreoffice-commits mailing list