respect element order in OOXML chart export, related fdo#59857
Change-Id: Iecb47635cb8c854ec6c12a12f895972fcf099009
This commit is contained in:
@@ -2042,10 +2042,6 @@ void ChartExport::_exportAxis(
|
|||||||
|
|
||||||
pFS->endElement( FSNS( XML_c, XML_scaling ) );
|
pFS->endElement( FSNS( XML_c, XML_scaling ) );
|
||||||
|
|
||||||
// title
|
|
||||||
if( xAxisTitle.is() )
|
|
||||||
exportTitle( xAxisTitle );
|
|
||||||
|
|
||||||
sal_Bool bVisible = sal_True;
|
sal_Bool bVisible = sal_True;
|
||||||
if( xAxisProp.is() )
|
if( xAxisProp.is() )
|
||||||
{
|
{
|
||||||
@@ -2079,6 +2075,10 @@ void ChartExport::_exportAxis(
|
|||||||
pFS->endElement( FSNS( XML_c, XML_minorGridlines ) );
|
pFS->endElement( FSNS( XML_c, XML_minorGridlines ) );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// title
|
||||||
|
if( xAxisTitle.is() )
|
||||||
|
exportTitle( xAxisTitle );
|
||||||
|
|
||||||
// majorTickMark
|
// majorTickMark
|
||||||
sal_Int32 nValue = 0;
|
sal_Int32 nValue = 0;
|
||||||
if(GetProperty( xAxisProp, "Marks" ) )
|
if(GetProperty( xAxisProp, "Marks" ) )
|
||||||
|
Reference in New Issue
Block a user