summaryrefslogtreecommitdiff
path: root/svx/source/items
diff options
context:
space:
mode:
authorGabor Kelemen <kelemen.gabor2@nisz.hu>2020-02-22 17:47:06 +0100
committerMiklos Vajna <vmiklos@collabora.com>2020-02-24 15:55:08 +0100
commit6dd18351e3004d9a0c0d78265080be9c894edb92 (patch)
treeb58315d0ccdc80b0dac91854fd20451c75d7c982 /svx/source/items
parent04a7274a5158a9acd36c2ad20d45c63dc052a5cf (diff)
tdf#42949 Fix IWYU warnings in svx/source/[f-m]*/*cxx
Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: I103c5c7f1a74e8c3a021a91c7a96ebc87cb19efd Reviewed-on: https://gerrit.libreoffice.org/c/core/+/89263 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'svx/source/items')
-rw-r--r--svx/source/items/algitem.cxx13
-rw-r--r--svx/source/items/chrtitem.cxx6
-rw-r--r--svx/source/items/drawitem.cxx1
-rw-r--r--svx/source/items/e3ditem.cxx4
-rw-r--r--svx/source/items/grfitem.cxx1
-rw-r--r--svx/source/items/hlnkitem.cxx3
-rw-r--r--svx/source/items/pageitem.cxx3
-rw-r--r--svx/source/items/postattr.cxx2
-rw-r--r--svx/source/items/rotmodit.cxx12
-rw-r--r--svx/source/items/viewlayoutitem.cxx2
-rw-r--r--svx/source/items/zoomslideritem.cxx2
11 files changed, 0 insertions, 49 deletions
diff --git a/svx/source/items/algitem.cxx b/svx/source/items/algitem.cxx
index 59e8a320a645..c6274e43b1e7 100644
--- a/svx/source/items/algitem.cxx
+++ b/svx/source/items/algitem.cxx
@@ -17,27 +17,14 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include <svx/svxitems.hrc>
#include <svx/strings.hrc>
#include <osl/diagnose.h>
-#include <tools/stream.hxx>
#include <tools/mapunit.hxx>
-#include <com/sun/star/table/BorderLine.hpp>
-#include <com/sun/star/table/ShadowLocation.hpp>
-#include <com/sun/star/table/TableBorder.hpp>
-#include <com/sun/star/table/ShadowFormat.hpp>
-#include <com/sun/star/table/CellRangeAddress.hpp>
-#include <com/sun/star/table/CellContentType.hpp>
-#include <com/sun/star/table/TableOrientation.hpp>
-#include <com/sun/star/util/SortField.hpp>
-#include <com/sun/star/util/SortFieldType.hpp>
#include <com/sun/star/table/CellOrientation.hpp>
-#include <com/sun/star/table/CellAddress.hpp>
#include <svx/algitem.hxx>
#include <svx/dialmgr.hxx>
#include <editeng/itemtype.hxx>
-#include <editeng/editrids.hrc>
#include <editeng/eerdll.hxx>
#include <svx/unomid.hxx>
diff --git a/svx/source/items/chrtitem.cxx b/svx/source/items/chrtitem.cxx
index 7fe7ebbdaaf4..c8f502e38e3e 100644
--- a/svx/source/items/chrtitem.cxx
+++ b/svx/source/items/chrtitem.cxx
@@ -17,17 +17,11 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include <comphelper/fileformat.h>
-#include <tools/stream.hxx>
-#include <basic/sbxvar.hxx>
#include <rtl/math.hxx>
#include <unotools/intlwrapper.hxx>
#include <unotools/localedatawrapper.hxx>
#include <com/sun/star/chart/ChartAxisArrangeOrderType.hpp>
-#include <float.h>
-#include <climits>
-
#include <svx/chrtitem.hxx>
using namespace ::com::sun::star;
diff --git a/svx/source/items/drawitem.cxx b/svx/source/items/drawitem.cxx
index 002f219b2152..da37496955b8 100644
--- a/svx/source/items/drawitem.cxx
+++ b/svx/source/items/drawitem.cxx
@@ -17,7 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include <svx/svxids.hrc>
#include <svx/drawitem.hxx>
#include <svx/xtable.hxx>
diff --git a/svx/source/items/e3ditem.cxx b/svx/source/items/e3ditem.cxx
index c78a0047c2c6..6ce7e4f313c4 100644
--- a/svx/source/items/e3ditem.cxx
+++ b/svx/source/items/e3ditem.cxx
@@ -18,15 +18,11 @@
*/
#include <com/sun/star/drawing/Direction3D.hpp>
-#include <comphelper/fileformat.h>
-#include <tools/stream.hxx>
#include <rtl/math.hxx>
#include <libxml/xmlwriter.h>
#include <svx/e3ditem.hxx>
-#include <climits>
-
using namespace ::com::sun::star;
diff --git a/svx/source/items/grfitem.cxx b/svx/source/items/grfitem.cxx
index 31f4a3a96f4f..1d758046e954 100644
--- a/svx/source/items/grfitem.cxx
+++ b/svx/source/items/grfitem.cxx
@@ -17,7 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include <tools/stream.hxx>
#include <svx/grfcrop.hxx>
#include <editeng/itemtype.hxx>
#include <com/sun/star/text/GraphicCrop.hpp>
diff --git a/svx/source/items/hlnkitem.cxx b/svx/source/items/hlnkitem.cxx
index c10b692976d3..7a092b36fc5a 100644
--- a/svx/source/items/hlnkitem.cxx
+++ b/svx/source/items/hlnkitem.cxx
@@ -18,9 +18,6 @@
*/
#include <svx/svxids.hrc>
-#include <tools/stream.hxx>
-#include <svl/memberid.h>
-#include <basic/sbxvar.hxx>
#include <sfx2/event.hxx>
#include <svx/hlnkitem.hxx>
diff --git a/svx/source/items/pageitem.cxx b/svx/source/items/pageitem.cxx
index 2a6ffffd975d..a715543e8dae 100644
--- a/svx/source/items/pageitem.cxx
+++ b/svx/source/items/pageitem.cxx
@@ -23,7 +23,6 @@
#include <osl/diagnose.h>
#include <comphelper/processfactory.hxx>
-#include <tools/stream.hxx>
#include <tools/resary.hxx>
#include <svx/pageitem.hxx>
#include <svx/strarray.hxx>
@@ -33,10 +32,8 @@
#include <com/sun/star/text/XNumberingTypeInfo.hpp>
#include <com/sun/star/style/NumberingType.hpp>
#include <com/sun/star/style/PageStyleLayout.hpp>
-#include <com/sun/star/style/BreakType.hpp>
#include <svl/itemset.hxx>
#include <svx/strings.hrc>
-#include <svx/svxitems.hrc>
#include <svx/dialmgr.hxx>
using namespace ::com::sun::star;
diff --git a/svx/source/items/postattr.cxx b/svx/source/items/postattr.cxx
index 699b26155a90..aabeae28d775 100644
--- a/svx/source/items/postattr.cxx
+++ b/svx/source/items/postattr.cxx
@@ -18,9 +18,7 @@
*/
#include <svx/postattr.hxx>
-#include <editeng/itemtype.hxx>
#include <svx/strings.hrc>
-#include <svx/svxitems.hrc>
#include <svx/dialmgr.hxx>
SfxPoolItem* SvxPostItAuthorItem::CreateDefault() { return new SvxPostItAuthorItem(0); }
diff --git a/svx/source/items/rotmodit.cxx b/svx/source/items/rotmodit.cxx
index 5584fb68b5ea..a02bc658e447 100644
--- a/svx/source/items/rotmodit.cxx
+++ b/svx/source/items/rotmodit.cxx
@@ -17,19 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include <tools/stream.hxx>
-#include <com/sun/star/table/BorderLine.hpp>
#include <com/sun/star/table/CellVertJustify2.hpp>
-#include <com/sun/star/table/ShadowLocation.hpp>
-#include <com/sun/star/table/TableBorder.hpp>
-#include <com/sun/star/table/ShadowFormat.hpp>
-#include <com/sun/star/table/CellRangeAddress.hpp>
-#include <com/sun/star/table/CellContentType.hpp>
-#include <com/sun/star/table/TableOrientation.hpp>
-#include <com/sun/star/util/SortField.hpp>
-#include <com/sun/star/util/SortFieldType.hpp>
-#include <com/sun/star/table/CellOrientation.hpp>
-#include <com/sun/star/table/CellAddress.hpp>
#include <svx/dialmgr.hxx>
#include <svx/rotmodit.hxx>
diff --git a/svx/source/items/viewlayoutitem.cxx b/svx/source/items/viewlayoutitem.cxx
index 7b3c6890f16a..94846236cd13 100644
--- a/svx/source/items/viewlayoutitem.cxx
+++ b/svx/source/items/viewlayoutitem.cxx
@@ -17,8 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include <tools/stream.hxx>
-
#include <svx/viewlayoutitem.hxx>
#include <com/sun/star/uno/Sequence.hxx>
#include <com/sun/star/beans/PropertyValue.hpp>
diff --git a/svx/source/items/zoomslideritem.cxx b/svx/source/items/zoomslideritem.cxx
index c8b27769fd18..5c1a088c4ef5 100644
--- a/svx/source/items/zoomslideritem.cxx
+++ b/svx/source/items/zoomslideritem.cxx
@@ -17,8 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include <tools/stream.hxx>
-
#include <osl/diagnose.h>
#include <svx/zoomslideritem.hxx>