diff options
Diffstat (limited to 'sc/inc/global.hxx')
-rw-r--r-- | sc/inc/global.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sc/inc/global.hxx b/sc/inc/global.hxx index a94b855615af..429a867709df 100644 --- a/sc/inc/global.hxx +++ b/sc/inc/global.hxx @@ -851,7 +851,8 @@ enum ScSubTotalFunc SUBTOTAL_FUNC_SUM = 9, SUBTOTAL_FUNC_VAR = 10, SUBTOTAL_FUNC_VARP = 11, - SUBTOTAL_FUNC_SELECTION_COUNT = 12 + SUBTOTAL_FUNC_MED = 12, + SUBTOTAL_FUNC_SELECTION_COUNT = 13 }; enum ScAggregateFunc |