From 2dd772f921ca36ed9c0f634345dd2af33ac2b9f5 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Wed, 3 Mar 2021 19:56:53 +0000 Subject: drop some unused forward declares MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I57df9a6903c75ca8fc822431ae8294f76167cc97 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111939 Tested-by: Jenkins Reviewed-by: Caolán McNamara --- chart2/source/controller/sidebar/ChartAxisPanel.hxx | 4 ---- 1 file changed, 4 deletions(-) (limited to 'chart2') diff --git a/chart2/source/controller/sidebar/ChartAxisPanel.hxx b/chart2/source/controller/sidebar/ChartAxisPanel.hxx index f44192a26e15..0f5170f3cc0c 100644 --- a/chart2/source/controller/sidebar/ChartAxisPanel.hxx +++ b/chart2/source/controller/sidebar/ChartAxisPanel.hxx @@ -21,10 +21,6 @@ namespace com::sun::star::util { class XModifyListener; } namespace com::sun::star::view { class XSelectionChangeListener; } -class Edit; -class ListBox; -class MetricField; - namespace chart { class ChartController; -- cgit