https://bugs.freedesktop.org/show_bug.cgi?id=48836

             Bug #: 48836
           Summary: delete unused function
                    NumericFormatter::ConvertToFraction(long)
    Classification: Unclassified
           Product: LibreOffice
           Version: LibO 3.5 Daily
          Platform: x86 (IA32)
        OS/Version: Linux (All)
            Status: NEW
          Severity: minor
          Priority: low
         Component: Presentation
        AssignedTo: [email protected]
        ReportedBy: [email protected]


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

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to