LibreOffice / loeclipse

LibreOffice Eclipse plugin for extension development
https://libreoffice.github.io/loeclipse/
31 stars 25 forks source link

New extension project created with syntax error #23

Open smehrbrodt opened 8 years ago

smehrbrodt commented 8 years ago

When creating a new extension with a service based on XJobExecutor, the implemented trigger method looks like:

    // com.sun.star.task.XJobExecutor:
    public void trigger(java/lang/String Event)
    {
        // TODO: Insert your implementation for "trigger" here.
    }

The java/lang/String should be java.lang.string.

This needs to be fixed in LibreOffice itself, in the 'javamaker' program. Code pointer: http://opengrok.libreoffice.org/xref/core/codemaker/source/commonjava/commonjava.cxx#45