To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=98028
------- Additional comments from [email protected] Fri Oct 30 10:22:30 +0000 2009 ------- cmc->sb: "UNO structs map to C++ structs/classes, but also other UNO types like string (rtl::OUString in C++), sequences". Yeah, same logic in one sense given the pass by reference in the UNO ABI. But IIRC those types are sufficiently complex (and/or large) that even if they weren't passed by reference they don't get passed in through registers anyway in the C++ ABI. --------------------------------------------------------------------- Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
