diff options
Diffstat (limited to 'offapi/com/sun/star/sheet')
-rw-r--r-- | offapi/com/sun/star/sheet/GeneralFunction.idl | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/offapi/com/sun/star/sheet/GeneralFunction.idl b/offapi/com/sun/star/sheet/GeneralFunction.idl index 726ae9dd6fb9..a7d3416316a1 100644 --- a/offapi/com/sun/star/sheet/GeneralFunction.idl +++ b/offapi/com/sun/star/sheet/GeneralFunction.idl @@ -56,13 +56,6 @@ published enum GeneralFunction AVERAGE, - /** - * median of all numerical values is calculated. - * @since LibreOffice 5.3 - */ - MEDIAN, - - /** maximum value of all numerical values is calculated. */ MAX, @@ -100,8 +93,13 @@ published enum GeneralFunction /** variance is calculated based on the entire population. */ - VARP + VARP, + /** + * median of all numerical values is calculated. + * @since LibreOffice 5.3 + */ + MEDIAN }; |