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

DefaultOfficeManagerConfiguration and LibreOffice 3.6 #1

Open
l0co opened this issue Oct 2, 2012 · 0 comments
Open

DefaultOfficeManagerConfiguration and LibreOffice 3.6 #1

l0co opened this issue Oct 2, 2012 · 0 comments

Comments

@l0co
Copy link

l0co commented Oct 2, 2012

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant