summaryrefslogtreecommitdiff
path: root/sc/sdi
diff options
context:
space:
mode:
authorKohei Yoshida <kyoshida@novell.com>2010-09-15 17:11:24 +0200
committerFridrich Štrba <fridrich.strba@bluewin.ch>2010-09-15 17:11:24 +0200
commit0701397a485c6cce318fbf8751bf8894dca314c4 (patch)
tree699577c0bad8828cb5c45f901374fe6bcb6bcb76 /sc/sdi
parent5e3d27c198bf6dd05641e6473766c7062c248244 (diff)
sc-cellformat-icon-toggle.diff: Cell number format toolbar icons togglable
n#358548, i#86377 Make cell number format toolbar icons togglable & remove the standard format button.
Diffstat (limited to 'sc/sdi')
-rw-r--r--sc/sdi/formatsh.sdi10
1 files changed, 5 insertions, 5 deletions
diff --git a/sc/sdi/formatsh.sdi b/sc/sdi/formatsh.sdi
index 31ccf5c8af84..8b84a7b730c6 100644
--- a/sc/sdi/formatsh.sdi
+++ b/sc/sdi/formatsh.sdi
@@ -117,11 +117,11 @@ interface FormatForSelection
SID_ATTR_NUMBERFORMAT_VALUE [ ExecMethod = ExecuteNumFormat; StateMethod = GetNumFormatState;]
SID_NUMBER_FORMAT [ ExecMethod = ExecuteNumFormat; StateMethod = GetNumFormatState;]
SID_NUMBER_TWODEC [ ExecMethod = ExecuteNumFormat;]
- SID_NUMBER_SCIENTIFIC [ ExecMethod = ExecuteNumFormat;]
- SID_NUMBER_DATE [ ExecMethod = ExecuteNumFormat;]
- SID_NUMBER_CURRENCY [ ExecMethod = ExecuteNumFormat;]
- SID_NUMBER_PERCENT [ ExecMethod = ExecuteNumFormat;]
- SID_NUMBER_TIME [ ExecMethod = ExecuteNumFormat;]
+ SID_NUMBER_SCIENTIFIC [ ExecMethod = ExecuteNumFormat; StateMethod = GetNumFormatState; ]
+ SID_NUMBER_DATE [ ExecMethod = ExecuteNumFormat; StateMethod = GetNumFormatState; ]
+ 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_INCDEC [ ExecMethod = ExecuteNumFormat;]
SID_NUMBER_DECDEC [ ExecMethod = ExecuteNumFormat;]