https://bugs.documentfoundation.org/show_bug.cgi?id=147571
--- Comment #4 from [email protected] --- One more example that partially contradicts my previous comment. DefObj o Sub Test Dim Constraints As New com.sun.star.sheet.SolverConstraint MsgBox(TypeName(Constraints.Operator)) Constraints.Operator = 1 End Sub Whether we apply the DefObj declaration or not, TypeName reports the type as Long according to expectation. However, setting a value of 1 to the Operator element stops working only in case when declaring DefObj. -- You are receiving this mail because: You are the assignee for the bug.
