summaryrefslogtreecommitdiff
path: root/desktop/source
diff options
context:
space:
mode:
authorCarsten Driesner <cd@openoffice.org>2010-04-12 14:19:20 +0200
committerCarsten Driesner <cd@openoffice.org>2010-04-12 14:19:20 +0200
commit5f6ad060bddbe4b775d1defab3def85adc8879c0 (patch)
treedb8f9f27546511586c87d3e9e9395ec11f9a6ec3 /desktop/source
parent6a7091ded51f720ede2d20ffdecae053d08b5390 (diff)
nativel: #161976# Remove license dialog from installation wizard
Diffstat (limited to 'desktop/source')
-rw-r--r--desktop/source/app/appfirststart.cxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/desktop/source/app/appfirststart.cxx b/desktop/source/app/appfirststart.cxx
index c48805fcfe..2f0d4ab9e5 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? */