a stab at fixing the macosx build
Change-Id: Id50077d03c80819312ed55326d33108e24fd4e30
This commit is contained in:
@@ -111,14 +111,12 @@ uno::Reference< graphic::XGraphic > SAL_CALL FrameGrabber::grabFrame( double fMe
|
||||
return ::rtl::OUString( AVMEDIA_MACAVF_FRAMEGRABBER_IMPLEMENTATIONNAME );
|
||||
}
|
||||
|
||||
|
||||
sal_Bool SAL_CALL FrameGrabber::supportsService( const ::rtl::OUString& ServiceName )
|
||||
throw (uno::RuntimeException)
|
||||
{
|
||||
return ServiceName.equalsAsciiL( AVMEDIA_MACAVF_FRAMEGRABBER_SERVICENAME );
|
||||
return ServiceName == AVMEDIA_MACAVF_FRAMEGRABBER_SERVICENAME;
|
||||
}
|
||||
|
||||
|
||||
uno::Sequence< ::rtl::OUString > SAL_CALL FrameGrabber::getSupportedServiceNames( )
|
||||
throw (uno::RuntimeException)
|
||||
{
|
||||
|
@@ -63,7 +63,7 @@ uno::Reference< media::XPlayer > SAL_CALL Manager::createPlayer( const ::rtl::OU
|
||||
sal_Bool SAL_CALL Manager::supportsService( const ::rtl::OUString& ServiceName )
|
||||
throw (uno::RuntimeException)
|
||||
{
|
||||
return ServiceName.equalsAsciiL( AVMEDIA_MACAVF_MANAGER_SERVICENAME );
|
||||
return ServiceName == AVMEDIA_MACAVF_MANAGER_SERVICENAME;
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user