Kaydet (Commit) 78c67ecb authored tarafından Markus Mohrhard's avatar Markus Mohrhard

remove empty conditions for color format export to excel

Change-Id: I8b35869f3e4455bb8cb16d67bd9636462a24e26b
üst 6655d658
......@@ -972,10 +972,6 @@ XclExpCondfmt::XclExpCondfmt( const XclExpRoot& rRoot, const ScConditionalFormat
{
if(pFormatEntry->GetType() == condformat::CONDITION)
maCFList.AppendNewRecord( new XclExpCF( GetRoot(), static_cast<const ScCondFormatEntry&>(*pFormatEntry), nIndex ) );
else if(pFormatEntry->GetType() == condformat::COLORSCALE)
;
else if(pFormatEntry->GetType() == condformat::DATABAR)
;
}
aScRanges.Format( msSeqRef, SCA_VALID, NULL, formula::FormulaGrammar::CONV_XL_A1 );
}
......
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