summaryrefslogtreecommitdiff
path: root/desktop/source/migration/wizard.cxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2006-10-16 06:38:35 +0000
committerOliver Bolte <obo@openoffice.org>2006-10-16 06:38:35 +0000
commit5088492921bcad757b2899d58a856b77b5a3c9ea (patch)
treee53c315af6515973d8c99e0b192c7f1b8683ac6e /desktop/source/migration/wizard.cxx
parent4f911aee2336a611d917c2b024caad6ba54025e6 (diff)
#i10000# member initialisation (warning free code)
Diffstat (limited to 'desktop/source/migration/wizard.cxx')
-rw-r--r--desktop/source/migration/wizard.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/desktop/source/migration/wizard.cxx b/desktop/source/migration/wizard.cxx
index ed1602effc..22ffd52ba7 100644
--- a/desktop/source/migration/wizard.cxx
+++ b/desktop/source/migration/wizard.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: wizard.cxx,v $
*
- * $Revision: 1.10 $
+ * $Revision: 1.11 $
*
- * last change: $Author: obo $ $Date: 2006-10-12 14:27:21 $
+ * last change: $Author: obo $ $Date: 2006-10-16 07:38:35 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -112,11 +112,11 @@ ResMgr *FirstStartWizard::GetResManager()
FirstStartWizard::FirstStartWizard(Window* pParent)
:RoadmapWizard( pParent, WizardResId(DLG_FIRSTSTART_WIZARD),
WZB_NEXT|WZB_PREVIOUS|WZB_FINISH|WZB_CANCEL|WZB_HELP, WizardResId(STR_FIRSTSTART_TITLE))
+ ,m_bOverride(sal_False)
,m_aDefaultPath(0)
,m_aMigrationPath(0)
,m_bDone(sal_False)
,m_bAccepted(sal_False)
- ,m_bOverride(sal_False)
,m_bAutomaticUpdChk(sal_True)
{
// ---