summaryrefslogtreecommitdiff
path: root/extensions
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2008-03-06 17:40:30 +0000
committerKurt Zenker <kz@openoffice.org>2008-03-06 17:40:30 +0000
commit1feefba22c7f56e001734f5100bc4ce4137e7375 (patch)
tree711321e5067a60074a3a563c174d3ec6a7c3383a /extensions
parent82c4cc44c7343f9bb0e424caab2df8a0ca810b9f (diff)
INTEGRATION: CWS odbmacros2 (1.6.424); FILE MERGED
2008/02/11 11:14:55 fs 1.6.424.3: IWizardPage is COMMIT_REASON is deprecated - replace usages with CommitPageReason, while I have an svtools-incompatible CWS 2008/01/30 13:19:50 fs 1.6.424.2: canAdvance made const 2008/01/15 09:52:42 fs 1.6.424.1: some re-factoring of OWizardMachine, RoadmapWizard and derived classes, to prepare the migration UI for #i49133#
Diffstat (limited to 'extensions')
-rw-r--r--extensions/source/dbpilots/commonpagesdbp.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/extensions/source/dbpilots/commonpagesdbp.hxx b/extensions/source/dbpilots/commonpagesdbp.hxx
index 2cb58af7c05d..3bf047b90607 100644
--- a/extensions/source/dbpilots/commonpagesdbp.hxx
+++ b/extensions/source/dbpilots/commonpagesdbp.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: commonpagesdbp.hxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 19:26:16 $
+ * last change: $Author: kz $ $Date: 2008-03-06 18:40:30 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -80,7 +80,7 @@ namespace dbp
// OWizardPage overridables
virtual void initializePage();
- virtual sal_Bool commitPage(COMMIT_REASON _eReason);
+ virtual sal_Bool commitPage( CommitPageReason _eReason );
protected:
DECL_LINK( OnListboxSelection, ListBox* );
@@ -92,7 +92,7 @@ namespace dbp
_rxConn = ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XConnection >());
// OControlWizardPage overridables
- virtual sal_Bool determineNextButtonState();
+ virtual bool canAdvance() const;
};
//=====================================================================
@@ -147,7 +147,7 @@ namespace dbp
// OWizardPage overridables
virtual void initializePage();
- virtual sal_Bool commitPage(COMMIT_REASON _eReason);
+ virtual sal_Bool commitPage( CommitPageReason _eReason );
// own overridables
virtual String& getDBFieldSetting() = 0;