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

Update OOServer.java #141

Closed
wants to merge 1 commit into from
Closed

Update OOServer.java #141

wants to merge 1 commit into from

Conversation

iqre8
Copy link

@iqre8 iqre8 commented Mar 22, 2021

-nologo is deprecated. Use --nologo instead.
-nodefault is deprecated. Use --nodefault instead.
-norestore is deprecated. Use --norestore instead.
-nolockcheck is deprecated. Use --nolockcheck instead.
-nofirststartwizard is deprecated. Use --nofirststartwizard instead.
-headless is deprecated. Use --headless instead.

-nologo is deprecated.  Use --nologo instead.
-nodefault is deprecated.  Use --nodefault instead.
-norestore is deprecated.  Use --norestore instead.
-nolockcheck is deprecated.  Use --nolockcheck instead.
-nofirststartwizard is deprecated.  Use --nofirststartwizard instead.
-headless is deprecated.  Use --headless instead.
@CLAassistant
Copy link

CLAassistant commented Mar 22, 2021

CLA assistant check
All committers have signed the CLA.

options.add("--nocrashreport");
options.add("--nolockcheck");
options.add("--nofirststartwizard");
options.add("--headless");

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We can't change the format of the command-line argument, because YARG can be used with old OpenOffice 3.1.0. OpenOffice 3.1.0 supports command line arguments only with one - (https://wiki.openoffice.org/wiki/Documentation/OOo3_User_Guides/Getting_Started/Starting_OpenOffice.org)

@andreysubbotin
Copy link
Contributor

We can't change the format of the command-line argument, because YARG can be used with old OpenOffice 3.1.0. OpenOffice 3.1.0 supports command line arguments only with one - (https://wiki.openoffice.org/wiki/Documentation/OOo3_User_Guides/Getting_Started/Starting_OpenOffice.org)

@iqre8
Copy link
Author

iqre8 commented Jul 5, 2021

What will you do with the next release where they will no longer support one -?

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

Successfully merging this pull request may close these issues.

3 participants