summaryrefslogtreecommitdiff
path: root/chart2/source/controller/dialogs/GL3DBarChartDialogController.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'chart2/source/controller/dialogs/GL3DBarChartDialogController.hxx')
-rw-r--r--chart2/source/controller/dialogs/GL3DBarChartDialogController.hxx36
1 files changed, 0 insertions, 36 deletions
diff --git a/chart2/source/controller/dialogs/GL3DBarChartDialogController.hxx b/chart2/source/controller/dialogs/GL3DBarChartDialogController.hxx
deleted file mode 100644
index 2d5d0a66b15b..000000000000
--- a/chart2/source/controller/dialogs/GL3DBarChartDialogController.hxx
+++ /dev/null
@@ -1,36 +0,0 @@
-/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
-/*
- * This file is part of the LibreOffice project.
- *
- * This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/.
- */
-
-#ifndef INCLUDED_CHART2_SOURCE_CONTROLLER_DIALOGS_GL3DBARCHARTDIALOGCONTROLLER_HXX
-#define INCLUDED_CHART2_SOURCE_CONTROLLER_DIALOGS_GL3DBARCHARTDIALOGCONTROLLER_HXX
-
-#include "ChartTypeDialogController.hxx"
-
-namespace chart {
-
-class GL3DBarChartDialogController : public ChartTypeDialogController
-{
-public:
- GL3DBarChartDialogController();
- virtual ~GL3DBarChartDialogController() override;
-
- virtual bool shouldShow_GL3DResourceGroup() const override;
-
- virtual OUString getName() override;
- virtual Image getImage() override;
- virtual const tTemplateServiceChartTypeParameterMap& getTemplateMap() const override;
-
- virtual void fillSubTypeList( ValueSet& rSubTypeList, const ChartTypeParameter& rParameter ) override;
-};
-
-}
-
-#endif
-
-/* vim:set shiftwidth=4 softtabstop=4 expandtab: */