diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2016-02-22 17:23:26 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2016-02-22 17:47:18 +0100 |
commit | 17a6535b3b2e1f0246e7605c018eded37c4a583c (patch) | |
tree | 34a2e8ab653194d25a49425e215470d6001c21ed /sfx2/sdi/sfx.sdi | |
parent | e895f1979ebf82cbab9739356ce97fc937efbdd0 (diff) |
sw classification: add initial UNO command
It doesn't do anything useful yet, though.
Change-Id: Ib6574f79996cfc7b09596f8aba21aaf106ee7c79
Diffstat (limited to 'sfx2/sdi/sfx.sdi')
-rw-r--r-- | sfx2/sdi/sfx.sdi | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/sfx2/sdi/sfx.sdi b/sfx2/sdi/sfx.sdi index 3ace5f8dd9a0..ad9ce0885b5f 100644 --- a/sfx2/sdi/sfx.sdi +++ b/sfx2/sdi/sfx.sdi @@ -4373,6 +4373,22 @@ SfxBoolItem StyleWatercanMode SID_STYLE_WATERCAN GroupId = GID_FORMAT; ] +SfxVoidItem ClassificationApply SID_CLASSIFICATION_APPLY +(SfxStringItem Name SID_CLASSIFICATION_APPLY) +[ + AutoUpdate = FALSE, + FastCall = FALSE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + + AccelConfig = TRUE, + MenuConfig = TRUE, + ToolBoxConfig = TRUE, + GroupId = GID_DOCUMENT; +] SfxUInt16Item SwitchViewShell SID_VIEWSHELL |