summaryrefslogtreecommitdiff
path: root/include/rtl/math.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/rtl/math.h')
-rw-r--r--include/rtl/math.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/rtl/math.h b/include/rtl/math.h
index 40440a7c1e08..41047e139d01 100644
--- a/include/rtl/math.h
+++ b/include/rtl/math.h
@@ -54,22 +54,22 @@ enum rtl_math_StringFormat
rtl_math_StringFormat_Automatic,
/** Same 'E', but with only 1 minimum digits in exponent.
- @since LibreOffice 4.5
+ @since LibreOffice 5.0
*/
rtl_math_StringFormat_E1,
/** Same 'E', but with only 2 minimum digits in exponent.
- @since LibreOffice 4.5
+ @since LibreOffice 5.0
*/
rtl_math_StringFormat_E2,
/** Same 'G', but with only 1 minimum digits in exponent.
- @since LibreOffice 4.5
+ @since LibreOffice 5.0
*/
rtl_math_StringFormat_G1,
/** Same 'G', but with only 2 minimum digits in exponent.
- @since LibreOffice 4.5
+ @since LibreOffice 5.0
*/
rtl_math_StringFormat_G2,