[Bug 54938] Adapt supportsService implementations to cppu::supportsService
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Thu Feb 6 02:05:45 PST 2014
https://bugs.freedesktop.org/show_bug.cgi?id=54938
--- Comment #48 from Alexandre Vicenzi <vicenzi.alexandre at gmail.com> ---
(In reply to comment #47)
> (In reply to comment #46)
> > Does OObjectBase (reportdesign/source/core/sdr/RptObject.cxx,
> > reportdesign/inc/RptObject.hxx) support any service? I can't find
> > Implementation Name and
> > Supported Service Names.
>
> OObjectBase::supportsService appears to not be an implementation of
> css.lang.XServiceInfo.supportsService. Just leave it alone when converting
> implementations of XServiceInfo.supportsService to use cppu::supportsService.
>
> > If OObjectBase doesn't support, I think my implementation would be OK. Else
> > if supports any service I need those services name to fix what I have done.
> >
> > The old implementation not even had getSupportedServiceNames() and
> > getImplementationName() methods.
>
> Not sure what "old" and "new" implementations you are referring to.
But, I can add support to XServiceInfo right? Is this what I trying to do.
The old and new, are what I'm trying to do. I made OObjectBase inherit from
XServiceInfo and I added the missing methods. I didn't commit this one yet.
What do you think?
--
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/20140206/b675c0ce/attachment.html>
More information about the LibreOffice
mailing list