Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New extension project created with syntax error #23

Open
smehrbrodt opened this issue May 23, 2016 · 0 comments
Open

New extension project created with syntax error #23

smehrbrodt opened this issue May 23, 2016 · 0 comments
Labels

Comments

@smehrbrodt
Copy link
Contributor

smehrbrodt commented May 23, 2016

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

@smehrbrodt smehrbrodt changed the title New extension project create with syntax error New extension project created with syntax error May 23, 2016
@smehrbrodt smehrbrodt added the bug label May 25, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant