summaryrefslogtreecommitdiff
path: root/chart2/source/controller/dialogs/tp_Wizard_TitlesAndObjects.hxx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2008-03-06 18:18:23 +0000
committerKurt Zenker <kz@openoffice.org>2008-03-06 18:18:23 +0000
commit2495b03453e358b8cbfd0011332abc746c30520f (patch)
tree1bd92de654d133228e1fe6a9ef27df85eef46ba6 /chart2/source/controller/dialogs/tp_Wizard_TitlesAndObjects.hxx
parent996838d3fd5190fa87bdde5240c708ce6c54b353 (diff)
INTEGRATION: CWS odbmacros2 (1.2.90); FILE MERGED
2008/02/11 11:13:08 fs 1.2.90.3: IWizardPage is COMMIT_REASON is deprecated - replace usages with CommitPageReason, while I have an svtools-incompatible CWS 2008/01/30 13:21:56 fs 1.2.90.2: canAdvance made const 2008/01/15 09:55:46 fs 1.2.90.1: some re-factoring of OWizardMachine, RoadmapWizard and derived classes, to prepare the migration UI for #i49133#
Diffstat (limited to 'chart2/source/controller/dialogs/tp_Wizard_TitlesAndObjects.hxx')
-rw-r--r--chart2/source/controller/dialogs/tp_Wizard_TitlesAndObjects.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/chart2/source/controller/dialogs/tp_Wizard_TitlesAndObjects.hxx b/chart2/source/controller/dialogs/tp_Wizard_TitlesAndObjects.hxx
index b71a2bd818a0..9dfb774c6f81 100644
--- a/chart2/source/controller/dialogs/tp_Wizard_TitlesAndObjects.hxx
+++ b/chart2/source/controller/dialogs/tp_Wizard_TitlesAndObjects.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: tp_Wizard_TitlesAndObjects.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: vg $ $Date: 2007-05-22 17:50:36 $
+ * last change: $Author: kz $ $Date: 2008-03-06 19:18:23 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -78,8 +78,8 @@ public:
virtual ~TitlesAndObjectsTabPage();
virtual void initializePage();
- virtual sal_Bool commitPage( COMMIT_REASON eReason );
- virtual sal_Bool determineNextButtonState();
+ virtual sal_Bool commitPage( CommitPageReason eReason );
+ virtual bool canAdvance() const;
protected:
void commitToModel();