diff options
Diffstat (limited to 'sal')
-rw-r--r-- | sal/inc/rtl/math.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sal/inc/rtl/math.h b/sal/inc/rtl/math.h index 4b34b13ac5f3..35a0442d7f46 100644 --- a/sal/inc/rtl/math.h +++ b/sal/inc/rtl/math.h @@ -135,7 +135,7 @@ enum rtl_math_DecimalPlaces In fact the same value as rtl_math_DecimalPlaces_Max, just an alias for better understanding. */ - rtl_math_DecimalPlaces_DefaultSignificance = 0x7ffffff + rtl_math_DecimalPlaces_DefaultSignificance = rtl_math_DecimalPlaces_Max }; |