typo
Change-Id: I7bb89ac8acf42183e9d7ffaf942365ffa9da9815
This commit is contained in:
@@ -659,7 +659,7 @@ throw( uno::RuntimeException )
|
|||||||
sal_Bool SAL_CALL SalAquaFilePicker::supportsService( const rtl::OUString& sServiceName )
|
sal_Bool SAL_CALL SalAquaFilePicker::supportsService( const rtl::OUString& sServiceName )
|
||||||
throw( uno::RuntimeException )
|
throw( uno::RuntimeException )
|
||||||
{
|
{
|
||||||
return cppu:supportsService(this, sServiceName);
|
return cppu::supportsService(this, sServiceName);
|
||||||
}
|
}
|
||||||
|
|
||||||
uno::Sequence<rtl::OUString> SAL_CALL SalAquaFilePicker::getSupportedServiceNames()
|
uno::Sequence<rtl::OUString> SAL_CALL SalAquaFilePicker::getSupportedServiceNames()
|
||||||
|
Reference in New Issue
Block a user