diff options
author | Oliver Bolte <obo@openoffice.org> | 2004-08-12 09:29:24 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2004-08-12 09:29:24 +0000 |
commit | 778016aad1eb502c1b4e7db3b5786df19d6570ca (patch) | |
tree | d8d44fcfcf33c086e03cfeb5ac5519d7723ef03a /svx/sdi | |
parent | 1fc2d1809e5785557f748645b867a80575e1e596 (diff) |
INTEGRATION: CWS jmf2 (1.50.28); FILE MERGED
2004/07/15 15:37:32 ka 1.50.28.1: #i3316#: changes for m47 build
Diffstat (limited to 'svx/sdi')
-rw-r--r-- | svx/sdi/svx.sdi | 28 |
1 files changed, 26 insertions, 2 deletions
diff --git a/svx/sdi/svx.sdi b/svx/sdi/svx.sdi index f00a1e4deb8f..44d34187c88e 100644 --- a/svx/sdi/svx.sdi +++ b/svx/sdi/svx.sdi @@ -2,9 +2,9 @@ * * $RCSfile: svx.sdi,v $ * - * $Revision: 1.52 $ + * $Revision: 1.53 $ * - * last change: $Author: hr $ $Date: 2004-08-02 17:38:46 $ + * last change: $Author: obo $ $Date: 2004-08-12 10:29:24 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -13519,3 +13519,27 @@ SfxVoidItem CommonAlignVerticalDefault SID_ALIGN_ANY_VDEFAULT GroupId = GID_FORMAT; ] +SfxVoidItem AVMediaToolBox SID_AVMEDIA_TOOLBOX +( avmedia_MediaItem AVMediaToolBox SID_AVMEDIA_TOOLBOX ) +[ + /* flags: */ + AutoUpdate = FALSE, + Cachable = Cachable, + FastCall = FALSE, + HasCoreId = FALSE, + HasDialog = FALSE, + ReadOnlyDoc = TRUE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + Synchron; + SlotType = avmedia_MediaItem; + + /* config: */ + AccelConfig = TRUE, + MenuConfig = TRUE, + StatusBarConfig = FALSE, + ToolBoxConfig = TRUE, + GroupId = GID_APPLICATION; +] |