diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2016-03-03 12:18:59 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2016-03-03 13:40:14 +0100 |
commit | e4fe540aa4f77a4d76e4c6042d5790211aebc450 (patch) | |
tree | 606e0ac16dccae322aa15dbb6b2c701ca1acba0e /sc/sdi | |
parent | a56ba98ec5e287f872d957493f9e81ee27a24c00 (diff) |
sc: add classification toolbar
Again this is just UI to call into sfx2, where the functionality is
shared with Writer and Impress.
Change-Id: I73ce6fb54d50c23df19ed2c610766b7c515e94d6
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 2c90f60e9855..740e0024bdfd 100644 --- a/sc/sdi/formatsh.sdi +++ b/sc/sdi/formatsh.sdi @@ -56,6 +56,7 @@ interface FormatForSelection SID_STYLE_SHOW [ ExecMethod = ExecuteStyle; StateMethod = GetStyleState; ] SID_STYLE_PREVIEW [ ExecMethod = ExecuteStyle; ] SID_STYLE_END_PREVIEW [ ExecMethod = ExecuteStyle; ] + SID_CLASSIFICATION_APPLY [ ExecMethod = ExecuteStyle; ] // } Slot's die in der DrawShell disabled werden. SID_ATTR_ALIGN_HOR_JUSTIFY [ ExecMethod = ExecuteAlignment; StateMethod = GetAttrState; ] |