summaryrefslogtreecommitdiff
path: root/extensions/source/abpilot/typeselectionpage.hxx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2008-03-06 17:39:43 +0000
committerKurt Zenker <kz@openoffice.org>2008-03-06 17:39:43 +0000
commite3154d8e86c8d601759c652bd21a84601694281c (patch)
treec5095c67446d3a2d0e3f1419712a71ef858e6a3d /extensions/source/abpilot/typeselectionpage.hxx
parent415cc5cdeee9e506c019d98035959923d0d2915a (diff)
INTEGRATION: CWS odbmacros2 (1.10.44); FILE MERGED
2008/02/11 11:14:55 fs 1.10.44.3: IWizardPage is COMMIT_REASON is deprecated - replace usages with CommitPageReason, while I have an svtools-incompatible CWS 2008/01/30 13:21:09 fs 1.10.44.2: canAdvance made const 2008/01/15 09:52:42 fs 1.10.44.1: some re-factoring of OWizardMachine, RoadmapWizard and derived classes, to prepare the migration UI for #i49133#
Diffstat (limited to 'extensions/source/abpilot/typeselectionpage.hxx')
-rw-r--r--extensions/source/abpilot/typeselectionpage.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/extensions/source/abpilot/typeselectionpage.hxx b/extensions/source/abpilot/typeselectionpage.hxx
index 01422dcbe512..604b8df1013b 100644
--- a/extensions/source/abpilot/typeselectionpage.hxx
+++ b/extensions/source/abpilot/typeselectionpage.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: typeselectionpage.hxx,v $
*
- * $Revision: 1.10 $
+ * $Revision: 1.11 $
*
- * last change: $Author: ihi $ $Date: 2007-09-13 18:02:14 $
+ * last change: $Author: kz $ $Date: 2008-03-06 18:39:43 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -91,19 +91,19 @@ namespace abp
TypeSelectionPage( OAddessBookSourcePilot* _pParent );
// retrieves the currently selected type
- AddressSourceType getSelectedType();
+ AddressSourceType getSelectedType() const;
protected:
// OWizardPage overridables
virtual void initializePage();
- virtual sal_Bool commitPage(COMMIT_REASON _eReason);
+ virtual sal_Bool commitPage( CommitPageReason _eReason );
// TabDialog overridables
virtual void ActivatePage();
virtual void DeactivatePage();
// OImportPage overridables
- virtual sal_Bool determineNextButtonState();
+ virtual bool canAdvance() const;
private:
DECL_LINK( OnTypeSelected, void* );