https://bugs.documentfoundation.org/show_bug.cgi?id=150926
--- Comment #1 from Werner Tietz <[email protected]> --- The IDL-definition used in the extension looks wrong, IHMO it should be: ``` #include <com/sun/star/uno/XInterface.idl> module org { module pystrings { module pystringtest { interface XPyStringTest { string pystringtest( [in] string teststring); }; }; }; }; ``` -- You are receiving this mail because: You are the assignee for the bug.
