diff options
author | Winfried Donkers <winfrieddonkers@libreoffice.org> | 2015-06-01 13:47:07 +0200 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2015-06-11 11:17:58 +0000 |
commit | cb13c46da1cdd1e2b95fd473cc0ff54f776dfe9c (patch) | |
tree | 9474954b7d84c6ad88a809b53ade12ac7b2b5b5b /sc/inc/helpids.h | |
parent | 29f6ef4632a53243b1bf60cb412d8c5ee8447dc6 (diff) |
tdf#69552 [part 2] support all ODFF1.2 and Excel2013 variations
of CEILING and FLOOR
Change-Id: I9537d9bd8dbca2eac769e74e9d3d5b298b76f594
Reviewed-on: https://gerrit.libreoffice.org/16016
Reviewed-by: Eike Rathke <erack@redhat.com>
Tested-by: Eike Rathke <erack@redhat.com>
Diffstat (limited to 'sc/inc/helpids.h')
-rw-r--r-- | sc/inc/helpids.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sc/inc/helpids.h b/sc/inc/helpids.h index 367bb0d33800..1c45bbe85189 100644 --- a/sc/inc/helpids.h +++ b/sc/inc/helpids.h @@ -629,5 +629,7 @@ #define HID_FUNC_AGGREGATE "SC_HID_FUNC_AGGREGATE" #define HID_FUNC_ERROR_TYPE_ODF "SC_HID_FUNC_ERROR_TYPE_ODF" #define HID_FUNC_CEIL_MATH "SC_HID_FUNC_CEIL_MATH" +#define HID_FUNC_FLOOR_MATH "SC_HID_FUNC_FLOOR_MATH" +#define HID_FUNC_FLOOR_PRECISE "SC_HID_FUNC_FLOOR_PRECISE" /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |