diff options
author | Tor Lillqvist <tml@collabora.com> | 2015-03-29 23:23:46 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2015-03-29 23:51:03 +0300 |
commit | 00ab36a16db3ed0cac6206a233722b4c7efb8cb6 (patch) | |
tree | a821eee49562192e78dcefdaef56e73fce61fd60 /odk | |
parent | db255d5a4e35f38c4bb4755970506d841c98edb2 (diff) |
The --nofirststartwizard option is a no-op
Change-Id: Id481af38ebb51224f4f8493cccfb4eb4fd1e268f
Diffstat (limited to 'odk')
-rw-r--r-- | odk/examples/cpp/custompanel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/odk/examples/cpp/custompanel/Makefile b/odk/examples/cpp/custompanel/Makefile index 95268db6ddea..c696e46ce353 100644 --- a/odk/examples/cpp/custompanel/Makefile +++ b/odk/examples/cpp/custompanel/Makefile @@ -47,7 +47,7 @@ OUT_COMP_DEPLOY=$(OUT_DEPLOY)/$(COMP_NAME) OUT_DEPLOY_DIR=$(subst /,$(PS),$(OUT_COMP_DEPLOY)) OUT_DEPLOY_URL=$(URLPREFIX)$(OUT_COMP_DEPLOY) ENV_USER_INSTALL=-env:"UserInstallation=$(OUT_DEPLOY_URL)" -OFFICE_START_OPTIONS=-nologo -nofirststartwizard -norestore -writer +OFFICE_START_OPTIONS=-nologo -norestore -writer OXT_DEPLOYEDFLAG=$(OUT_MISC)/cpp_$(COMP_NAME)_deployed_oxt.flag CXXFILES = \ |