| Summary: | delete unused function NumericFormatter::ConvertToFraction(long) | ||
|---|---|---|---|
| Product: | LibreOffice | Reporter: | Jose Manuel <jmrecarey> |
| Component: | Impress | Assignee: | 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: | ||
I can't find it anymore in field.cxx on OpenGrok. So I assume this has been removed |
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