Kaydet (Commit) ac26b103 authored tarafından Muthu Subramanian's avatar Muthu Subramanian

n#834720: Labels wrongly interpreted as dates.

If the numFormat is available we should probably use that.
üst f27ee66f
......@@ -310,10 +310,8 @@ void AxisConverter::convertFromModel( const Reference< XCoordinateSystem >& rxCo
{
bool bPercent = false;
if( mrModel.maNumberFormat.maFormatCode.indexOf('%') >= 0)
{
mrModel.maNumberFormat.mbSourceLinked = false;
bPercent = true;
}
mrModel.maNumberFormat.mbSourceLinked = false;
getFormatter().convertNumberFormat( aAxisProp, mrModel.maNumberFormat, bPercent );
}
......
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