Kaydet (Commit) a68ef588 authored tarafından Rüdiger Timm's avatar Rüdiger Timm

INTEGRATION: CWS jmf3 (1.1.1.1.2); FILE MERGED

2004/10/04 10:30:25 ka 1.1.1.1.2.1: #i34778#: added help ids for mediaplayer
üst 26dc1757
......@@ -2,9 +2,9 @@
*
* $RCSfile: mediaplayer.cxx,v $
*
* $Revision: 1.1.1.1 $
* $Revision: 1.2 $
*
* last change: $Author: ka $ $Date: 2004-08-23 09:04:41 $
* last change: $Author: rt $ $Date: 2004-11-03 15:53:36 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
......@@ -64,6 +64,7 @@
#include "mediaitem.hxx"
#include "mediamisc.hxx"
#include "mediacontrol.hrc"
#include "helpids.hrc"
#include <svtools/stritem.hxx>
#include <sfx2/app.hxx>
......@@ -150,8 +151,15 @@ void MediaFloater::ToggleFloatingMode()
SfxDockingWindow::ToggleFloatingMode();
mpMediaWindow = new MediaWindow( this, true );
mpMediaWindow->setPosSize( Rectangle( Point(), GetOutputSizePixel() ) );
mpMediaWindow->executeMediaItem( aRestoreItem );
Window* pWindow = mpMediaWindow->getWindow();
if( pWindow )
pWindow->SetHelpId( HID_AVMEDIA_PLAYERWINDOW );
mpMediaWindow->show();
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment