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

--- Comment #34 from Alexandre Vicenzi <vicenzi.alexan...@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.
_______________________________________________
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice

Reply via email to