one ; is sufficient
Change-Id: I52d00d5092a84a544f809ad066cb825b8ad6338f
This commit is contained in:
parent
133d59adf7
commit
fe76db0776
@ -212,7 +212,7 @@ OUString SAL_CALL FrameGrabber::getImplementationName( )
|
|||||||
sal_Bool SAL_CALL FrameGrabber::supportsService( const OUString& ServiceName )
|
sal_Bool SAL_CALL FrameGrabber::supportsService( const OUString& ServiceName )
|
||||||
throw (uno::RuntimeException)
|
throw (uno::RuntimeException)
|
||||||
{
|
{
|
||||||
return cppu::supportsService(this, ServiceName);;
|
return cppu::supportsService(this, ServiceName);
|
||||||
}
|
}
|
||||||
|
|
||||||
uno::Sequence< OUString > SAL_CALL FrameGrabber::getSupportedServiceNames()
|
uno::Sequence< OUString > SAL_CALL FrameGrabber::getSupportedServiceNames()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user