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

set conditional format range for xls import, fdo#54555

Change-Id: I43d1834d28534fc0ec8cb406e1be7e9f48074da2
üst 4520f747
......@@ -636,6 +636,7 @@ void XclImpCondFormat::ReadCF( XclImpStream& rStrm )
{
sal_uLong nKey = 0;
mxScCondFmt.reset( new ScConditionalFormat( nKey, GetDocPtr() ) );
mxScCondFmt->AddRange(maRanges);
}
ScCondFormatEntry* pEntry = new ScCondFormatEntry( eMode, xTokArr1.get(), pTokArr2.get(), GetDocPtr(), rPos, aStyleName );
......
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