summaryrefslogtreecommitdiff
path: root/desktop/source/splash
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2007-07-06 11:37:58 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2007-07-06 11:37:58 +0000
commit033ade9450b5cbba64c90a16fd84d64d638dd6a1 (patch)
treec73a43a6ca59c324a7391fa638014e373e892192 /desktop/source/splash
parenta9e633fc9e915a68662cf27c1a2253f83add64eb (diff)
INTEGRATION: CWS c09tosrc (1.5.176); FILE MERGED
2007/06/20 09:24:09 as 1.5.176.1: #144874# megre changes also into the master
Diffstat (limited to 'desktop/source/splash')
-rwxr-xr-xdesktop/source/splash/firststart.cxx9
1 files changed, 4 insertions, 5 deletions
diff --git a/desktop/source/splash/firststart.cxx b/desktop/source/splash/firststart.cxx
index 95fa086a3e..175258d9b7 100755
--- a/desktop/source/splash/firststart.cxx
+++ b/desktop/source/splash/firststart.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: firststart.cxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: obo $ $Date: 2006-10-12 14:17:58 $
+ * last change: $Author: rt $ $Date: 2007-07-06 12:37:58 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -142,9 +142,8 @@ throw ( RuntimeException )
sal_Bool bOverride = lArgs.getUnpackedValueOrDefault(ARG_OVERRIDE, (sal_Bool)sal_False);
sal_Bool bWidthUI = lArgs.getUnpackedValueOrDefault(ARG_WIDTHUI , (sal_Bool)sal_True );
- sal_Bool bSomethingTodo = ( bOverride ||
- FirstStartWizard::isFirstStart() ||
- ! FirstStartWizard::isLicenseAccepted() );
+ sal_Bool bSomethingTodo = ( bOverride ||
+ FirstStartWizard::isWizardNeeded() );
if(bSomethingTodo)
{