diff options
author | Carsten Driesner <cd@openoffice.org> | 2010-04-12 14:19:20 +0200 |
---|---|---|
committer | Carsten Driesner <cd@openoffice.org> | 2010-04-12 14:19:20 +0200 |
commit | ef12d8a69cdba75f75845432ea84f03f69502ea4 (patch) | |
tree | 6c88513cccece83d4152c91e9ac3b9b1eea61d8b /desktop | |
parent | e2e01f75b72f24c46df5eb9fd77f051f0f4c809b (diff) |
nativel: #161976# Remove license dialog from installation wizard
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/source/app/appfirststart.cxx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/desktop/source/app/appfirststart.cxx b/desktop/source/app/appfirststart.cxx index c48805fcfeb7..2f0d4ab9e538 100644 --- a/desktop/source/app/appfirststart.cxx +++ b/desktop/source/app/appfirststart.cxx @@ -108,6 +108,9 @@ OUString Desktop::GetLicensePath() /* Check if we need to accept license. */ sal_Bool Desktop::LicenseNeedsAcceptance() { + // Don't show a license + return sal_False; +/* sal_Bool bShowLicense = sal_True; sal_Int32 nOpenSourceContext = 0; try @@ -122,6 +125,7 @@ sal_Bool Desktop::LicenseNeedsAcceptance() bShowLicense = sal_False; return bShowLicense; +*/ } /* Local function - was the wizard completed already? */ |