summaryrefslogtreecommitdiff
path: root/cui
diff options
context:
space:
mode:
authorGabor Kelemen <kelemen.gabor2@nisz.hu>2019-05-01 22:12:48 +0200
committerMiklos Vajna <vmiklos@collabora.com>2019-05-10 09:14:59 +0200
commit4709cd82c7fa31eac7bbc9f1991968891080c5f8 (patch)
tree390750d73ef70bb51bfbc56331c8b1e24340a67a /cui
parente16641769df8cb2631808acf43e0ee8bd31cb0f7 (diff)
tdf#62699 Drop pass-through header file include/svx/svdattr.hxx
Change-Id: I04289589196ac69b31f75989d9252c79d03c890f Reviewed-on: https://gerrit.libreoffice.org/71633 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'cui')
-rw-r--r--cui/inc/pch/precompiled_cui.hxx1
-rw-r--r--cui/source/dialogs/srchxtra.cxx2
-rw-r--r--cui/source/inc/textanim.hxx3
-rw-r--r--cui/source/options/treeopt.cxx1
-rw-r--r--cui/source/tabpages/bbdlg.cxx1
-rw-r--r--cui/source/tabpages/connect.cxx2
-rw-r--r--cui/source/tabpages/measure.cxx1
-rw-r--r--cui/source/tabpages/swpossizetabpage.cxx1
-rw-r--r--cui/source/tabpages/textanim.cxx4
-rw-r--r--cui/source/tabpages/textattr.cxx1
-rw-r--r--cui/source/tabpages/tparea.cxx1
-rw-r--r--cui/source/tabpages/tpbitmap.cxx1
-rw-r--r--cui/source/tabpages/tpshadow.cxx8
-rw-r--r--cui/source/tabpages/tptrans.cxx2
14 files changed, 21 insertions, 8 deletions
diff --git a/cui/inc/pch/precompiled_cui.hxx b/cui/inc/pch/precompiled_cui.hxx
index d8865c43ce97..bbf746b49c6a 100644
--- a/cui/inc/pch/precompiled_cui.hxx
+++ b/cui/inc/pch/precompiled_cui.hxx
@@ -332,7 +332,6 @@
#include <svx/sdtmfitm.hxx>
#include <svx/sdynitm.hxx>
#include <svx/shapeproperty.hxx>
-#include <svx/svdattr.hxx>
#include <svx/svddef.hxx>
#include <svx/svdhlpln.hxx>
#include <svx/svdoattr.hxx>
diff --git a/cui/source/dialogs/srchxtra.cxx b/cui/source/dialogs/srchxtra.cxx
index 68f5913c1a2b..f6e5de27d0a5 100644
--- a/cui/source/dialogs/srchxtra.cxx
+++ b/cui/source/dialogs/srchxtra.cxx
@@ -20,6 +20,7 @@
#include <srchxtra.hxx>
#include <sal/log.hxx>
#include <svl/cjkoptions.hxx>
+#include <svl/intitem.hxx>
#include <svl/whiter.hxx>
#include <sfx2/objsh.hxx>
#include <svx/svxitems.hrc>
@@ -29,6 +30,7 @@
#include <paragrph.hxx>
#include <backgrnd.hxx>
#include <svx/dialogs.hrc>
+#include <tools/debug.hxx>
#include <tools/resary.hxx>
#include <rtl/strbuf.hxx>
#include <vcl/svapp.hxx>
diff --git a/cui/source/inc/textanim.hxx b/cui/source/inc/textanim.hxx
index 2b2bc55763e9..4a7339d4ee8b 100644
--- a/cui/source/inc/textanim.hxx
+++ b/cui/source/inc/textanim.hxx
@@ -20,7 +20,8 @@
#define INCLUDED_CUI_SOURCE_INC_TEXTANIM_HXX
#include <sfx2/tabdlg.hxx>
-#include <svx/svdattr.hxx>
+#include <svx/sdtakitm.hxx>
+#include <svx/sdtaditm.hxx>
#include <vcl/weld.hxx>
class SdrView;
diff --git a/cui/source/options/treeopt.cxx b/cui/source/options/treeopt.cxx
index 6b8dac450be5..ef6f45014818 100644
--- a/cui/source/options/treeopt.cxx
+++ b/cui/source/options/treeopt.cxx
@@ -88,6 +88,7 @@
#include <sfx2/tplpitem.hxx>
#include <sfx2/viewsh.hxx>
#include <sfx2/viewfrm.hxx>
+#include <svl/intitem.hxx>
#include <svl/languageoptions.hxx>
#include <svtools/helpopt.hxx>
#include <svtools/miscopt.hxx>
diff --git a/cui/source/tabpages/bbdlg.cxx b/cui/source/tabpages/bbdlg.cxx
index c4f77b1e9aa5..d21d046da82c 100644
--- a/cui/source/tabpages/bbdlg.cxx
+++ b/cui/source/tabpages/bbdlg.cxx
@@ -21,6 +21,7 @@
#include <border.hxx>
#include <backgrnd.hxx>
#include <svx/svxids.hrc>
+#include <svl/intitem.hxx>
#include <cuitabarea.hxx>
SvxBorderBackgroundDlg::SvxBorderBackgroundDlg(weld::Window *pParent,
diff --git a/cui/source/tabpages/connect.cxx b/cui/source/tabpages/connect.cxx
index a55224f908cf..a20a38011869 100644
--- a/cui/source/tabpages/connect.cxx
+++ b/cui/source/tabpages/connect.cxx
@@ -28,7 +28,7 @@
#include <svx/svxids.hrc>
#include <svx/dlgutil.hxx>
#include <svx/ofaitem.hxx>
-#include <svx/svdattr.hxx>
+
#include <svx/svdoedge.hxx>
#include <svx/svdview.hxx>
#include <svx/sxekitm.hxx>
diff --git a/cui/source/tabpages/measure.cxx b/cui/source/tabpages/measure.cxx
index bbc1513882fe..1fba56ea73d9 100644
--- a/cui/source/tabpages/measure.cxx
+++ b/cui/source/tabpages/measure.cxx
@@ -30,7 +30,6 @@
#include <svx/measctrl.hxx>
#include <svx/ofaitem.hxx>
#include <svx/strarray.hxx>
-#include <svx/svdattr.hxx>
#include <svx/svdomeas.hxx>
#include <svx/svdview.hxx>
#include <svx/sxekitm.hxx>
diff --git a/cui/source/tabpages/swpossizetabpage.cxx b/cui/source/tabpages/swpossizetabpage.cxx
index ab8644c3399d..bedbecfa9fa9 100644
--- a/cui/source/tabpages/swpossizetabpage.cxx
+++ b/cui/source/tabpages/swpossizetabpage.cxx
@@ -23,6 +23,7 @@
#include <svx/dlgutil.hxx>
#include <svx/anchorid.hxx>
#include <svl/aeitem.hxx>
+#include <svl/intitem.hxx>
#include <svx/swframevalidation.hxx>
#include <sfx2/htmlmode.hxx>
#include <svx/svdview.hxx>
diff --git a/cui/source/tabpages/textanim.cxx b/cui/source/tabpages/textanim.cxx
index e802f1fede65..56f20d859fb4 100644
--- a/cui/source/tabpages/textanim.cxx
+++ b/cui/source/tabpages/textanim.cxx
@@ -27,6 +27,10 @@
#include <svx/dlgutil.hxx>
#include <svx/svdmark.hxx>
#include <svx/svdview.hxx>
+#include <svx/sdtaaitm.hxx>
+#include <svx/sdtacitm.hxx>
+#include <svx/sdtaiitm.hxx>
+#include <svx/sdtayitm.hxx>
#include <svtools/unitconv.hxx>
const sal_uInt16 SvxTextAnimationPage::pRanges[] =
diff --git a/cui/source/tabpages/textattr.cxx b/cui/source/tabpages/textattr.cxx
index ec2590fdc705..08c7b044a62f 100644
--- a/cui/source/tabpages/textattr.cxx
+++ b/cui/source/tabpages/textattr.cxx
@@ -20,6 +20,7 @@
#include <sfx2/app.hxx>
#include <sfx2/module.hxx>
#include <svx/svddef.hxx>
+#include <svx/sdasitm.hxx>
#include <svx/sdtditm.hxx>
#include <svx/sdtagitm.hxx>
#include <svx/sdtaitm.hxx>
diff --git a/cui/source/tabpages/tparea.cxx b/cui/source/tabpages/tparea.cxx
index 975279eede8d..f3ff007461cf 100644
--- a/cui/source/tabpages/tparea.cxx
+++ b/cui/source/tabpages/tparea.cxx
@@ -27,7 +27,6 @@
#include <svx/xpool.hxx>
#include <svx/xflbckit.hxx>
-#include <svx/svdattr.hxx>
#include <svx/xtable.hxx>
#include <svx/xlineit0.hxx>
#include <svx/drawitem.hxx>
diff --git a/cui/source/tabpages/tpbitmap.cxx b/cui/source/tabpages/tpbitmap.cxx
index 6f894004b297..f291b1bdf48a 100644
--- a/cui/source/tabpages/tpbitmap.cxx
+++ b/cui/source/tabpages/tpbitmap.cxx
@@ -28,7 +28,6 @@
#include <svx/xpool.hxx>
#include <strings.hrc>
#include <svx/xflbckit.hxx>
-#include <svx/svdattr.hxx>
#include <svx/xtable.hxx>
#include <svx/xlineit0.hxx>
#include <svx/drawitem.hxx>
diff --git a/cui/source/tabpages/tpshadow.cxx b/cui/source/tabpages/tpshadow.cxx
index a35b0cd04aae..8b637cd5cea7 100644
--- a/cui/source/tabpages/tpshadow.cxx
+++ b/cui/source/tabpages/tpshadow.cxx
@@ -29,7 +29,13 @@
#include <svx/xflhtit.hxx>
#include <svx/xbtmpit.hxx>
#include <svx/xpool.hxx>
-#include <svx/svdattr.hxx>
+#include <svx/sdmetitm.hxx>
+#include <svx/sdooitm.hxx>
+#include <svx/sdprcitm.hxx>
+#include <svx/sdshcitm.hxx>
+#include <svx/sdshitm.hxx>
+#include <svx/sdshtitm.hxx>
+#include <svx/sdsxyitm.hxx>
#include <svx/drawitem.hxx>
#include <svx/xfltrit.hxx>
#include <cuitabarea.hxx>
diff --git a/cui/source/tabpages/tptrans.cxx b/cui/source/tabpages/tptrans.cxx
index f73890384e06..f31484ad4009 100644
--- a/cui/source/tabpages/tptrans.cxx
+++ b/cui/source/tabpages/tptrans.cxx
@@ -32,7 +32,7 @@
#include <svx/xbtmpit.hxx>
#include <svx/xpool.hxx>
#include <svx/xflbckit.hxx>
-#include <svx/svdattr.hxx>
+#include <svx/sdshtitm.hxx>
#include <svx/xtable.hxx>
#include <svx/xlineit0.hxx>
#include <svx/drawitem.hxx>