https://bugs.documentfoundation.org/show_bug.cgi?id=98128

            Bug ID: 98128
           Summary: Missing support for UNO component constructor in
                    non-standard environment
           Product: LibreOffice
           Version: unspecified
          Hardware: All
                OS: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: medium
         Component: LibreOffice
          Assignee: [email protected]
          Reporter: [email protected]

Created attachment 122936
  --> https://bugs.documentfoundation.org/attachment.cgi?id=122936&action=edit
first step towards a fix

The code to handle the constructor feature in
cppuhelper/source/servicemanager.cxx still has

> if (curEnv.get() != env.get()) {
>     std::abort();//TODO
> }

for the case where a non-standard environment is requested (as is done by the
implementations in connectivity/source/drivers/ado/ado.component and
connectivity/source/drivers/jdbc/jdbc.component,
environment="@CPPU_ENV@:affine", but which both don't use the constructor
feature yet).

A first step towards a fix is the attached SERVICEMANAGER-MAPPING-TODO.patch.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to