summaryrefslogtreecommitdiff
path: root/svx/source/tbxctrls
diff options
context:
space:
mode:
authorGabor Kelemen <kelemen.gabor2@nisz.hu>2020-08-11 20:24:32 +0200
committerMiklos Vajna <vmiklos@collabora.com>2020-11-25 11:45:05 +0100
commitcdda62d60845f1f1a18b461df198e4dbfbc590ef (patch)
treedd77df0355a8b623da080731e543fa1121209d1e /svx/source/tbxctrls
parentc638985dd3a63cdf76b2af67cd890f656a9c38eb (diff)
tdf#42949 Fix new IWYU warnings in directory svx
Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: If578c5119b85f991825e91df37c42e28f16e9de5 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100555 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'svx/source/tbxctrls')
-rw-r--r--svx/source/tbxctrls/StylesPreviewWindow.cxx4
-rw-r--r--svx/source/tbxctrls/colrctrl.cxx1
-rw-r--r--svx/source/tbxctrls/fillctrl.cxx1
-rw-r--r--svx/source/tbxctrls/lboxctrl.cxx1
-rw-r--r--svx/source/tbxctrls/linemetricbox.hxx2
-rw-r--r--svx/source/tbxctrls/linewidthctrl.cxx1
-rw-r--r--svx/source/tbxctrls/tbcontrl.cxx1
7 files changed, 2 insertions, 9 deletions
diff --git a/svx/source/tbxctrls/StylesPreviewWindow.cxx b/svx/source/tbxctrls/StylesPreviewWindow.cxx
index f0f24e2bf907..8ba7afe23ae4 100644
--- a/svx/source/tbxctrls/StylesPreviewWindow.cxx
+++ b/svx/source/tbxctrls/StylesPreviewWindow.cxx
@@ -45,15 +45,13 @@
#include <editeng/brushitem.hxx>
#include <svx/xfillit0.hxx>
-#include <svx/svddef.hxx>
+#include <svx/xdef.hxx>
#include <svx/xflclit.hxx>
#include <com/sun/star/drawing/FillStyle.hpp>
#include <com/sun/star/uno/Sequence.hxx>
#include <cppuhelper/weak.hxx>
-#include <sal/log.hxx>
-
StyleStatusListener::StyleStatusListener(
StylesPreviewWindow_Base* pPreviewControl,
const css::uno::Reference<css::frame::XDispatchProvider>& xDispatchProvider)
diff --git a/svx/source/tbxctrls/colrctrl.cxx b/svx/source/tbxctrls/colrctrl.cxx
index 44b139334ace..e38c49e4916c 100644
--- a/svx/source/tbxctrls/colrctrl.cxx
+++ b/svx/source/tbxctrls/colrctrl.cxx
@@ -42,7 +42,6 @@
#include <svx/xtable.hxx>
#include <svx/dialmgr.hxx>
#include <helpids.h>
-#include <vcl/svapp.hxx>
#include <vcl/virdev.hxx>
#include <com/sun/star/beans/NamedValue.hpp>
diff --git a/svx/source/tbxctrls/fillctrl.cxx b/svx/source/tbxctrls/fillctrl.cxx
index d0301b5d3b8c..99cc2401235e 100644
--- a/svx/source/tbxctrls/fillctrl.cxx
+++ b/svx/source/tbxctrls/fillctrl.cxx
@@ -41,7 +41,6 @@
#include <svx/xflgrit.hxx>
#include <svx/xflhtit.hxx>
#include <svx/xbtmpit.hxx>
-#include <boost/property_tree/ptree.hpp>
#include <memory>
using namespace ::com::sun::star;
diff --git a/svx/source/tbxctrls/lboxctrl.cxx b/svx/source/tbxctrls/lboxctrl.cxx
index ee04adc7da0b..78a765f9d47f 100644
--- a/svx/source/tbxctrls/lboxctrl.cxx
+++ b/svx/source/tbxctrls/lboxctrl.cxx
@@ -26,7 +26,6 @@
#include <svtools/toolbarmenu.hxx>
#include <svx/dialmgr.hxx>
#include <svx/lboxctrl.hxx>
-#include <vcl/settings.hxx>
#include <tools/urlobj.hxx>
#include <svx/strings.hrc>
diff --git a/svx/source/tbxctrls/linemetricbox.hxx b/svx/source/tbxctrls/linemetricbox.hxx
index 1fb65114427b..81f19a1c641e 100644
--- a/svx/source/tbxctrls/linemetricbox.hxx
+++ b/svx/source/tbxctrls/linemetricbox.hxx
@@ -19,7 +19,7 @@
#pragma once
#include <vcl/InterimItemWindow.hxx>
-#include <svx/svxdllapi.h>
+#include <com/sun/star/frame/XFrame.hpp>
class XLineWidthItem;
diff --git a/svx/source/tbxctrls/linewidthctrl.cxx b/svx/source/tbxctrls/linewidthctrl.cxx
index 564a12197d1a..b1f1cb536a56 100644
--- a/svx/source/tbxctrls/linewidthctrl.cxx
+++ b/svx/source/tbxctrls/linewidthctrl.cxx
@@ -24,7 +24,6 @@
#include <svx/svxids.hrc>
#include <svx/xlnwtit.hxx>
#include <svx/linectrl.hxx>
-#include <svx/itemwin.hxx>
#include "linemetricbox.hxx"
using namespace ::com::sun::star::uno;
diff --git a/svx/source/tbxctrls/tbcontrl.cxx b/svx/source/tbxctrls/tbcontrl.cxx
index 31507e4347a6..2679f0c7c839 100644
--- a/svx/source/tbxctrls/tbcontrl.cxx
+++ b/svx/source/tbxctrls/tbcontrl.cxx
@@ -17,7 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include <typeinfo>
#include <utility>
#include <comphelper/configurationlistener.hxx>