Kaydet (Commit) 4e40d2ef authored tarafından Stephan Bergmann's avatar Stephan Bergmann

typo

Change-Id: I7bb89ac8acf42183e9d7ffaf942365ffa9da9815
üst ad24ad98
......@@ -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()
......
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