summaryrefslogtreecommitdiff
path: root/offapi/type_reference
diff options
context:
space:
mode:
authorTamás Zolnai <tamas.zolnai@collabora.com>2016-11-21 13:57:29 +0000
committerTamás Zolnai <tamas.zolnai@collabora.com>2016-11-21 13:42:56 +0000
commiteabfd1b60f8e181e0ef2721e716210390528f4ce (patch)
treefc371295a499b646352765c2c9be55d093e629c0 /offapi/type_reference
parent796ace6f14a1d2676b11609b624fea43675486fe (diff)
[API Change]: Move recently added median function to the end of enum
Change-Id: Ie6f2c6f53b354552b855264faea1ae9f5cb2b76d Reviewed-on: https://gerrit.libreoffice.org/31041 Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com> Tested-by: Tamás Zolnai <tamas.zolnai@collabora.com>
Diffstat (limited to 'offapi/type_reference')
-rw-r--r--offapi/type_reference/offapi.idl18
1 files changed, 9 insertions, 9 deletions
diff --git a/offapi/type_reference/offapi.idl b/offapi/type_reference/offapi.idl
index b939b24eb509..e955541596a6 100644
--- a/offapi/type_reference/offapi.idl
+++ b/offapi/type_reference/offapi.idl
@@ -11484,15 +11484,15 @@ module com {
SUM = 2,
COUNT = 3,
AVERAGE = 4,
- MEDIAN = 5,
- MAX = 6,
- MIN = 7,
- PRODUCT = 8,
- COUNTNUMS = 9,
- STDEV = 10,
- STDEVP = 11,
- VAR = 12,
- VARP = 13
+ MAX = 5,
+ MIN = 6,
+ PRODUCT = 7,
+ COUNTNUMS = 8,
+ STDEV = 9,
+ STDEVP = 10,
+ VAR = 11,
+ VARP = 12,
+ MEDIAN = 13
};
/** @deprecated */ published interface XConsolidationDescriptor {
interface ::com::sun::star::uno::XInterface;