summaryrefslogtreecommitdiff
path: root/chart2/source/controller/dialogs/tp_DataSource.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'chart2/source/controller/dialogs/tp_DataSource.cxx')
-rw-r--r--chart2/source/controller/dialogs/tp_DataSource.cxx27
1 files changed, 1 insertions, 26 deletions
diff --git a/chart2/source/controller/dialogs/tp_DataSource.cxx b/chart2/source/controller/dialogs/tp_DataSource.cxx
index 9a42b96a4a8a..77c861d529e9 100644
--- a/chart2/source/controller/dialogs/tp_DataSource.cxx
+++ b/chart2/source/controller/dialogs/tp_DataSource.cxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: tp_DataSource.cxx,v $
- * $Revision: 1.6 $
+ * $Revision: 1.5.44.2 $
*
* This file is part of OpenOffice.org.
*
@@ -573,31 +573,6 @@ void DataSourceTabPage::updateControlState()
isValid();
}
-
-void DataSourceTabPage::disableAll()
-{
- m_aFT_SERIES.Disable();
- m_apLB_SERIES->Disable();
-
- m_aBTN_ADD.Disable();
- m_aBTN_REMOVE.Disable();
-
- m_aFT_ROLE.Disable();
- m_aLB_ROLE.Disable();
-
- m_aFT_RANGE.Disable();
- m_aEDT_RANGE.Disable();
- m_aIMB_RANGE_MAIN.Disable();
-
- m_aFT_CATEGORIES.Disable();
- m_aFT_DATALABELS.Disable();
- m_aEDT_CATEGORIES.Disable();
- m_aIMB_RANGE_CAT.Disable();
-
- m_aBTN_UP.Disable();
- m_aBTN_DOWN.Disable();
-}
-
IMPL_LINK( DataSourceTabPage, SeriesSelectionChangedHdl, void *, EMPTYARG )
{
m_rDialogModel.startControllerLockTimer();