summaryrefslogtreecommitdiff
path: root/desktop/source/migration/wizard.hxx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2008-03-06 17:50:06 +0000
committerKurt Zenker <kz@openoffice.org>2008-03-06 17:50:06 +0000
commit5029fea5472f412de16863984c582ae803e6c7cd (patch)
treeb869b92c3107382330c2888588f411ea63cb432c /desktop/source/migration/wizard.hxx
parentdaec1dfe7df2a6ca3b6cf10fade21597b08c5adf (diff)
INTEGRATION: CWS odbmacros2 (1.8.126); FILE MERGED
2008/02/04 13:10:31 fs 1.8.126.2: RESYNC: (1.8-1.9); FILE MERGED 2008/01/15 09:53:32 fs 1.8.126.1: some re-factoring of OWizardMachine, RoadmapWizard and derived classes, to prepare the migration UI for #i49133#
Diffstat (limited to 'desktop/source/migration/wizard.hxx')
-rw-r--r--desktop/source/migration/wizard.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/desktop/source/migration/wizard.hxx b/desktop/source/migration/wizard.hxx
index 06a14fe02a..b89823901f 100644
--- a/desktop/source/migration/wizard.hxx
+++ b/desktop/source/migration/wizard.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: wizard.hxx,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: rt $ $Date: 2008-01-29 16:31:18 $
+ * last change: $Author: kz $ $Date: 2008-03-06 18:50:06 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -105,7 +105,7 @@ protected:
virtual void enterState(WizardState _nState);
// from svt::RoadmapWizard
- virtual String getStateDisplayName( WizardState _nState );
+ virtual String getStateDisplayName( WizardState _nState ) const;
};
}
#endif