Kaydet (Commit) fe76db07 authored tarafından Julien Nabet's avatar Julien Nabet

one ; is sufficient

Change-Id: I52d00d5092a84a544f809ad066cb825b8ad6338f
üst 133d59ad
...@@ -212,7 +212,7 @@ OUString SAL_CALL FrameGrabber::getImplementationName( ) ...@@ -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()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment