diff options
author | Oliver Bolte <obo@openoffice.org> | 2004-08-12 09:16:50 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2004-08-12 09:16:50 +0000 |
commit | bfce2c23de87eed1a0dc2c1284e054f9399a2cb6 (patch) | |
tree | c9670af2d3b383861244317ef9a7f77f1551d0c1 /sw | |
parent | 176de49bda851a332beac54b041f1a443f09d35b (diff) |
INTEGRATION: CWS jmf2 (1.47.68); FILE MERGED
2004/07/23 22:34:08 ka 1.47.68.2: RESYNC: (1.47-1.48); FILE MERGED
2004/07/21 11:16:37 ka 1.47.68.1: #i3316#: media support
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/ui/uiview/view2.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/sw/source/ui/uiview/view2.cxx b/sw/source/ui/uiview/view2.cxx index ad93e6063461..4e343d5e3691 100644 --- a/sw/source/ui/uiview/view2.cxx +++ b/sw/source/ui/uiview/view2.cxx @@ -2,9 +2,9 @@ * * $RCSfile: view2.cxx,v $ * - * $Revision: 1.49 $ + * $Revision: 1.50 $ * - * last change: $Author: kz $ $Date: 2004-08-02 13:11:11 $ + * last change: $Author: obo $ $Date: 2004-08-12 10:16:50 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -778,6 +778,9 @@ void __EXPORT SwView::Execute(SfxRequest &rReq) case SID_GALLERY : GetViewFrame()->ChildWindowExecute(rReq);//ToggleChildWindow(SID_GALLERY); break; + case SID_AVMEDIA_PLAYER : + GetViewFrame()->ChildWindowExecute(rReq);//ToggleChildWindow(SID_AVMEDIA_PLAYER); + break; case SID_VIEW_DATA_SOURCE_BROWSER: { SfxViewFrame* pVFrame = GetViewFrame(); |