sw/qa/extras/layout/layout.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 5b224682fa7c16c67370ec02435a893c01445e82
Author:     Andras Timar <andras.ti...@collabora.com>
AuthorDate: Fri Oct 4 15:47:09 2019 +0200
Commit:     Andras Timar <andras.ti...@collabora.com>
CommitDate: Fri Oct 4 15:47:09 2019 +0200

    missing semicolon
    
    Change-Id: I4bc5452e3d18dd1fdb182d50c1fbe6db6e82d2d0

diff --git a/sw/qa/extras/layout/layout.cxx b/sw/qa/extras/layout/layout.cxx
index 001e6f5fdfa1..0070fd86dd15 100644
--- a/sw/qa/extras/layout/layout.cxx
+++ b/sw/qa/extras/layout/layout.cxx
@@ -119,7 +119,7 @@ public:
     CPPUNIT_TEST(testTdf122878);
     CPPUNIT_TEST(testTdf115094);
     CPPUNIT_TEST(testTdf118719);
-    CPPUNIT_TEST(testTdf127235)
+    CPPUNIT_TEST(testTdf127235);
     CPPUNIT_TEST(testTdf123651);
     CPPUNIT_TEST(testBtlrCell);
     CPPUNIT_TEST(testImageComment);
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to