summaryrefslogtreecommitdiffstats
path: root/sw/source/ui/dbui/mmoutputpage.hxx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2008-03-06 18:06:56 +0000
committerKurt Zenker <kz@openoffice.org>2008-03-06 18:06:56 +0000
commit217444be990cda6f88b25395f9d837c744934148 (patch)
treec79c4859e09c8374a370a6df89b97b78deba7cff /sw/source/ui/dbui/mmoutputpage.hxx
parentINTEGRATION: CWS odbmacros2 (1.20.122); FILE MERGED (diff)
downloadcore-217444be990cda6f88b25395f9d837c744934148.tar.gz
core-217444be990cda6f88b25395f9d837c744934148.zip
INTEGRATION: CWS odbmacros2 (1.8.126); FILE MERGED
2008/01/30 13:31:34 fs 1.8.126.2: canAdvance made const 2008/01/15 11:50:41 fs 1.8.126.1: some re-factoring of OWizardMachine, RoadmapWizard and derived classes, to prepare the migration UI for #i49133#
Diffstat (limited to 'sw/source/ui/dbui/mmoutputpage.hxx')
-rw-r--r--sw/source/ui/dbui/mmoutputpage.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sw/source/ui/dbui/mmoutputpage.hxx b/sw/source/ui/dbui/mmoutputpage.hxx
index e16635e88249..91e4dc3743e1 100644
--- a/sw/source/ui/dbui/mmoutputpage.hxx
+++ b/sw/source/ui/dbui/mmoutputpage.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: mmoutputpage.hxx,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: hr $ $Date: 2007-09-27 11:34:58 $
+ * last change: $Author: kz $ $Date: 2008-03-06 19:06:56 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -170,8 +170,8 @@ class SwMailMergeOutputPage : public svt::OWizardPage
DECL_LINK(DocumentSelectionHdl_Impl, RadioButton*);
protected:
- virtual sal_Bool determineNextButtonState();
- virtual void ActivatePage();
+ virtual bool canAdvance() const;
+ virtual void ActivatePage();
public:
SwMailMergeOutputPage( SwMailMergeWizard* _pParent);
~SwMailMergeOutputPage();