summaryrefslogtreecommitdiffstats
path: root/sw/qa/extras/ooxmlexport/ooxmlexport13.cxx
diff options
context:
space:
mode:
authorMichael Weghorn <m.weghorn@posteo.de>2020-09-11 10:00:08 +0200
committerMichael Weghorn <m.weghorn@posteo.de>2020-09-11 10:00:08 +0200
commit97ebce2051a374be5e5dd908d40c69b21e12f61b (patch)
tree352125c6b5f547980347972a2b59d10779dc9886 /sw/qa/extras/ooxmlexport/ooxmlexport13.cxx
parenttdf#136094 Handle background color in drawNativeControl (diff)
parentxmlsecurity: pdf incremental updates that are non-commenting are invalid (diff)
downloadcore-97ebce2051a374be5e5dd908d40c69b21e12f61b.tar.gz
core-97ebce2051a374be5e5dd908d40c69b21e12f61b.zip
Merge branch 'libreoffice-6-4'
into distro/lhm/libreoffice-6-4+backports Change-Id: Ib3030257fb7c4eec5b910c0b49332be0dd8fa854
Diffstat (limited to 'sw/qa/extras/ooxmlexport/ooxmlexport13.cxx')
-rw-r--r--sw/qa/extras/ooxmlexport/ooxmlexport13.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/qa/extras/ooxmlexport/ooxmlexport13.cxx b/sw/qa/extras/ooxmlexport/ooxmlexport13.cxx
index abb55384f68f..5ad0a4ece74c 100644
--- a/sw/qa/extras/ooxmlexport/ooxmlexport13.cxx
+++ b/sw/qa/extras/ooxmlexport/ooxmlexport13.cxx
@@ -900,7 +900,7 @@ DECLARE_OOXMLEXPORT_TEST(tdf119809, "tdf119809.docx")
CPPUNIT_ASSERT(xServiceInfo->supportsService("com.sun.star.text.textfield.DropDown"));
uno::Sequence<OUString> aItems = getProperty< uno::Sequence<OUString> >(aField, "Items");
- CPPUNIT_ASSERT_EQUAL(sal_Int32(0), aItems.getLength());
+ CPPUNIT_ASSERT_EQUAL(sal_Int32(1), aItems.getLength());
}
}