summaryrefslogtreecommitdiff
path: root/svx/source/dialog
diff options
context:
space:
mode:
authorGabor Kelemen <kelemen.gabor2@nisz.hu>2019-05-31 17:37:07 +0200
committerMiklos Vajna <vmiklos@collabora.com>2019-06-07 09:06:14 +0200
commit43ddddb703bcdb9430752af63ae46527f737f874 (patch)
tree92a64c08429bf89b0ee9ca2666a4a102e98b10f7 /svx/source/dialog
parent9c945cdbe170104cbacafa2c37babec5210b9ca2 (diff)
tdf#42949 Fix IWYU warnings in svl/
Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Except source/svdde/* which is WIN-specific Also recheck include/svl Change-Id: I32d3bcb6b14665c56c07a2f10526329b08c64cbe Reviewed-on: https://gerrit.libreoffice.org/73630 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'svx/source/dialog')
-rw-r--r--svx/source/dialog/ClassificationDialog.cxx1
-rw-r--r--svx/source/dialog/compressgraphicdialog.cxx1
-rw-r--r--svx/source/dialog/dlgctrl.cxx1
3 files changed, 3 insertions, 0 deletions
diff --git a/svx/source/dialog/ClassificationDialog.cxx b/svx/source/dialog/ClassificationDialog.cxx
index 3c61c5399c47..a2989cc9a19b 100644
--- a/svx/source/dialog/ClassificationDialog.cxx
+++ b/svx/source/dialog/ClassificationDialog.cxx
@@ -22,6 +22,7 @@
#include <rtl/bootstrap.hxx>
#include <rtl/uri.hxx>
#include <config_folders.h>
+#include <tools/stream.hxx>
#include <tools/XmlWriter.hxx>
#include <tools/XmlWalker.hxx>
#include <vcl/customweld.hxx>
diff --git a/svx/source/dialog/compressgraphicdialog.cxx b/svx/source/dialog/compressgraphicdialog.cxx
index 17f2577a0afe..dcde367c383c 100644
--- a/svx/source/dialog/compressgraphicdialog.cxx
+++ b/svx/source/dialog/compressgraphicdialog.cxx
@@ -34,6 +34,7 @@
#include <comphelper/fileformat.h>
#include <com/sun/star/uno/Sequence.hxx>
#include <com/sun/star/beans/XPropertySet.hpp>
+#include <tools/stream.hxx>
#include <unotools/localedatawrapper.hxx>
using namespace com::sun::star::uno;
diff --git a/svx/source/dialog/dlgctrl.cxx b/svx/source/dialog/dlgctrl.cxx
index dcc1f17bbe55..a19b8d2f11c2 100644
--- a/svx/source/dialog/dlgctrl.cxx
+++ b/svx/source/dialog/dlgctrl.cxx
@@ -28,6 +28,7 @@
#include <bitmaps.hlst>
#include <svx/dlgctrl.hxx>
#include <svx/dialmgr.hxx>
+#include <tools/debug.hxx>
#include <tools/poly.hxx>
#include <vcl/region.hxx>
#include <vcl/gradient.hxx>