diff options
author | Gulsah Kose <gulsah.1004@gmail.com> | 2017-05-30 15:45:24 +0300 |
---|---|---|
committer | Gülşah Köse <gulsah.1004@gmail.com> | 2017-05-30 19:41:40 +0200 |
commit | 82beda528fb74ae1c6b5e12a98dbf5d4e9e4c0db (patch) | |
tree | 2153619e1b072bf2c31cbccca0bde03518053bd8 /sc/sdi | |
parent | 4c5ce12608526e76d90a400fa3f499ab83528e90 (diff) |
tdf#86119 Fix toggle behaviour of SID_NUMBER_STANDARD.
Change-Id: I718869c92a3a03c05b8db3fe665f5502202f434b
Signed-off-by: Gulsah Kose <gulsah.1004@gmail.com>
Reviewed-on: https://gerrit.libreoffice.org/38217
Tested-by: Jenkins <ci@libreoffice.org>
Diffstat (limited to 'sc/sdi')
-rw-r--r-- | sc/sdi/formatsh.sdi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/sdi/formatsh.sdi b/sc/sdi/formatsh.sdi index 3663955aadfa..54771a8dbb80 100644 --- a/sc/sdi/formatsh.sdi +++ b/sc/sdi/formatsh.sdi @@ -110,7 +110,7 @@ interface FormatForSelection SID_NUMBER_CURRENCY [ ExecMethod = ExecuteNumFormat; StateMethod = GetNumFormatState; ] SID_NUMBER_PERCENT [ ExecMethod = ExecuteNumFormat; StateMethod = GetNumFormatState; ] SID_NUMBER_TIME [ ExecMethod = ExecuteNumFormat; StateMethod = GetNumFormatState; ] - SID_NUMBER_STANDARD [ ExecMethod = ExecuteNumFormat;] + SID_NUMBER_STANDARD [ ExecMethod = ExecuteNumFormat; StateMethod = GetNumFormatState; ] SID_NUMBER_INCDEC [ ExecMethod = ExecuteNumFormat;] SID_NUMBER_DECDEC [ ExecMethod = ExecuteNumFormat;] |