sw/qa/extras/ooxmlimport/ooxmlimport.cxx | 1 + 1 file changed, 1 insertion(+)
New commits: commit aa783547ba3c944d191688f2d4dc88c680c3e997 Author: Caolán McNamara <caol...@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() {
_______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits