[Libreoffice-commits] core.git: chart2/source sd/source
Caolán McNamara (via logerrit)
logerrit at kemper.freedesktop.org
Fri Dec 20 16:42:49 UTC 2019
chart2/source/controller/sidebar/ChartTypePanel.hxx | 4 ----
sd/source/ui/table/TableDesignPane.cxx | 1 -
2 files changed, 5 deletions(-)
New commits:
commit 270facec104ed1e0e4503de9391a29ae4c8b7dfd
Author: Caolán McNamara <caolanm at redhat.com>
AuthorDate: Fri Dec 20 12:35:31 2019 +0000
Commit: Caolán McNamara <caolanm at redhat.com>
CommitDate: Fri Dec 20 17:40:46 2019 +0100
unneeded forward declares
Change-Id: I734f53439c30c80fb45d3b7e4281887d636b90c6
Reviewed-on: https://gerrit.libreoffice.org/85600
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm at redhat.com>
Tested-by: Caolán McNamara <caolanm at redhat.com>
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;
diff --git a/sd/source/ui/table/TableDesignPane.cxx b/sd/source/ui/table/TableDesignPane.cxx
index a9204c29c3df..90ec60845e31 100644
--- a/sd/source/ui/table/TableDesignPane.cxx
+++ b/sd/source/ui/table/TableDesignPane.cxx
@@ -28,7 +28,6 @@
#include <sfx2/viewfrm.hxx>
#include <vcl/virdev.hxx>
#include <vcl/settings.hxx>
-#include <vcl/builderfactory.hxx>
#include <tools/debug.hxx>
#include <svl/style.hxx>
More information about the Libreoffice-commits
mailing list