| 45 | } |
| 46 | |
| 47 | bool getShowLeadingZero() |
| 48 | { |
| 49 | // Use the flag from an arbitrary unit, they should normally be the same on all units. |
| 50 | return getDefaultUnitParams<LengthUnit>().leadingZero; |
| 51 | } |
| 52 | |
| 53 | void setShowLeadingZero( bool show ) |
| 54 | { |
no outgoing calls
no test coverage detected