[Bug 54938] Adapt supportsService implementations to cppu::supportsService

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Thu Jan 30 23:39:48 PST 2014


https://bugs.freedesktop.org/show_bug.cgi?id=54938

--- Comment #34 from Alexandre Vicenzi <vicenzi.alexandre at gmail.com> ---
What's the correct way to convert this?

sal_Bool SAL_CALL FilterBase::supportsService( const OUString& rServiceName )
throw( RuntimeException )
{
   return
   (rServiceName == "com.sun.star.document.ImportFilter" ) ||
   (rServiceName == "com.sun.star.document.ExportFilter" );
}

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/libreoffice/attachments/20140131/0f5efc05/attachment.html>


More information about the LibreOffice mailing list