[Libreoffice-commits] .: sw/qa

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Thu Nov 8 06:37:58 PST 2012


 sw/qa/extras/ooxmlimport/ooxmlimport.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit aa783547ba3c944d191688f2d4dc88c680c3e997
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Thu Nov 8 14:37:38 2012 +0000

    missing brace
    
    Change-Id: Ib54dd8fe55f7c527e4f163e7ae559e9c3483407b

diff --git a/sw/qa/extras/ooxmlimport/ooxmlimport.cxx b/sw/qa/extras/ooxmlimport/ooxmlimport.cxx
index 0da4feb..a36bdb7 100644
--- a/sw/qa/extras/ooxmlimport/ooxmlimport.cxx
+++ b/sw/qa/extras/ooxmlimport/ooxmlimport.cxx
@@ -1017,6 +1017,7 @@ void Test::testN785767()
     // Check the A1 and B1 cells, the width of both of them was the default value (10000 / 9, as there were 9 cells in the row).
     CPPUNIT_ASSERT_MESSAGE("A1 must not have default width", sal_Int16(10000 / 9) != getProperty< uno::Sequence<text::TableColumnSeparator> >(xTableRows->getByIndex(0), "TableColumnSeparators")[0].Position);
     CPPUNIT_ASSERT_MESSAGE("B1 must not have default width", sal_Int16(10000 / 9) != getProperty< uno::Sequence<text::TableColumnSeparator> >(xTableRows->getByIndex(1), "TableColumnSeparators")[0].Position);
+}
 
 void Test::testN773061()
 {


More information about the Libreoffice-commits mailing list