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 #48 from Alexandre Vicenzi <vicenzi.alexandre@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.

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.