We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
java/lang/String
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When creating a new extension with a service based on XJobExecutor, the implemented trigger method looks like:
The
java/lang/String
should bejava.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
The text was updated successfully, but these errors were encountered: