diff options
author | Kurt Zenker <kz@openoffice.org> | 2008-03-06 17:39:12 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2008-03-06 17:39:12 +0000 |
commit | 9ec6c94bdfc770d28f5ad904f0ba2e83a1be3658 (patch) | |
tree | e15d858ba5339e79e9857851da46ad375889ff1c /extensions/source/abpilot/tableselectionpage.hxx | |
parent | 5e7f925e5af41278755accec0c7fe93cf3d0f772 (diff) |
INTEGRATION: CWS odbmacros2 (1.4.424); FILE MERGED
2008/02/11 11:14:55 fs 1.4.424.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.4.424.2: canAdvance made const
2008/01/15 09:52:42 fs 1.4.424.1: some re-factoring of OWizardMachine, RoadmapWizard and derived classes, to prepare the migration UI for #i49133#
Diffstat (limited to 'extensions/source/abpilot/tableselectionpage.hxx')
-rw-r--r-- | extensions/source/abpilot/tableselectionpage.hxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/extensions/source/abpilot/tableselectionpage.hxx b/extensions/source/abpilot/tableselectionpage.hxx index 52afafbbc..ac98f640d 100644 --- a/extensions/source/abpilot/tableselectionpage.hxx +++ b/extensions/source/abpilot/tableselectionpage.hxx @@ -4,9 +4,9 @@ * * $RCSfile: tableselectionpage.hxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: rt $ $Date: 2005-09-08 19:09:56 $ + * last change: $Author: kz $ $Date: 2008-03-06 18:39:12 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -63,14 +63,14 @@ namespace abp 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( OnTableSelected, void* ); |