summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorTamás Zolnai <tamas.zolnai@collabora.com>2019-07-03 19:21:35 +0200
committerAndras Timar <andras.timar@collabora.com>2019-07-14 00:18:10 +0200
commit063da60f987311fb5be5a60446b3f264cf8adf10 (patch)
treef820b0994112780ae85f5700539a37dc38a0bbc7 /sw
parent1784522ef9c10b8d67c193b0ada2f09d4dc79ad3 (diff)
MSForms: DOCX filter: reenable passing test
Change-Id: I566a65fa4ece6500128ceeb497c01f1c6e38470c Reviewed-on: https://gerrit.libreoffice.org/75455 Tested-by: Jenkins Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com> (cherry picked from commit 6c256a1235f1a2ac3536d152edc8c3bee9b15022) Reviewed-on: https://gerrit.libreoffice.org/75548 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Reviewed-by: Andras Timar <andras.timar@collabora.com>
Diffstat (limited to 'sw')
-rw-r--r--sw/qa/extras/ooxmlexport/ooxmlexport8.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sw/qa/extras/ooxmlexport/ooxmlexport8.cxx b/sw/qa/extras/ooxmlexport/ooxmlexport8.cxx
index 040b210d32ae..0adf7606a4aa 100644
--- a/sw/qa/extras/ooxmlexport/ooxmlexport8.cxx
+++ b/sw/qa/extras/ooxmlexport/ooxmlexport8.cxx
@@ -542,21 +542,21 @@ DECLARE_OOXMLEXPORT_TEST(testN780563, "n780563.docx")
CPPUNIT_ASSERT_EQUAL(sal_Int32(1), xTables->getCount( ));
}
-/*DECLARE_OOXMLEXPORT_TEST(testN780853, "n780853.docx")
-{*/
+DECLARE_OOXMLEXPORT_TEST(testN780853, "n780853.docx")
+{
/*
* The problem was that the table was not imported.
*
* xray ThisComponent.TextTables.Count 'was 0
*/
- /*uno::Reference<text::XTextTablesSupplier> xTextTablesSupplier(mxComponent, uno::UNO_QUERY);
+ uno::Reference<text::XTextTablesSupplier> xTextTablesSupplier(mxComponent, uno::UNO_QUERY);
uno::Reference<container::XIndexAccess> xIndexAccess(xTextTablesSupplier->getTextTables(), uno::UNO_QUERY);
CPPUNIT_ASSERT_EQUAL(sal_Int32(1), xIndexAccess->getCount());
//tdf#102619 - I would have expected this to be "Standard", but MSO 2013/2010/2003 all give FollowStyle==Date
uno::Reference< beans::XPropertySet > properties(getStyles("ParagraphStyles")->getByName("Date"), uno::UNO_QUERY);
CPPUNIT_ASSERT_EQUAL(OUString("Date"), getProperty<OUString>(properties, "FollowStyle"));
-}*/
+}
DECLARE_OOXMLEXPORT_TEST(testN780843, "n780843.docx")
{