[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-6.2' - sw/qa

Andras Timar (via logerrit) logerrit at kemper.freedesktop.org
Fri Oct 4 13:48:04 UTC 2019


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

New commits:
commit 5b224682fa7c16c67370ec02435a893c01445e82
Author:     Andras Timar <andras.timar at collabora.com>
AuthorDate: Fri Oct 4 15:47:09 2019 +0200
Commit:     Andras Timar <andras.timar at 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);


More information about the Libreoffice-commits mailing list