diff options
author | Caolán McNamara <caolanm@redhat.com> | 2021-03-03 19:56:53 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2021-03-04 10:08:10 +0100 |
commit | 2dd772f921ca36ed9c0f634345dd2af33ac2b9f5 (patch) | |
tree | ed33be3033c7a120d8837c7f72801273efb43f94 /chart2 | |
parent | 366710b21a6a5556c4713bbc5d917b7ba17d7c85 (diff) |
drop some unused forward declares
Change-Id: I57df9a6903c75ca8fc822431ae8294f76167cc97
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111939
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'chart2')
-rw-r--r-- | chart2/source/controller/sidebar/ChartAxisPanel.hxx | 4 |
1 files changed, 0 insertions, 4 deletions
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; |