one ; is sufficient

Change-Id: I52d00d5092a84a544f809ad066cb825b8ad6338f
This commit is contained in:
Julien Nabet 2013-11-04 23:00:38 +01:00
parent 133d59adf7
commit fe76db0776

View File

@ -212,7 +212,7 @@ OUString SAL_CALL FrameGrabber::getImplementationName( )
sal_Bool SAL_CALL FrameGrabber::supportsService( const OUString& ServiceName )
throw (uno::RuntimeException)
{
return cppu::supportsService(this, ServiceName);;
return cppu::supportsService(this, ServiceName);
}
uno::Sequence< OUString > SAL_CALL FrameGrabber::getSupportedServiceNames()