diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-11-08 14:37:38 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-11-08 14:37:38 +0000 |
commit | aa783547ba3c944d191688f2d4dc88c680c3e997 (patch) | |
tree | 2a430e88cf8b7ab106d0138f4c46c45b88e6e3a9 | |
parent | 5c87553432058f5241eda1dbfbfa1ec840fe3890 (diff) |
missing brace
Change-Id: Ib54dd8fe55f7c527e4f163e7ae559e9c3483407b
-rw-r--r-- | sw/qa/extras/ooxmlimport/ooxmlimport.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/qa/extras/ooxmlimport/ooxmlimport.cxx b/sw/qa/extras/ooxmlimport/ooxmlimport.cxx index 0da4febaf366..a36bdb7c0260 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() { |