Kaydet (Commit) 485498d3 authored tarafından Miklos Vajna's avatar Miklos Vajna

sw/qa: fix build in ooxmlexport

Change-Id: I22d94cf0584be892da6ba17aadabf45f47809252
üst ec06049a
......@@ -416,7 +416,7 @@ void Test::testTableBorders() {
uno::Reference<text::XTextTablesSupplier> xTablesSupplier(mxComponent, uno::UNO_QUERY);
uno::Reference<frame::XModel> xModel(mxComponent, uno::UNO_QUERY);
uno::Reference<container::XIndexAccess> xTables(xTablesSupplier->getTextTables( ), uno::UNO_QUERY);
CPPUNIT_ASSERT_EQUAL(1, xTables->getCount());
CPPUNIT_ASSERT_EQUAL(sal_Int32(1), xTables->getCount());
uno::Reference<text::XTextTable> xTextTable (xTables->getByIndex(0), uno::UNO_QUERY);
std::map<OUString, SingleLineBorders> cellBorders;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment