x error bars are also defined in ODF 1.2
I suppose they were deactivated in ODF 1.2 because of the invalid ODF files produced by the old code Change-Id: I42624a3e0f57405b38110bef86a0aa533f491c6c
This commit is contained in:
@@ -3026,7 +3026,7 @@ void SchXMLExportHelper_Impl::exportErrorBar( const Reference<beans::XPropertySe
|
|||||||
const SvtSaveOptions::ODFDefaultVersion nCurrentVersion( SvtSaveOptions().GetODFDefaultVersion() );
|
const SvtSaveOptions::ODFDefaultVersion nCurrentVersion( SvtSaveOptions().GetODFDefaultVersion() );
|
||||||
|
|
||||||
/// Dont export X ErrorBars for older ODF versions.
|
/// Dont export X ErrorBars for older ODF versions.
|
||||||
if ( !bYError && nCurrentVersion <= SvtSaveOptions::ODFVER_012 )
|
if ( !bYError && nCurrentVersion < SvtSaveOptions::ODFVER_012 )
|
||||||
return;
|
return;
|
||||||
|
|
||||||
if (xSeriesProp.is())
|
if (xSeriesProp.is())
|
||||||
|
Reference in New Issue
Block a user