Ariel,

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 that i know of. 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

Thanks,
Carl

On 08/09/2013 10:54 AM, bugzi...@apache.org wrote:
https://issues.apache.org/ooo/show_bug.cgi?id=122994

             Bug ID: 122994
         Issue Type: DEFECT
            Summary: Netbeans Integration: #import instead of #include in
                     new UNO IDL file
            Product: App Dev
            Version: 4.0.0
           Hardware: All
                 OS: All
             Status: UNCONFIRMED
           Severity: normal
           Priority: P3
          Component: sdk
           Assignee: iss...@openoffice.apache.org
           Reporter: am...@alkaid.cr
                 CC: iss...@openoffice.apache.org

When a new IDL file is created using the New File wizard, there is an #import
directive in the resulting file. It must be #include, instead.

Issue shows up using plugin version 3.0.0.beta.nbm.



---------------------------------------------------------------------
To unsubscribe, e-mail: api-unsubscr...@openoffice.apache.org
For additional commands, e-mail: api-h...@openoffice.apache.org

Reply via email to