diff options
author | Oliver Bolte <obo@openoffice.org> | 2004-08-12 09:12:50 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2004-08-12 09:12:50 +0000 |
commit | 59c5b9218b9911194b5b935d91c7af7766d84c27 (patch) | |
tree | 4c39be64eced70627178ad45286cc0004a4c3b86 /sw/sdi | |
parent | 4676655ee113fb5803ad48fb3863407df4ef4701 (diff) |
INTEGRATION: CWS jmf2 (1.5.228); FILE MERGED
2004/07/23 15:12:58 ka 1.5.228.1: #i3316#: support for media objects
Diffstat (limited to 'sw/sdi')
-rw-r--r-- | sw/sdi/makefile.mk | 6 | ||||
-rw-r--r-- | sw/sdi/swslots.sdi | 8 |
2 files changed, 9 insertions, 5 deletions
diff --git a/sw/sdi/makefile.mk b/sw/sdi/makefile.mk index d8eded18be42..77c96daa26b7 100644 --- a/sw/sdi/makefile.mk +++ b/sw/sdi/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.5 $ +# $Revision: 1.6 $ # -# last change: $Author: hr $ $Date: 2004-02-05 16:35:24 $ +# last change: $Author: obo $ $Date: 2004-08-12 10:12:24 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -122,6 +122,8 @@ SVSDIDEPEND= \ _viewsh.sdi\ viewsh.sdi\ wviewsh.sdi\ + _mediash.sdi\ + mediash.sdi\ swslots.hrc \ $(INC)$/globals.hrc \ $(INC)$/cmdid.h diff --git a/sw/sdi/swslots.sdi b/sw/sdi/swslots.sdi index a1e1ea6e4366..e7de7025bda1 100644 --- a/sw/sdi/swslots.sdi +++ b/sw/sdi/swslots.sdi @@ -2,9 +2,9 @@ * * $RCSfile: swslots.sdi,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: hr $ $Date: 2004-02-03 14:33:02 $ + * last change: $Author: obo $ $Date: 2004-08-12 10:12:50 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -144,5 +144,7 @@ ModulePrefix( "Sw" ) include "_viewsh.sdi" include "viewsh.sdi" include "wviewsh.sdi" -} + include "_mediash.sdi" + include "mediash.sdi" +} |