diff options
author | Cédric Bosdonnat <cedric.bosdonnat@free.fr> | 2012-12-04 18:05:19 +0100 |
---|---|---|
committer | Cédric Bosdonnat <cedric.bosdonnat@free.fr> | 2012-12-04 18:05:33 +0100 |
commit | a6f8eb4ed1e237b49c19ed015487504f81051005 (patch) | |
tree | 9e043e1095ced9274c8c7a399a6ad5dae7125c8b /sc/sdi | |
parent | 00e93626d109594bb3eb58405c0b2cc205e6711c (diff) |
Fixed removed entry for SID_STYLE_HIDE in sc/sdi/formatsh.sdi
Change-Id: I374173f5a91235fa16ca84e6a26d947cd0009e0d
Diffstat (limited to 'sc/sdi')
-rw-r--r-- | sc/sdi/formatsh.sdi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/sdi/formatsh.sdi b/sc/sdi/formatsh.sdi index 13884ce2b9ac..dd78853c0450 100644 --- a/sc/sdi/formatsh.sdi +++ b/sc/sdi/formatsh.sdi @@ -58,6 +58,7 @@ interface FormatForSelection SID_STYLE_FAMILY4 [ ExecMethod = ExecuteStyle; StateMethod = GetStyleState; ] SID_STYLE_EDIT [ ExecMethod = ExecuteStyle; StateMethod = GetStyleState; ] SID_STYLE_DELETE [ ExecMethod = ExecuteStyle; StateMethod = GetStyleState; ] + SID_STYLE_HIDE [ ExecMethod = ExecuteStyle; StateMethod = GetStyleState; ] SID_STYLE_SHOW [ ExecMethod = ExecuteStyle; StateMethod = GetStyleState; ] // } Slot's die in der DrawShell disabled werden. |