diff options
author | Gabor Kelemen <kelemen.gabor2@nisz.hu> | 2019-06-04 22:49:21 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2019-06-11 08:48:04 +0200 |
commit | a7ceb3352ad0a35ce2eeb8407cace19e1d14a9db (patch) | |
tree | d9597acb78e695b92d35aaa1e7bc4b1b59732906 /sd | |
parent | b70ab9e9e5630a965c5e6cc40c2480dddf1e2384 (diff) |
tdf#42949 Fix IWYU warnings in include/svx/[sS][v-Z]*
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
Change-Id: Ie2a4122d67d2d40732e6fd00b584f33edd802c5b
Reviewed-on: https://gerrit.libreoffice.org/73476
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'sd')
38 files changed, 52 insertions, 0 deletions
diff --git a/sd/qa/unit/dialogs-test.cxx b/sd/qa/unit/dialogs-test.cxx index 05ab4168b181..d1d6e1518661 100644 --- a/sd/qa/unit/dialogs-test.cxx +++ b/sd/qa/unit/dialogs-test.cxx @@ -28,6 +28,7 @@ #include <editeng/colritem.hxx> #include <svx/svdtext.hxx> #include <svx/svdotext.hxx> +#include <svx/xfillit0.hxx> #include <vcl/sound.hxx> #include <vcl/svapp.hxx> diff --git a/sd/qa/unit/export-tests-ooxml1.cxx b/sd/qa/unit/export-tests-ooxml1.cxx index de601f968cdb..d45b58b89504 100644 --- a/sd/qa/unit/export-tests-ooxml1.cxx +++ b/sd/qa/unit/export-tests-ooxml1.cxx @@ -35,7 +35,9 @@ #include <svx/svdogrp.hxx> #include <svx/svdomedia.hxx> #include <svx/svdoole2.hxx> +#include <svx/xfillit0.hxx> #include <svx/xflclit.hxx> +#include <svx/xlineit0.hxx> #include <svx/sdooitm.hxx> #include <svx/sdmetitm.hxx> #include <animations/animationnodehelper.hxx> @@ -55,6 +57,7 @@ #include <com/sun/star/chart2/data/XLabeledDataSequence.hpp> #include <com/sun/star/chart2/data/XDataSequence.hpp> #include <com/sun/star/chart2/data/XNumericalDataSequence.hpp> +#include <com/sun/star/awt/Gradient.hpp> #include <com/sun/star/awt/XBitmap.hpp> #include <com/sun/star/awt/FontDescriptor.hpp> #include <com/sun/star/graphic/XGraphic.hpp> diff --git a/sd/qa/unit/export-tests-ooxml2.cxx b/sd/qa/unit/export-tests-ooxml2.cxx index 9c6cc27aa804..6bee011d6ada 100644 --- a/sd/qa/unit/export-tests-ooxml2.cxx +++ b/sd/qa/unit/export-tests-ooxml2.cxx @@ -56,6 +56,7 @@ #include <com/sun/star/chart2/data/XLabeledDataSequence.hpp> #include <com/sun/star/chart2/data/XDataSequence.hpp> #include <com/sun/star/chart2/data/XNumericalDataSequence.hpp> +#include <com/sun/star/awt/Gradient.hpp> #include <com/sun/star/awt/XBitmap.hpp> #include <com/sun/star/awt/FontDescriptor.hpp> #include <com/sun/star/graphic/XGraphic.hpp> diff --git a/sd/qa/unit/import-tests.cxx b/sd/qa/unit/import-tests.cxx index 04ac4b474ab8..e251f3443382 100644 --- a/sd/qa/unit/import-tests.cxx +++ b/sd/qa/unit/import-tests.cxx @@ -37,6 +37,7 @@ #include <svx/svdomedia.hxx> #include <svx/svdoole2.hxx> #include <svx/svdotable.hxx> +#include <svx/xfillit0.hxx> #include <svx/xflclit.hxx> #include <svx/xlineit0.hxx> #include <svx/xlnclit.hxx> @@ -47,6 +48,8 @@ #include <animations/animationnodehelper.hxx> #include <sax/tools/converter.hxx> +#include <com/sun/star/awt/Gradient.hpp> +#include <com/sun/star/awt/XBitmap.hpp> #include <com/sun/star/document/XDocumentPropertiesSupplier.hpp> #include <com/sun/star/document/XEventsSupplier.hpp> #include <com/sun/star/presentation/ClickAction.hpp> diff --git a/sd/qa/unit/misc-tests.cxx b/sd/qa/unit/misc-tests.cxx index 5c6848dfb959..831c12b287e7 100644 --- a/sd/qa/unit/misc-tests.cxx +++ b/sd/qa/unit/misc-tests.cxx @@ -38,6 +38,7 @@ #include <sdmod.hxx> #include <svx/sdr/table/tablecontroller.hxx> #include <sfx2/request.hxx> +#include <svx/svdpagv.hxx> #include <svx/svxids.hrc> #include <editeng/eeitem.hxx> #include <editeng/adjustitem.hxx> diff --git a/sd/sdi/sdslots.hrc b/sd/sdi/sdslots.hrc index 969e8a64c7ec..64760097e378 100644 --- a/sd/sdi/sdslots.hrc +++ b/sd/sdi/sdslots.hrc @@ -20,6 +20,7 @@ #include <editeng/editids.hrc> #include <editeng/memberids.h> #include <svx/svxids.hrc> +#include <svx/unomid.hxx> #include <app.hrc> #include <sdattr.hrc> diff --git a/sd/source/core/sdpage.cxx b/sd/source/core/sdpage.cxx index 1735104c4089..21875ad23078 100644 --- a/sd/source/core/sdpage.cxx +++ b/sd/source/core/sdpage.cxx @@ -48,6 +48,7 @@ #include <svx/sdtmfitm.hxx> #include <svx/sdtagitm.hxx> #include <svx/sdtcfitm.hxx> +#include <svx/xfillit0.hxx> #include <com/sun/star/animations/XAnimationNode.hpp> #include <com/sun/star/animations/XTimeContainer.hpp> #include <com/sun/star/container/XEnumerationAccess.hpp> diff --git a/sd/source/core/stlfamily.cxx b/sd/source/core/stlfamily.cxx index b47c130b27c2..5e5e2ac84b37 100644 --- a/sd/source/core/stlfamily.cxx +++ b/sd/source/core/stlfamily.cxx @@ -27,6 +27,7 @@ #include <svl/style.hxx> #include <tools/debug.hxx> +#include <tools/weakbase.hxx> #include <strings.hrc> #include <stlfamily.hxx> diff --git a/sd/source/core/typemap.cxx b/sd/source/core/typemap.cxx index 57e892184c2c..60392f6671c8 100644 --- a/sd/source/core/typemap.cxx +++ b/sd/source/core/typemap.cxx @@ -55,6 +55,7 @@ #include <editeng/lineitem.hxx> #include <svx/zoomslideritem.hxx> #include <editeng/memberids.h> +#include <svx/unomid.hxx> #include <svx/xftstit.hxx> #include <svx/xlnwtit.hxx> #include <svx/xlineit0.hxx> diff --git a/sd/source/filter/eppt/eppt.cxx b/sd/source/filter/eppt/eppt.cxx index 92caecc4da3c..73a6bfc9dfaa 100644 --- a/sd/source/filter/eppt/eppt.cxx +++ b/sd/source/filter/eppt/eppt.cxx @@ -27,6 +27,7 @@ #include <svx/unoapi.hxx> #include <svx/svdobj.hxx> #include <svx/svdoole2.hxx> +#include <svx/xfillit0.hxx> #include <com/sun/star/container/XIndexContainer.hpp> #include <com/sun/star/document/XDocumentPropertiesSupplier.hpp> #include <com/sun/star/office/XAnnotation.hpp> diff --git a/sd/source/filter/ppt/pptin.cxx b/sd/source/filter/ppt/pptin.cxx index 793d26eabe88..a71561373925 100644 --- a/sd/source/filter/ppt/pptin.cxx +++ b/sd/source/filter/ppt/pptin.cxx @@ -36,6 +36,8 @@ #include <editeng/eeitem.hxx> #include <editeng/editeng.hxx> #include <svx/svdoutl.hxx> +#include <svx/xfillit0.hxx> +#include <svx/xlineit0.hxx> #include <sfx2/docinf.hxx> diff --git a/sd/source/ui/animations/motionpathtag.cxx b/sd/source/ui/animations/motionpathtag.cxx index 2c0bb805e493..c6f6a2eade54 100644 --- a/sd/source/ui/animations/motionpathtag.cxx +++ b/sd/source/ui/animations/motionpathtag.cxx @@ -30,6 +30,8 @@ #include <svx/sdrpagewindow.hxx> #include <svx/sdrpaintwindow.hxx> #include <svx/svdopath.hxx> +#include <svx/xfillit0.hxx> +#include <svx/xlineit0.hxx> #include <svx/xlndsit.hxx> #include <svx/xlnclit.hxx> #include <svx/xlnstit.hxx> diff --git a/sd/source/ui/dlg/PhotoAlbumDialog.cxx b/sd/source/ui/dlg/PhotoAlbumDialog.cxx index cd3918e3c07a..2a65ba448f01 100644 --- a/sd/source/ui/dlg/PhotoAlbumDialog.cxx +++ b/sd/source/ui/dlg/PhotoAlbumDialog.cxx @@ -25,6 +25,7 @@ #include <vcl/graphicfilter.hxx> #include <vcl/svapp.hxx> #include <vcl/weld.hxx> +#include <svx/xfillit0.hxx> #include <svx/xfltrit.hxx> #include <svx/xflclit.hxx> #include <tools/diagnose_ex.h> diff --git a/sd/source/ui/dlg/animobjs.cxx b/sd/source/ui/dlg/animobjs.cxx index 49f98e184bf3..f4c5b32d558b 100644 --- a/sd/source/ui/dlg/animobjs.cxx +++ b/sd/source/ui/dlg/animobjs.cxx @@ -22,6 +22,7 @@ #include <svl/intitem.hxx> #include <svx/svdograf.hxx> #include <svx/svdogrp.hxx> +#include <svx/svdpagv.hxx> #include <sfx2/dispatch.hxx> #include <sfx2/progress.hxx> #include <vcl/svapp.hxx> diff --git a/sd/source/ui/dlg/copydlg.cxx b/sd/source/ui/dlg/copydlg.cxx index 7d747ba8675e..8e176c294dc0 100644 --- a/sd/source/ui/dlg/copydlg.cxx +++ b/sd/source/ui/dlg/copydlg.cxx @@ -19,6 +19,7 @@ #include <copydlg.hxx> #include <svx/colorbox.hxx> +#include <svx/svdpagv.hxx> #include <sfx2/module.hxx> #include <svx/xcolit.hxx> #include <svl/intitem.hxx> diff --git a/sd/source/ui/dlg/dlgsnap.cxx b/sd/source/ui/dlg/dlgsnap.cxx index 001db4635141..db5328edb471 100644 --- a/sd/source/ui/dlg/dlgsnap.cxx +++ b/sd/source/ui/dlg/dlgsnap.cxx @@ -18,6 +18,7 @@ */ #include <svx/svxids.hrc> +#include <svx/svdpagv.hxx> #include <svl/intitem.hxx> #include <svl/itempool.hxx> #include <svl/aeitem.hxx> diff --git a/sd/source/ui/func/fucon3d.cxx b/sd/source/ui/func/fucon3d.cxx index d5ee31160b63..9385c5d97053 100644 --- a/sd/source/ui/func/fucon3d.cxx +++ b/sd/source/ui/func/fucon3d.cxx @@ -25,6 +25,7 @@ #include <sfx2/viewfrm.hxx> #include <tools/poly.hxx> +#include <svx/xlineit0.hxx> #include <svx/scene3d.hxx> #include <svx/sphere3d.hxx> #include <svx/cube3d.hxx> diff --git a/sd/source/ui/func/fuconarc.cxx b/sd/source/ui/func/fuconarc.cxx index ee7f1d54f650..f10e2315f774 100644 --- a/sd/source/ui/func/fuconarc.cxx +++ b/sd/source/ui/func/fuconarc.cxx @@ -37,6 +37,7 @@ #include <ToolBarManager.hxx> #include <svx/sxciaitm.hxx> +#include <svx/xfillit0.hxx> using namespace com::sun::star; diff --git a/sd/source/ui/func/fuconrec.cxx b/sd/source/ui/func/fuconrec.cxx index 0963f9e5de47..5d937e118279 100644 --- a/sd/source/ui/func/fuconrec.cxx +++ b/sd/source/ui/func/fuconrec.cxx @@ -26,6 +26,7 @@ #include <app.hrc> #include <svl/itemset.hxx> +#include <svx/xlineit0.hxx> #include <svx/xlnstwit.hxx> #include <svx/xlnedwit.hxx> #include <svx/xlnedit.hxx> diff --git a/sd/source/ui/func/fuexpand.cxx b/sd/source/ui/func/fuexpand.cxx index 3366028dd4d4..cc3e910f8819 100644 --- a/sd/source/ui/func/fuexpand.cxx +++ b/sd/source/ui/func/fuexpand.cxx @@ -21,6 +21,7 @@ #include <sfx2/viewfrm.hxx> #include <svx/svdotext.hxx> +#include <svx/xfillit0.hxx> #include <svx/xlineit0.hxx> #include <svx/svdundo.hxx> #include <editeng/outlobj.hxx> diff --git a/sd/source/ui/func/fumorph.cxx b/sd/source/ui/func/fumorph.cxx index 0519633b9138..e97cf686e12f 100644 --- a/sd/source/ui/func/fumorph.cxx +++ b/sd/source/ui/func/fumorph.cxx @@ -18,6 +18,8 @@ */ #include <fumorph.hxx> +#include <svx/xfillit0.hxx> +#include <svx/xlineit0.hxx> #include <svx/xlnclit.hxx> #include <svx/xlnwtit.hxx> #include <svx/xflclit.hxx> diff --git a/sd/source/ui/func/fupage.cxx b/sd/source/ui/func/fupage.cxx index b410cacb0a1e..ac3512ad5165 100644 --- a/sd/source/ui/func/fupage.cxx +++ b/sd/source/ui/func/fupage.cxx @@ -22,6 +22,7 @@ // arrange Tab-Page #include <sfx2/sfxdlg.hxx> +#include <svx/pageitem.hxx> #include <svx/svxids.hrc> #include <svl/itempool.hxx> #include <sfx2/request.hxx> @@ -31,6 +32,7 @@ #include <editeng/eeitem.hxx> #include <editeng/frmdiritem.hxx> #include <svx/graphichelper.hxx> +#include <svx/xfillit0.hxx> #include <svx/xbtmpit.hxx> #include <svx/xflbstit.hxx> #include <svx/xflbmtit.hxx> diff --git a/sd/source/ui/func/fusumry.cxx b/sd/source/ui/func/fusumry.cxx index 2c7c8df8dc3f..f84dba0f65e3 100644 --- a/sd/source/ui/func/fusumry.cxx +++ b/sd/source/ui/func/fusumry.cxx @@ -21,6 +21,8 @@ #include <editeng/eeitem.hxx> #include <svx/svdotext.hxx> #include <svx/svdundo.hxx> +#include <svx/xfillit0.hxx> +#include <svx/xlineit0.hxx> #include <editeng/outlobj.hxx> #include <xmloff/autolayout.hxx> diff --git a/sd/source/ui/sidebar/SlideBackground.cxx b/sd/source/ui/sidebar/SlideBackground.cxx index 12df05bfa0d9..488690f28e80 100644 --- a/sd/source/ui/sidebar/SlideBackground.cxx +++ b/sd/source/ui/sidebar/SlideBackground.cxx @@ -43,6 +43,7 @@ #include <svx/colorbox.hxx> #include <svx/gallery.hxx> #include <svx/drawitem.hxx> +#include <svx/pageitem.hxx> #include <unotools/pathoptions.hxx> #include <tools/urlobj.hxx> #include <sfx2/sidebar/Theme.hxx> @@ -51,6 +52,7 @@ #include <svx/xflgrit.hxx> #include <svx/rulritem.hxx> #include <svx/svxids.hrc> +#include <svx/xfillit0.hxx> #include <svx/xflclit.hxx> #include <svx/xgrad.hxx> #include <svx/xbitmap.hxx> diff --git a/sd/source/ui/slideshow/slideshowimpl.hxx b/sd/source/ui/slideshow/slideshowimpl.hxx index 4686a879fecb..80cab80c199b 100644 --- a/sd/source/ui/slideshow/slideshowimpl.hxx +++ b/sd/source/ui/slideshow/slideshowimpl.hxx @@ -26,6 +26,7 @@ #include <cppuhelper/implbase.hxx> #include <cppuhelper/basemutex.hxx> #include <comphelper/interfacecontainer2.hxx> +#include <vcl/menu.hxx> #include <com/sun/star/presentation/ClickAction.hpp> #include <com/sun/star/presentation/XSlideShowListener.hpp> #include <com/sun/star/presentation/XSlideShowController.hpp> diff --git a/sd/source/ui/slidesorter/cache/SlsBitmapCache.cxx b/sd/source/ui/slidesorter/cache/SlsBitmapCache.cxx index ee311d1c13e4..836082379d99 100644 --- a/sd/source/ui/slidesorter/cache/SlsBitmapCache.cxx +++ b/sd/source/ui/slidesorter/cache/SlsBitmapCache.cxx @@ -18,6 +18,7 @@ */ #include <memory> +#include <unordered_map> #include "SlsBitmapCache.hxx" #include "SlsCacheCompactor.hxx" #include "SlsBitmapCompressor.hxx" diff --git a/sd/source/ui/slidesorter/cache/SlsPageCacheManager.cxx b/sd/source/ui/slidesorter/cache/SlsPageCacheManager.cxx index 3077acb40a19..1865fcdbeab2 100644 --- a/sd/source/ui/slidesorter/cache/SlsPageCacheManager.cxx +++ b/sd/source/ui/slidesorter/cache/SlsPageCacheManager.cxx @@ -26,6 +26,7 @@ #include <deque> #include <map> #include <memory> +#include <unordered_map> namespace { diff --git a/sd/source/ui/unoidl/unopage.cxx b/sd/source/ui/unoidl/unopage.cxx index 55704fc9e252..fcc49edb09ed 100644 --- a/sd/source/ui/unoidl/unopage.cxx +++ b/sd/source/ui/unoidl/unopage.cxx @@ -58,6 +58,7 @@ #include <svx/svdoole2.hxx> #include <svx/svdpool.hxx> #include <svx/svdview.hxx> +#include <svx/xfillit0.hxx> #include <View.hxx> #include <DrawDocShell.hxx> #include <ViewShell.hxx> diff --git a/sd/source/ui/view/DocumentRenderer.cxx b/sd/source/ui/view/DocumentRenderer.cxx index 682c92115360..a79faf8916c5 100644 --- a/sd/source/ui/view/DocumentRenderer.cxx +++ b/sd/source/ui/view/DocumentRenderer.cxx @@ -51,6 +51,8 @@ #include <svx/svditer.hxx> #include <svx/svdopage.hxx> #include <svx/svdopath.hxx> +#include <svx/svdpagv.hxx> +#include <svx/xlineit0.hxx> #include <svx/xlnclit.hxx> #include <toolkit/awt/vclxdevice.hxx> #include <unotools/localedatawrapper.hxx> diff --git a/sd/source/ui/view/drtxtob1.cxx b/sd/source/ui/view/drtxtob1.cxx index fb89f6290d6f..1b1753d69373 100644 --- a/sd/source/ui/view/drtxtob1.cxx +++ b/sd/source/ui/view/drtxtob1.cxx @@ -47,6 +47,7 @@ #include <editeng/crossedoutitem.hxx> #include <editeng/contouritem.hxx> #include <editeng/shdditem.hxx> +#include <svx/svdpagv.hxx> #include <svx/xtable.hxx> #include <svx/svdobj.hxx> #include <editeng/outlobj.hxx> diff --git a/sd/source/ui/view/drviews7.cxx b/sd/source/ui/view/drviews7.cxx index e3b46108068a..21884ee6a58e 100644 --- a/sd/source/ui/view/drviews7.cxx +++ b/sd/source/ui/view/drviews7.cxx @@ -29,6 +29,7 @@ #include <com/sun/star/linguistic2/XThesaurus.hpp> #include <svx/fmglob.hxx> #include <svx/globl3d.hxx> +#include <svx/pageitem.hxx> #include <svx/rulritem.hxx> #include <svx/svdouno.hxx> #include <editeng/eeitem.hxx> @@ -53,6 +54,7 @@ #include <svl/whiter.hxx> #include <sfx2/dispatch.hxx> #include <svx/svdograf.hxx> +#include <svx/xfillit0.hxx> #include <svx/xflclit.hxx> #include <svx/xflgrit.hxx> #include <svx/xflhtit.hxx> diff --git a/sd/source/ui/view/drviews9.cxx b/sd/source/ui/view/drviews9.cxx index 8b5b494595b8..48648a0d5189 100644 --- a/sd/source/ui/view/drviews9.cxx +++ b/sd/source/ui/view/drviews9.cxx @@ -24,6 +24,8 @@ #include <vcl/wrkwin.hxx> #include <svx/xgrad.hxx> #include <svx/svdpagv.hxx> +#include <svx/xfillit0.hxx> +#include <svx/xlineit0.hxx> #include <svx/xlnwtit.hxx> #include <svx/xlndsit.hxx> #include <svx/xflhtit.hxx> diff --git a/sd/source/ui/view/drviewsi.cxx b/sd/source/ui/view/drviewsi.cxx index e3ca9c9177ed..cde60865c4b4 100644 --- a/sd/source/ui/view/drviewsi.cxx +++ b/sd/source/ui/view/drviewsi.cxx @@ -18,6 +18,7 @@ */ #include <DrawViewShell.hxx> +#include <svx/xfillit0.hxx> #include <svx/xtable.hxx> #include <sdattr.hxx> #include <svl/aeitem.hxx> diff --git a/sd/source/ui/view/sdview.cxx b/sd/source/ui/view/sdview.cxx index 47930638bdbc..2a78f8f8a24a 100644 --- a/sd/source/ui/view/sdview.cxx +++ b/sd/source/ui/view/sdview.cxx @@ -50,6 +50,7 @@ #include <vcl/EnumContext.hxx> #include <svx/svdopage.hxx> #include <toolkit/helper/vclunohelper.hxx> +#include <svx/xfillit0.hxx> #include <svx/xlndsit.hxx> #include <svx/xlineit0.hxx> #include <svx/xlnclit.hxx> diff --git a/sd/source/ui/view/sdview3.cxx b/sd/source/ui/view/sdview3.cxx index 6f09074d2631..98167637628d 100644 --- a/sd/source/ui/view/sdview3.cxx +++ b/sd/source/ui/view/sdview3.cxx @@ -26,6 +26,7 @@ #include <unotools/pathoptions.hxx> #include <editeng/editdata.hxx> #include <svl/urlbmk.hxx> +#include <svx/xfillit0.hxx> #include <svx/xflclit.hxx> #include <svx/xlnclit.hxx> #include <svx/svdpagv.hxx> diff --git a/sd/source/ui/view/sdview4.cxx b/sd/source/ui/view/sdview4.cxx index 899c56325b45..9d4bc87a1967 100644 --- a/sd/source/ui/view/sdview4.cxx +++ b/sd/source/ui/view/sdview4.cxx @@ -34,6 +34,7 @@ #include <svx/svdpagv.hxx> #include <svx/xbtmpit.hxx> #include <svx/svdundo.hxx> +#include <svx/xfillit0.hxx> #include <svx/xoutbmp.hxx> #include <svx/svdograf.hxx> #include <svx/svdomedia.hxx> diff --git a/sd/source/ui/view/sdview5.cxx b/sd/source/ui/view/sdview5.cxx index da608462db7e..5378b328499e 100644 --- a/sd/source/ui/view/sdview5.cxx +++ b/sd/source/ui/view/sdview5.cxx @@ -21,6 +21,8 @@ #include <View.hxx> #include <pres.hxx> +#include <svx/svdpagv.hxx> + namespace sd { static bool implIsMultiPresObj( PresObjKind eKind ) diff --git a/sd/source/ui/view/viewoverlaymanager.cxx b/sd/source/ui/view/viewoverlaymanager.cxx index 74262f5cf04a..cd12eff979bb 100644 --- a/sd/source/ui/view/viewoverlaymanager.cxx +++ b/sd/source/ui/view/viewoverlaymanager.cxx @@ -37,6 +37,7 @@ #include <svx/sdr/overlay/overlaymanager.hxx> #include <svx/sdr/contact/objectcontact.hxx> #include <svx/svxids.hrc> +#include <svx/svdpagv.hxx> #include <view/viewoverlaymanager.hxx> |