Date: prev next · Thread: first prev next last
2014 Archives by date, by thread · List index


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

--- Comment #35 from Stephan Bergmann <sbergman@redhat.com> ---
(In reply to comment #34)
sal_Bool SAL_CALL FilterBase::supportsService( const OUString& rServiceName
) throw( RuntimeException )
{
   return
   (rServiceName == "com.sun.star.document.ImportFilter" ) ||
   (rServiceName == "com.sun.star.document.ExportFilter" );
}

Please always give a pointer to the relevant file, apparently
oox/source/core/filterbase.cxx in this case.

As currrent FilterBase::supportsService behavior is in line with
FilterBase::getSupportedServiceNames behavior (defined just afterwards), the
usual approach of forwarding to cppu::supportsService just works here.  Or what
am I missing?

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.