diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2008-05-13 12:16:53 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2008-05-13 12:16:53 +0000 |
commit | b85174ad6bb5071a444549bb571590ac10513799 (patch) | |
tree | 0f8525e0fed47a12b8e239249ddd4823e047e179 /desktop/source/migration | |
parent | 6779b4a295f00cbfffb4361842ed7f33140d2660 (diff) |
INTEGRATION: CWS fwk86 (1.9.26); FILE MERGED
2008/04/30 15:50:48 pb 1.9.26.3: RESYNC: (1.10-1.11); FILE MERGED
2008/03/12 17:26:59 pb 1.9.26.2: RESYNC: (1.9-1.10); FILE MERGED
2008/03/06 09:28:23 cd 1.9.26.1: #i86384# Remove unused code from desktop
Diffstat (limited to 'desktop/source/migration')
-rw-r--r-- | desktop/source/migration/wizard.hxx | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/desktop/source/migration/wizard.hxx b/desktop/source/migration/wizard.hxx index 5b0b6fdd6f40..6f67abd46a1b 100644 --- a/desktop/source/migration/wizard.hxx +++ b/desktop/source/migration/wizard.hxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: wizard.hxx,v $ - * $Revision: 1.11 $ + * $Revision: 1.12 $ * * This file is part of OpenOffice.org. * @@ -64,8 +64,6 @@ public: virtual short Execute(); virtual long PreNotify( NotifyEvent& rNEvt ); - void overrideCheck(sal_Bool bOverride); - private: sal_Bool m_bOverride; WizardState _currentState; |