[Libreoffice-commits] core.git: chart2/source

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Fri Nov 30 13:47:55 UTC 2018


 chart2/source/controller/dialogs/dlg_DataSource.cxx |    6 ------
 1 file changed, 6 deletions(-)

New commits:
commit 919147fff4f3dadf877331e9bde293d1fbd945ba
Author:     Noel Grandin <noel.grandin at collabora.co.uk>
AuthorDate: Fri Nov 30 09:24:41 2018 +0200
Commit:     Noel Grandin <noel.grandin at collabora.co.uk>
CommitDate: Fri Nov 30 14:47:28 2018 +0100

    remove unused enum DataSourceDialogPages
    
    Change-Id: If990d5f8cb2eca7fa6ffd21f2f8db17ba4385df6
    Reviewed-on: https://gerrit.libreoffice.org/64319
    Tested-by: Jenkins
    Reviewed-by: Noel Grandin <noel.grandin at collabora.co.uk>

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)


More information about the Libreoffice-commits mailing list