diff options
author | Oliver Bolte <obo@openoffice.org> | 2004-09-09 15:47:12 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2004-09-09 15:47:12 +0000 |
commit | 4740acb93e45149656fcb0bd2ab775fa7388b4d3 (patch) | |
tree | 00706098ee4bcb6b81761de244b1ea5370ab919a /sfx2/sdi | |
parent | 5e7e9af867f7fb18baf665da0cdb2c95e0262a8e (diff) |
INTEGRATION: CWS toolbars2 (1.55.2); FILE MERGED
2004/08/26 13:16:41 cd 1.55.2.1: #i32219# Adapt XML security statusbar controller to new implementation
Diffstat (limited to 'sfx2/sdi')
-rw-r--r-- | sfx2/sdi/sfx.sdi | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/sfx2/sdi/sfx.sdi b/sfx2/sdi/sfx.sdi index 9536546e2d36..fa9b995f5402 100644 --- a/sfx2/sdi/sfx.sdi +++ b/sfx2/sdi/sfx.sdi @@ -7616,6 +7616,30 @@ SfxUInt16Item Signature SID_SIGNATURE ] //-------------------------------------------------------------------------- +SfxUInt16Item Signature SID_SIGNATURE +[ + /* flags: */ + AutoUpdate = FALSE, + Cachable = Cachable, + FastCall = FALSE, + HasCoreId = FALSE, + HasDialog = TRUE, + ReadOnlyDoc = TRUE, + Toggle = FALSE, + Container = TRUE, + RecordAbsolute = FALSE, + NoRecord; + Asynchron; + + /* config: */ + AccelConfig = TRUE, + MenuConfig = TRUE, + StatusBarConfig = TRUE, + ToolBoxConfig = TRUE, + GroupId = GID_DOCUMENT; +] + +//-------------------------------------------------------------------------- SfxVoidItem VersionVisible SID_VERSION_VISIBLE (SfxBoolItem Show SID_VERSION_VISIBLE) [ |