summaryrefslogtreecommitdiff
path: root/chart2/source
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-11-30 09:24:41 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-11-30 14:47:28 +0100
commit919147fff4f3dadf877331e9bde293d1fbd945ba (patch)
tree068fc54be5ffe26d7222aaedef74cef925c75657 /chart2/source
parent0f7aa4b1e98f27b02e5cbb70d2ee3e6596b05484 (diff)
remove unused enum DataSourceDialogPages
Change-Id: If990d5f8cb2eca7fa6ffd21f2f8db17ba4385df6 Reviewed-on: https://gerrit.libreoffice.org/64319 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'chart2/source')
-rw-r--r--chart2/source/controller/dialogs/dlg_DataSource.cxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/chart2/source/controller/dialogs/dlg_DataSource.cxx b/chart2/source/controller/dialogs/dlg_DataSource.cxx
index 86651bcfd6bd..020d2a0e26ed 100644
--- a/chart2/source/controller/dialogs/dlg_DataSource.cxx
+++ b/chart2/source/controller/dialogs/dlg_DataSource.cxx
@@ -78,12 +78,6 @@ Reference< chart2::XChartTypeTemplate > DocumentChartTypeTemplateProvider::getCu
sal_uInt16 DataSourceDialog::m_nLastPageId = 0;
-enum DataSourceDialogPages
-{
- TP_RANGECHOOSER = 1,
- TP_DATA_SOURCE = 2
-};
-
DataSourceDialog::DataSourceDialog(weld::Window * pParent,
const Reference< XChartDocument > & xChartDocument,
const Reference< uno::XComponentContext > & xContext)