diff options
author | Kurt Zenker <kz@openoffice.org> | 2008-03-06 18:07:48 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2008-03-06 18:07:48 +0000 |
commit | d92abebdfa0af05a54c4322ef017758c006f492e (patch) | |
tree | 18fdd32f9725ea69a136641162b2c536fbe00141 | |
parent | 19daa0196d23a9303d0163de07a0324ed227a181 (diff) |
INTEGRATION: CWS odbmacros2 (1.7.88); FILE MERGED
2008/01/15 11:50:41 fs 1.7.88.1: some re-factoring of OWizardMachine, RoadmapWizard and derived classes, to prepare the migration UI for #i49133#
-rw-r--r-- | sw/source/ui/inc/mailmergewizard.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/ui/inc/mailmergewizard.hxx b/sw/source/ui/inc/mailmergewizard.hxx index 21a07319fd..bce40804b8 100644 --- a/sw/source/ui/inc/mailmergewizard.hxx +++ b/sw/source/ui/inc/mailmergewizard.hxx @@ -4,9 +4,9 @@ * * $RCSfile: mailmergewizard.hxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: vg $ $Date: 2007-10-22 15:20:11 $ + * last change: $Author: kz $ $Date: 2008-03-06 19:07:48 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -78,7 +78,7 @@ protected: // roadmap feature ?? // virtual sal_Bool prepareLeaveCurrentState( CommitPageReason _eReason ); - virtual String getStateDisplayName( WizardState _nState ); + virtual String getStateDisplayName( WizardState _nState ) const; public: SwMailMergeWizard(SwView& rView, SwMailMergeConfigItem& rConfigItem); |