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

Andreas Heinisch <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|[email protected]   |[email protected]
                   |                            |desktop.org
             Status|ASSIGNED                    |NEW

--- Comment #7 from Andreas Heinisch <[email protected]> ---
Investigated the error and imho it is not trivial, because every parameter is
considered by reference if not explicitly set. Then the runtime decides if the
parameter will be handled either by value or by reference.

For instance, if a parameter is not fixed and not of type variant the parameter
will be by value. I tried to remove the fixed part, but it breaks some tests.

Maybe someone else finds a solution to this problem. The test can be taken from
the proposed patch.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to