summaryrefslogtreecommitdiff
path: root/chart2
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2008-03-06 18:17:12 +0000
committerKurt Zenker <kz@openoffice.org>2008-03-06 18:17:12 +0000
commitb18ff768ba17f4515108199d2e6456868d2a47b5 (patch)
tree02ef513134c54d75a7db8ec1a62be422f57930c9 /chart2
parent16e4ab5c5f5066bbeab71d101f9d0e8bb78b1bba (diff)
INTEGRATION: CWS odbmacros2 (1.2.90); FILE MERGED
2008/02/11 11:13:08 fs 1.2.90.1: IWizardPage is COMMIT_REASON is deprecated - replace usages with CommitPageReason, while I have an svtools-incompatible CWS
Diffstat (limited to 'chart2')
-rw-r--r--chart2/source/controller/dialogs/tp_ChartType.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/chart2/source/controller/dialogs/tp_ChartType.hxx b/chart2/source/controller/dialogs/tp_ChartType.hxx
index 83cac0e6fc9f..9d8b9cc3b280 100644
--- a/chart2/source/controller/dialogs/tp_ChartType.hxx
+++ b/chart2/source/controller/dialogs/tp_ChartType.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: tp_ChartType.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: vg $ $Date: 2007-05-22 17:44:24 $
+ * last change: $Author: kz $ $Date: 2008-03-06 19:17:12 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -96,7 +96,7 @@ public:
virtual ~ChartTypeTabPage();
virtual void initializePage();
- virtual sal_Bool commitPage( COMMIT_REASON eReason );
+ virtual sal_Bool commitPage( CommitPageReason eReason );
virtual ::com::sun::star::uno::Reference<
::com::sun::star::chart2::XChartTypeTemplate > getCurrentTemplate() const;