summaryrefslogtreecommitdiff
path: root/avmedia/source/quicktime/window.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'avmedia/source/quicktime/window.cxx')
-rw-r--r--avmedia/source/quicktime/window.cxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/avmedia/source/quicktime/window.cxx b/avmedia/source/quicktime/window.cxx
index 3f5aa3dc54d5..024354093ba4 100644
--- a/avmedia/source/quicktime/window.cxx
+++ b/avmedia/source/quicktime/window.cxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -73,13 +73,13 @@ Window::Window( const uno::Reference< lang::XMultiServiceFactory >& i_rxMgr, Pla
mpParentView( i_pParentView ),
mpMovieView( nil )
{
-
+
::osl::MutexGuard aGuard( ImplGetOwnStaticMutex() );
if( mpParentView ) // sanity check
{
-
+
NSRect aViewRect = [mpParentView frame];
aViewRect.origin.x = aViewRect.origin.y = 0;
mpMovieView = [[QTMovieView alloc] initWithFrame: aViewRect];
@@ -104,7 +104,7 @@ Window::~Window()
[mpMovieView setMovie:nil];
[mpMovieView release];
mpMovieView = nil;
- }
+ }
}
bool Window::create( const ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Any >& aArguments )
@@ -139,7 +139,7 @@ media::ZoomLevel SAL_CALL Window::getZoomLevel( )
// ------------------------------------------------------------------------------
-void SAL_CALL Window::setPointerType( sal_Int32 nPointerType )
+void SAL_CALL Window::setPointerType( sal_Int32 nPointerType )
throw (uno::RuntimeException)
{
mnPointerType = nPointerType;
@@ -182,7 +182,7 @@ void SAL_CALL Window::setVisible( sal_Bool bVisible )
throw (uno::RuntimeException)
{
OSL_TRACE ("Window::setVisible");
-
+
}
// ------------------------------------------------------------------------------