diff options
author | Gulsah Kose <gulsah.1004@gmail.com> | 2018-01-17 19:09:13 +0300 |
---|---|---|
committer | Gülşah Köse <gulsah.1004@gmail.com> | 2018-01-24 13:29:55 +0100 |
commit | 844c92793c1399e2f14f671f964ea35e1bce24ac (patch) | |
tree | 678c6e33e945e70168a123d8e8d531ccb9ddc2eb /sc/inc/sc.hrc | |
parent | 2adf811370116cfb0e6280d74abdd733e078e8ff (diff) |
[Pardus] tdf#108989 Add contextual validity command.
When cursor is in a cell has following validity attributes
SC_VALID_WHOLE, SC_VALID_DECIMAL, SC_VALID_DATE,
SC_VALID_TIME,SC_VALID_TEXTLEN, SC_VALID_LIST,
SC_VALID_CUSTOM, Validity command appears on context
menu.
This patch is sponsored by ULAKBIM/Pardus project.
Change-Id: I47c0de7b62befdf02c343c1419cf32441d8f4df2
Signed-off-by: Gulsah Kose <gulsah.1004@gmail.com>
Reviewed-on: https://gerrit.libreoffice.org/48067
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Heiko Tietze <tietze.heiko@gmail.com>
Tested-by: Heiko Tietze <tietze.heiko@gmail.com>
Diffstat (limited to 'sc/inc/sc.hrc')
-rw-r--r-- | sc/inc/sc.hrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/inc/sc.hrc b/sc/inc/sc.hrc index ee3caa1d7e7c..b20f0680711f 100644 --- a/sc/inc/sc.hrc +++ b/sc/inc/sc.hrc @@ -549,6 +549,7 @@ #define SID_OLE_SELECT (SID_NEW_SLOTS+50) +#define FID_CURRENTVALIDATION (SID_NEW_SLOTS+51) #define SID_RANGE_NOTETEXT (SID_NEW_SLOTS+52) #define FID_INSERT_FILE (SID_NEW_SLOTS+53) |