diff options
author | Caolán McNamara <caolanm@redhat.com> | 2019-12-20 12:35:31 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2019-12-20 17:40:46 +0100 |
commit | 270facec104ed1e0e4503de9391a29ae4c8b7dfd (patch) | |
tree | 2c604eddab86ac88c8148042509b315a475bc409 /chart2/source/controller/sidebar | |
parent | a9f116527351a2e3fccee6152afb58c89226d0b2 (diff) |
unneeded forward declares
Change-Id: I734f53439c30c80fb45d3b7e4281887d636b90c6
Reviewed-on: https://gerrit.libreoffice.org/85600
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'chart2/source/controller/sidebar')
-rw-r--r-- | chart2/source/controller/sidebar/ChartTypePanel.hxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/chart2/source/controller/sidebar/ChartTypePanel.hxx b/chart2/source/controller/sidebar/ChartTypePanel.hxx index 867d3003541b..7882bdc0a14d 100644 --- a/chart2/source/controller/sidebar/ChartTypePanel.hxx +++ b/chart2/source/controller/sidebar/ChartTypePanel.hxx @@ -22,7 +22,6 @@ #include <sfx2/sidebar/IContextChangeReceiver.hxx> #include <sfx2/sidebar/SidebarModelUpdate.hxx> #include <svx/sidebar/PanelLayout.hxx> -//#include <vcl/layout.hxx> #include "ChartSidebarModifyListener.hxx" #include <ChartTypeDialogController.hxx> #include <ChartTypeTemplateProvider.hxx> @@ -47,9 +46,6 @@ namespace weld class CustomWeld; } -class ListBox; -class ValueSet; - namespace chart { class ChartController; |