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
About:
private boolean isValidProfileDir(File profileDir) { File setupXcu = new File(profileDir, "user/registry/data/org/openoffice/Setup.xcu"); return setupXcu.exists(); }
This seems to be no longer valid for LO 3.6 (can't see such file in newly created profile).
Another thing, for OfficeProcess, it seems that getStartupWatchTime() delay is not neccessary if the templateProfileDir is given.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
About:
This seems to be no longer valid for LO 3.6 (can't see such file in newly created profile).
Another thing, for OfficeProcess, it seems that getStartupWatchTime() delay is not neccessary if the templateProfileDir is given.
The text was updated successfully, but these errors were encountered: