Change-Id: I7bb89ac8acf42183e9d7ffaf942365ffa9da9815
This commit is contained in:
Stephan Bergmann 2013-10-22 13:32:39 +02:00
parent ad24ad9881
commit 4e40d2ef4b

View File

@ -659,7 +659,7 @@ throw( uno::RuntimeException )
sal_Bool SAL_CALL SalAquaFilePicker::supportsService( const rtl::OUString& sServiceName )
throw( uno::RuntimeException )
{
return cppu:supportsService(this, sServiceName);
return cppu::supportsService(this, sServiceName);
}
uno::Sequence<rtl::OUString> SAL_CALL SalAquaFilePicker::getSupportedServiceNames()