diff options
author | Jim Raykowski <raykowj@gmail.com> | 2017-11-30 20:17:20 -0900 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2017-12-08 18:32:23 +0100 |
commit | 92eb84ec047cd091d467fd02c8e8bc8d85002b2e (patch) | |
tree | 2fd2c0317eeb53e887791bb256754e9c4ac42bfe /sc/inc/sc.hrc | |
parent | a126d37a90ebc2d94522c5bbbe64b288b87de7da (diff) |
tdf#86085 add slot for toggling thousands separator
In preparation of adding a button to the toolbar.
Change-Id: Icd97f828def1aacbb92297e8e74bdd2310c4d0f8
Reviewed-on: https://gerrit.libreoffice.org/45731
Reviewed-by: Eike Rathke <erack@redhat.com>
Tested-by: Eike Rathke <erack@redhat.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 5c128a402ee8..7d2da96617bd 100644 --- a/sc/inc/sc.hrc +++ b/sc/inc/sc.hrc @@ -107,6 +107,7 @@ #define SID_NUMBER_TIME (SC_VIEW_START + 56) #define SID_NUMBER_INCDEC (SC_VIEW_START + 57) #define SID_NUMBER_DECDEC (SC_VIEW_START + 58) +#define SID_NUMBER_THOUSANDS (SC_VIEW_START + 59) // misc: #define SID_LINKS (SC_VIEW_START + 60) |