summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorobo <obo@openoffice.org>2010-04-22 09:45:29 +0200
committerobo <obo@openoffice.org>2010-04-22 09:45:29 +0200
commitedaa6f16f0d0802244fd006107719599243dc6cb (patch)
tree189b9c02454e9e5cce000266dc4922092fe79fdd
parent25a21b8882856341e4c6220c0a54beff60c17844 (diff)
parent0e92e04afa0f896f6f8913f922be53e3ca94960d (diff)
CWS-TOOLING: integrate CWS nativel
-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? */