diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2007-12-07 10:43:29 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2007-12-07 10:43:29 +0000 |
commit | 801183f8a6c54aa8e9a333387f0c85aedc2171fe (patch) | |
tree | 61baa02c6778e75585708eb8e18eb0de8fd26f18 /avmedia | |
parent | faa032bb1853fddd28e21f35c97058ed5fab9090 (diff) |
INTEGRATION: CWS macosxquicktime01 (1.7.54); FILE MERGED
2007/10/25 16:17:51 msicotte 1.7.54.1: #i82234# code to make the player window visible and link it to the QTMovie
Diffstat (limited to 'avmedia')
-rw-r--r-- | avmedia/source/viewer/mediawindow_impl.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/avmedia/source/viewer/mediawindow_impl.cxx b/avmedia/source/viewer/mediawindow_impl.cxx index 25435a22cbd3..fc7706b93e53 100644 --- a/avmedia/source/viewer/mediawindow_impl.cxx +++ b/avmedia/source/viewer/mediawindow_impl.cxx @@ -4,9 +4,9 @@ * * $RCSfile: mediawindow_impl.cxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: hr $ $Date: 2006-06-19 13:59:09 $ + * last change: $Author: vg $ $Date: 2007-12-07 11:43:29 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -241,7 +241,7 @@ void MediaWindowImpl::onURLChanged() uno::Reference< media::XPlayerWindow > xPlayerWindow; const Point aPoint; const Size aSize( maChildWindow.GetSizePixel() ); - const sal_Int32 nWndHandle = static_cast< sal_Int32 >( maChildWindow.getParentWindowHandleForJava() ); + const sal_IntPtr nWndHandle = static_cast< sal_IntPtr >( maChildWindow.getParentWindowHandleForJava() ); aArgs[ 0 ] = uno::makeAny( nWndHandle ); aArgs[ 1 ] = uno::makeAny( awt::Rectangle( aPoint.X(), aPoint.Y(), aSize.Width(), aSize.Height() ) ); |