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

export new conditional format info only into 1.2 with extension

Change-Id: I4d52f5aa36785110888ca1fdd6fc85ee40406674
üst f18a2429
......@@ -2851,8 +2851,11 @@ void ScXMLExport::WriteTable(sal_Int32 nTable, const Reference<sheet::XSpreadshe
WriteNamedRange(pRangeName);
}
//export new conditional format information
ExportConditionalFormat(nTable);
if(getDefaultVersion() > ODFVER_012)
{
//export new conditional format information
ExportConditionalFormat(nTable);
}
}
}
......
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