summaryrefslogtreecommitdiff
path: root/offapi/com
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com')
-rw-r--r--offapi/com/sun/star/sheet/GeneralFunction.idl7
1 files changed, 1 insertions, 6 deletions
diff --git a/offapi/com/sun/star/sheet/GeneralFunction.idl b/offapi/com/sun/star/sheet/GeneralFunction.idl
index a7d3416316a1..ff9615c1a709 100644
--- a/offapi/com/sun/star/sheet/GeneralFunction.idl
+++ b/offapi/com/sun/star/sheet/GeneralFunction.idl
@@ -93,13 +93,8 @@ 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
};