diff options
author | Winfried Donkers <winfrieddonkers@libreoffice.org> | 2017-02-19 10:46:11 +0100 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2017-02-20 17:04:04 +0000 |
commit | 3ee1c41ac72aaae9f364708b1c4df58d7643a341 (patch) | |
tree | c2727c64b4d063c1b7ba969667d2fa17aa3172e1 /sc/inc/helpids.h | |
parent | 1c3a784d38fc5986c78bab8d283c4661347baf43 (diff) |
tdf#105931 Add function ROUNDSIG to Calc.
SIGDIGITS rounds a value to a determined number of significant digits.
Change-Id: I5dbfb638bf17ca109f9a14b3588d6d6c103edfa4
Reviewed-on: https://gerrit.libreoffice.org/34148
Tested-by: Jenkins <ci@libreoffice.org>
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 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/inc/helpids.h b/sc/inc/helpids.h index 7dfa4a6a8f67..6298137f28cf 100644 --- a/sc/inc/helpids.h +++ b/sc/inc/helpids.h @@ -596,5 +596,6 @@ #define HID_FUNC_SWITCH_MS "SC_HID_FUNC_SWITCH_MS" #define HID_FUNC_MINIFS_MS "SC_HID_FUNC_MINIFS_MS" #define HID_FUNC_MAXIFS_MS "SC_HID_FUNC_MAXIFS_MS" +#define HID_FUNC_ROUNDSIG "SC_HID_FUNC_ROUNDSIG" /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |