summaryrefslogtreecommitdiffstats
path: root/chart2/source/controller/main/CommandDispatchContainer.cxx
diff options
context:
space:
mode:
authorGabor Kelemen <kelemeng@ubuntu.com>2018-11-30 01:31:19 +0100
committerMiklos Vajna <vmiklos@collabora.com>2018-12-14 09:39:29 +0100
commit117d91cfb4a11b9fc71ca58fc60345c6b05dd5aa (patch)
tree47c899b06cf1321bd47267f8baa70074c7776ec2 /chart2/source/controller/main/CommandDispatchContainer.cxx
parentRemoved executable permission on .cxx file (diff)
downloadcore-117d91cfb4a11b9fc71ca58fc60345c6b05dd5aa.tar.gz
core-117d91cfb4a11b9fc71ca58fc60345c6b05dd5aa.zip
tdf#42949 Fix IWYU warnings in chart2/source/controller/*/cxx (1)
Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Cleaned directories are: accessibility, drawinglayer, itemsetwrapper, main, sidebar Change-Id: I612eae9dec636d57a3a3a00102d74b964da5b54c Reviewed-on: https://gerrit.libreoffice.org/64307 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'chart2/source/controller/main/CommandDispatchContainer.cxx')
-rw-r--r--chart2/source/controller/main/CommandDispatchContainer.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/chart2/source/controller/main/CommandDispatchContainer.cxx b/chart2/source/controller/main/CommandDispatchContainer.cxx
index ab93e3347057..58fa1bcd04ce 100644
--- a/chart2/source/controller/main/CommandDispatchContainer.cxx
+++ b/chart2/source/controller/main/CommandDispatchContainer.cxx
@@ -21,11 +21,12 @@
#include "UndoCommandDispatch.hxx"
#include "StatusBarCommandDispatch.hxx"
#include <DisposeHelper.hxx>
-#include <ChartController.hxx>
#include "DrawCommandDispatch.hxx"
#include "ShapeController.hxx"
#include <com/sun/star/frame/XDispatchProvider.hpp>
+#include <com/sun/star/frame/XModel.hpp>
+#include <com/sun/star/view/XSelectionSupplier.hpp>
using namespace ::com::sun::star;