Bug 48836

Summary: delete unused function NumericFormatter::ConvertToFraction(long)
Product: LibreOffice Reporter: Jose Manuel <jmrecarey>
Component: ImpressAssignee: Not Assigned <libreoffice-bugs>
Status: RESOLVED FIXED    
Severity: minor    
Priority: low    
Version: 3.5 Daily   
Hardware: x86 (IA32)   
OS: Linux (All)   
Whiteboard:
Crash report or crash signature: Regression By:

Description Jose Manuel 2012-04-17 11:17:27 UTC
Delete unused code:

Fraction NumericFormatter::ConvertToFraction( sal_Int64 nValue )
{
    // caution: precision loss in double cast (and in fraction anyhow)
    return Fraction( (double)nValue/(double)ImplPower10( GetDecimalDigits() ) );
}

 from file ./vcl/source/control/field.cxx
Comment 1 Rob Snelders 2012-05-28 08:32:52 UTC
I can't find it anymore in field.cxx on OpenGrok. So I assume this has been removed