Kaydet (Commit) 0251fdd0 authored tarafından Markus Mohrhard's avatar Markus Mohrhard

now we can also activate the cond format import test for xlsx

Change-Id: Idb72bb2616c212439241d93ac28c9649457507a3
üst b774fc9f
......@@ -626,7 +626,7 @@ void testFormats_Impl(ScFiltersTest* pFiltersTest, ScDocument* pDoc, sal_Int32 n
CPPUNIT_ASSERT_EQUAL_MESSAGE("cell content should be aligned block horizontally", SVX_HOR_JUSTIFY_BLOCK, eHorJustify);
//test Sheet3 only for ods
if ( nFormat == ODS )
if ( nFormat == ODS || nFormat == XLSX )
{
rtl::OUString aCondString = getConditionalFormatString(pDoc, 3,0,2);
pFiltersTest->createCSVPath(rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("conditionalFormatting.")), aCSVFileName);
......
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