https://issues.apache.org/ooo/show_bug.cgi?id=122994
Carl Marcum <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Carl Marcum <[email protected]> --- Ariel, Can you give me the steps you took? I'm using the last change I made to the plugin which compiles as: org-openoffice-extensions-4.0.0.nbm which hasn't been available yet and a dev-snapshot of AOO 4.0 but as no updates to the code for the UNO IDL file have been made. When I create one my file looks like this: /* * NewUnoIdlTypeTest.idl * * Created on 2013.08.27 - 22:06:10 * */ #ifndef __com_NewUnoIdlTypeTest__ #define __com_NewUnoIdlTypeTest__ #include <com/sun/star/uno/XInterface.idl> module com { interface NewUnoIdlTypeTest { long function0([in] long parameter0); }; }; #endif -- You are receiving this mail because: You are on the CC list for the bug. You are the assignee for the bug. You are watching all bug changes.
