diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2012-03-25 07:10:16 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2012-03-25 07:15:03 +0900 |
commit | 193581a7cc7161dec844c6f35ba710ee8c98107c (patch) | |
tree | 9bdd6f56ee56dba94d302b59a9a34ed5ac4a651d /sd | |
parent | 15bd35e4f2646ef0bba0cc24d171989c9e3ac6e4 (diff) |
removed duplicate includes in sd
Diffstat (limited to 'sd')
71 files changed, 0 insertions, 99 deletions
diff --git a/sd/inc/drawdoc.hxx b/sd/inc/drawdoc.hxx index 1e4b739d5ed3..05abd620878f 100644 --- a/sd/inc/drawdoc.hxx +++ b/sd/inc/drawdoc.hxx @@ -39,8 +39,6 @@ #include <unotools/charclass.hxx> #include <sot/storage.hxx> #include <rsc/rscsfx.hxx> -#include <com/sun/star/lang/Locale.hpp> -#include <com/sun/star/text/WritingMode.hpp> #include <svx/svdundo.hxx> diff --git a/sd/inc/sdpage.hxx b/sd/inc/sdpage.hxx index 68431d0c82d4..e346b21f2f19 100644 --- a/sd/inc/sdpage.hxx +++ b/sd/inc/sdpage.hxx @@ -31,16 +31,12 @@ #include <boost/shared_ptr.hpp> -#ifndef INCLUDED_FUNCTIONAL #include <functional> -#define INCLUDED_FUNCTIONAL -#endif #include <com/sun/star/drawing/XDrawPage.hpp> #include <com/sun/star/presentation/FadeEffect.hpp> #include <com/sun/star/office/XAnnotation.hpp> #include <list> -#include <functional> #include <vector> #include <svx/svdobj.hxx> #include <svx/fmpage.hxx> diff --git a/sd/source/core/drawdoc.cxx b/sd/source/core/drawdoc.cxx index 4d68ef18aa71..e897fc561a27 100644 --- a/sd/source/core/drawdoc.cxx +++ b/sd/source/core/drawdoc.cxx @@ -46,7 +46,6 @@ #include <svx/dialogs.hrc> #include "Outliner.hxx" #include "app.hxx" -#include <editeng/eeitem.hxx> #include <editeng/editstat.hxx> #include <editeng/fontitem.hxx> #include <svl/flagitem.hxx> diff --git a/sd/source/core/drawdoc3.cxx b/sd/source/core/drawdoc3.cxx index c434c2f32987..d78a8afae1f6 100644 --- a/sd/source/core/drawdoc3.cxx +++ b/sd/source/core/drawdoc3.cxx @@ -52,7 +52,6 @@ #include <svx/svdogrp.hxx> #include <svx/svdundo.hxx> #include <vcl/msgbox.hxx> -#include <sot/storage.hxx> #include <sot/formats.hxx> #include <set> diff --git a/sd/source/core/sdpage.cxx b/sd/source/core/sdpage.cxx index 904561378d45..268a7ea0d78f 100644 --- a/sd/source/core/sdpage.cxx +++ b/sd/source/core/sdpage.cxx @@ -45,7 +45,6 @@ #include <svx/svdoole2.hxx> #include <svx/svdograf.hxx> #include <svx/svdopage.hxx> -#include <svx/svdopage.hxx> #include <sfx2/printer.hxx> #include <basic/basmgr.hxx> #include <editeng/pbinitem.hxx> @@ -59,12 +58,9 @@ #include <svx/sdr/contact/displayinfo.hxx> #include <svx/svditer.hxx> -#include <editeng/adjitem.hxx> - #include "../ui/inc/DrawDocShell.hxx" #include "Outliner.hxx" #include "app.hrc" -#include "eetext.hxx" #include "drawdoc.hxx" #include "sdpage.hxx" #include "pglink.hxx" @@ -76,7 +72,6 @@ #include "anminfo.hxx" #include "undo/undomanager.hxx" #include "undo/undoobjects.hxx" -#include <svx/sdr/contact/displayinfo.hxx> #include <svx/sdr/contact/viewobjectcontact.hxx> #include <svx/sdr/contact/viewcontact.hxx> #include <svx/sdr/contact/objectcontact.hxx> diff --git a/sd/source/core/stlsheet.cxx b/sd/source/core/stlsheet.cxx index d88e2e0689bf..ebbce7676c4f 100644 --- a/sd/source/core/stlsheet.cxx +++ b/sd/source/core/stlsheet.cxx @@ -32,7 +32,6 @@ #include <com/sun/star/style/XStyle.hpp> #include <osl/mutex.hxx> -#include <osl/mutex.hxx> #include <vcl/svapp.hxx> #include <comphelper/serviceinfohelper.hxx> #include <boost/bind.hpp> diff --git a/sd/source/core/typemap.cxx b/sd/source/core/typemap.cxx index 06fb38939c6e..3d66df19e4c9 100644 --- a/sd/source/core/typemap.cxx +++ b/sd/source/core/typemap.cxx @@ -87,7 +87,6 @@ #include <svx/xftshcit.hxx> #include <svx/xftshxy.hxx> #include <svx/xftsfit.hxx> -#include <svx/xtextit0.hxx> #include <avmedia/mediaitem.hxx> #include <svx/drawitem.hxx> diff --git a/sd/source/filter/eppt/epptso.cxx b/sd/source/filter/eppt/epptso.cxx index 2e5102b1c361..6eec4bf1472b 100644 --- a/sd/source/filter/eppt/epptso.cxx +++ b/sd/source/filter/eppt/epptso.cxx @@ -39,7 +39,6 @@ #include <sot/storage.hxx> #include <vcl/outdev.hxx> #include <vcl/virdev.hxx> -#include <vcl/gradient.hxx> #include <sfx2/app.hxx> #include <svl/languageoptions.hxx> #include <editeng/svxenum.hxx> diff --git a/sd/source/filter/grf/sdgrffilter.cxx b/sd/source/filter/grf/sdgrffilter.cxx index 4f50f37171e0..f4d4d0215760 100644 --- a/sd/source/filter/grf/sdgrffilter.cxx +++ b/sd/source/filter/grf/sdgrffilter.cxx @@ -79,7 +79,6 @@ #include <com/sun/star/lang/XComponent.hpp> #include <com/sun/star/document/XFilter.hpp> #include <com/sun/star/document/XExporter.hpp> -#include <comphelper/processfactory.hxx> #include <com/sun/star/view/XSelectionSupplier.hpp> #include <com/sun/star/drawing/XDrawView.hpp> #include "../../ui/inc/DrawController.hxx" diff --git a/sd/source/filter/html/HtmlOptionsDialog.cxx b/sd/source/filter/html/HtmlOptionsDialog.cxx index 64a7a03b6359..1e89b92acaaa 100644 --- a/sd/source/filter/html/HtmlOptionsDialog.cxx +++ b/sd/source/filter/html/HtmlOptionsDialog.cxx @@ -36,7 +36,6 @@ #include <com/sun/star/uno/Sequence.h> #include <com/sun/star/uno/Any.h> #include <com/sun/star/lang/XInitialization.hpp> -#include <com/sun/star/lang/XServiceInfo.hpp> #include <com/sun/star/beans/XPropertyAccess.hpp> #include <com/sun/star/ui/dialogs/XExecutableDialog.hpp> #include <com/sun/star/ui/dialogs/ExecutableDialogResults.hpp> diff --git a/sd/source/filter/html/htmlex.cxx b/sd/source/filter/html/htmlex.cxx index c2aec1e395c3..f2d46ba9f9d3 100644 --- a/sd/source/filter/html/htmlex.cxx +++ b/sd/source/filter/html/htmlex.cxx @@ -42,7 +42,6 @@ #include <unotools/localfilehelper.hxx> #include <com/sun/star/frame/XStorable.hpp> #include <sfx2/progress.hxx> -#include <sfx2/progress.hxx> #include <vcl/wrkwin.hxx> #include <svl/aeitem.hxx> #include <svx/svditer.hxx> diff --git a/sd/source/filter/ppt/pptin.cxx b/sd/source/filter/ppt/pptin.cxx index 2d1883629eb2..069af5b479f9 100644 --- a/sd/source/filter/ppt/pptin.cxx +++ b/sd/source/filter/ppt/pptin.cxx @@ -65,12 +65,10 @@ #include "sdpage.hxx" #include "sdresid.hxx" #include "pres.hxx" -#include "sdresid.hxx" #include "stlpool.hxx" #include "anminfo.hxx" #include <svx/gallery.hxx> #include <tools/urlobj.hxx> -#include <editeng/numitem.hxx> #include <svl/itempool.hxx> #include <editeng/fhgtitem.hxx> #include <svx/svdopage.hxx> diff --git a/sd/source/ui/animations/motionpathtag.hxx b/sd/source/ui/animations/motionpathtag.hxx index d176e4d85bf3..91686f183e30 100644 --- a/sd/source/ui/animations/motionpathtag.hxx +++ b/sd/source/ui/animations/motionpathtag.hxx @@ -30,7 +30,6 @@ #define _SD_MOTIONPATHTAG_HXX_ #include <com/sun/star/util/XChangesListener.hpp> -#include <com/sun/star/util/XChangesListener.hpp> #include <com/sun/star/drawing/XShape.hpp> #include <basegfx/polygon/b2dpolypolygon.hxx> #include <basegfx/polygon/b2dpolypolygontools.hxx> diff --git a/sd/source/ui/annotations/annotationmanager.cxx b/sd/source/ui/annotations/annotationmanager.cxx index ae39dfaed2cd..0d3adff367b2 100644 --- a/sd/source/ui/annotations/annotationmanager.cxx +++ b/sd/source/ui/annotations/annotationmanager.cxx @@ -57,7 +57,6 @@ #include <sfx2/request.hxx> #include <sfx2/dispatch.hxx> #include <sfx2/objface.hxx> -#include <sfx2/imagemgr.hxx> #include <editeng/editeng.hxx> #include <editeng/eeitem.hxx> diff --git a/sd/source/ui/annotations/annotationwindow.cxx b/sd/source/ui/annotations/annotationwindow.cxx index 5c8083ed7690..50fe477e350d 100644 --- a/sd/source/ui/annotations/annotationwindow.cxx +++ b/sd/source/ui/annotations/annotationwindow.cxx @@ -50,7 +50,6 @@ #include <editeng/outlobj.hxx> #include <editeng/postitem.hxx> #include <editeng/wghtitem.hxx> -#include <editeng/udlnitem.hxx> #include <editeng/crsditem.hxx> #include <svx/svxids.hrc> #include <svtools/langtab.hxx> diff --git a/sd/source/ui/app/sdmod2.cxx b/sd/source/ui/app/sdmod2.cxx index 2c7f85c15797..92979de304db 100644 --- a/sd/source/ui/app/sdmod2.cxx +++ b/sd/source/ui/app/sdmod2.cxx @@ -75,7 +75,6 @@ #include "sdpage.hxx" #include "sdxfer.hxx" #include "sdabstdlg.hxx" -#include "tpoption.hrc" #include "prntopts.hrc" #include <svl/intitem.hxx> diff --git a/sd/source/ui/dlg/dlgass.cxx b/sd/source/ui/dlg/dlgass.cxx index 4e63d3aecdf2..6a31952fd972 100644 --- a/sd/source/ui/dlg/dlgass.cxx +++ b/sd/source/ui/dlg/dlgass.cxx @@ -64,7 +64,6 @@ #include <com/sun/star/ui/XImageManager.hpp> #include <com/sun/star/ui/dialogs/TemplateDescription.hpp> #include <unotools/historyoptions.hxx> -#include <tools/urlobj.hxx> #include <osl/file.hxx> #include <sfx2/filedlghelper.hxx> diff --git a/sd/source/ui/dlg/dlgolbul.cxx b/sd/source/ui/dlg/dlgolbul.cxx index 8f18a7f06fb4..07a5f529cbe9 100644 --- a/sd/source/ui/dlg/dlgolbul.cxx +++ b/sd/source/ui/dlg/dlgolbul.cxx @@ -55,7 +55,6 @@ #include "dlgolbul.hrc" #include "bulmaper.hxx" #include "DrawDocShell.hxx" -#include <svx/svxids.hrc> #include <svl/aeitem.hxx> namespace sd { diff --git a/sd/source/ui/dlg/headerfooterdlg.cxx b/sd/source/ui/dlg/headerfooterdlg.cxx index 4bdccaed38e0..0fa1c7e6c675 100644 --- a/sd/source/ui/dlg/headerfooterdlg.cxx +++ b/sd/source/ui/dlg/headerfooterdlg.cxx @@ -69,7 +69,6 @@ #include "undoheaderfooter.hxx" #include "sdundogr.hxx" -#include "ViewShell.hxx" #include <basegfx/matrix/b2dhommatrix.hxx> #include <basegfx/polygon/b2dpolygontools.hxx> diff --git a/sd/source/ui/dlg/vectdlg.cxx b/sd/source/ui/dlg/vectdlg.cxx index 25beb956f953..db7c590f3656 100644 --- a/sd/source/ui/dlg/vectdlg.cxx +++ b/sd/source/ui/dlg/vectdlg.cxx @@ -38,7 +38,6 @@ #include "DrawDocShell.hxx" #include "sdmod.hxx" #include "sdiocmpt.hxx" -#include "DrawDocShell.hxx" #include "vectdlg.hxx" #include "vectdlg.hrc" #include <vcl/bmpacc.hxx> diff --git a/sd/source/ui/docshell/docshel3.cxx b/sd/source/ui/docshell/docshel3.cxx index 87a073837b45..472d0095083a 100644 --- a/sd/source/ui/docshell/docshel3.cxx +++ b/sd/source/ui/docshell/docshel3.cxx @@ -62,7 +62,6 @@ #include "View.hxx" #include "slideshow.hxx" #include "fuhhconv.hxx" -#include "slideshow.hxx" using namespace ::com::sun::star; using namespace ::com::sun::star::beans; diff --git a/sd/source/ui/docshell/docshel4.cxx b/sd/source/ui/docshell/docshel4.cxx index cc152e1374ab..d0025669e857 100644 --- a/sd/source/ui/docshell/docshel4.cxx +++ b/sd/source/ui/docshell/docshel4.cxx @@ -897,7 +897,6 @@ sal_Bool DrawDocShell::GotoBookmark(const String& rBookmark) |* SaveAsOwnFormat: wenn es eine Dokumentvorlage werden soll, |* \************************************************************************/ -#include <tools/urlobj.hxx> sal_Bool DrawDocShell::SaveAsOwnFormat( SfxMedium& rMedium ) { diff --git a/sd/source/ui/docshell/docshell.cxx b/sd/source/ui/docshell/docshell.cxx index b9ca0447fec0..2f8bf12a4d1f 100644 --- a/sd/source/ui/docshell/docshell.cxx +++ b/sd/source/ui/docshell/docshell.cxx @@ -42,9 +42,6 @@ #include <sfx2/printer.hxx> #include <sfx2/docfile.hxx> #include <svx/drawitem.hxx> -#include <editeng/flstitem.hxx> -#include <svx/drawitem.hxx> -#include <svx/srchdlg.hxx> #include <sfx2/dispatch.hxx> #include <svl/whiter.hxx> #include <svl/itempool.hxx> diff --git a/sd/source/ui/func/fudraw.cxx b/sd/source/ui/func/fudraw.cxx index e3cb96111ac6..68d7418485ed 100644 --- a/sd/source/ui/func/fudraw.cxx +++ b/sd/source/ui/func/fudraw.cxx @@ -45,7 +45,6 @@ #include <svx/svxids.hrc> #include <svx/obj3d.hxx> #include <svx/polysc3d.hxx> -#include <svx/svdpagv.hxx> #include <sfx2/viewfrm.hxx> diff --git a/sd/source/ui/func/fuinsfil.cxx b/sd/source/ui/func/fuinsfil.cxx index 37bd37453d1a..96ecec2bc2be 100644 --- a/sd/source/ui/func/fuinsfil.cxx +++ b/sd/source/ui/func/fuinsfil.cxx @@ -63,7 +63,6 @@ #include "glob.hrc" #include "sdpage.hxx" #include "strmname.h" -#include "strings.hrc" #include "DrawViewShell.hxx" #include "OutlineViewShell.hxx" #include "DrawDocShell.hxx" diff --git a/sd/source/ui/func/fuolbull.cxx b/sd/source/ui/func/fuolbull.cxx index 684b3b1eb2a5..32f5e9a8eba2 100644 --- a/sd/source/ui/func/fuolbull.cxx +++ b/sd/source/ui/func/fuolbull.cxx @@ -34,7 +34,6 @@ #include <editeng/outliner.hxx> #include <editeng/eeitem.hxx> #include <sfx2/request.hxx> -#include <svl/intitem.hxx> #include <editeng/editdata.hxx> #include <svx/svxids.hrc> diff --git a/sd/source/ui/func/fupage.cxx b/sd/source/ui/func/fupage.cxx index 68c6f19cc594..69f667cf7e2a 100644 --- a/sd/source/ui/func/fupage.cxx +++ b/sd/source/ui/func/fupage.cxx @@ -49,7 +49,6 @@ #include <editeng/frmdiritem.hxx> #include <svx/xbtmpit.hxx> #include <svx/xsetit.hxx> -#include <svl/itempool.hxx> #include <editeng/ulspitem.hxx> #include <editeng/lrspitem.hxx> #include <svx/sdr/properties/properties.hxx> @@ -58,8 +57,6 @@ #include <editeng/shaditem.hxx> #include <editeng/boxitem.hxx> #include <editeng/sizeitem.hxx> -#include <editeng/ulspitem.hxx> -#include <editeng/lrspitem.hxx> #include <editeng/pbinitem.hxx> #include <sfx2/app.hxx> #include <sfx2/opengrf.hxx> diff --git a/sd/source/ui/func/fuscale.cxx b/sd/source/ui/func/fuscale.cxx index b3e7c62a651d..85a6df0235e5 100644 --- a/sd/source/ui/func/fuscale.cxx +++ b/sd/source/ui/func/fuscale.cxx @@ -50,7 +50,6 @@ #include <svx/zoomitem.hxx> #include <sfx2/request.hxx> #include <svx/svxdlg.hxx> -#include <svx/dialogs.hrc> namespace sd { diff --git a/sd/source/ui/func/futransf.cxx b/sd/source/ui/func/futransf.cxx index 64f8cfe2deeb..8220e9bb7a08 100644 --- a/sd/source/ui/func/futransf.cxx +++ b/sd/source/ui/func/futransf.cxx @@ -41,7 +41,6 @@ #include "sdresid.hxx" #include "drawdoc.hxx" #include <svx/svxdlg.hxx> -#include <svx/dialogs.hrc> #include <boost/scoped_ptr.hpp> diff --git a/sd/source/ui/func/fuvect.cxx b/sd/source/ui/func/fuvect.cxx index 479f656e406c..c416b7152af2 100644 --- a/sd/source/ui/func/fuvect.cxx +++ b/sd/source/ui/func/fuvect.cxx @@ -32,7 +32,6 @@ #include <tools/poly.hxx> #include <svx/svdograf.hxx> #include <vcl/msgbox.hxx> -#include <svx/svdograf.hxx> #include <svx/svdedtv.hxx> diff --git a/sd/source/ui/inc/ViewShell.hxx b/sd/source/ui/inc/ViewShell.hxx index 8a4a55acfaff..58fc6af21911 100644 --- a/sd/source/ui/inc/ViewShell.hxx +++ b/sd/source/ui/inc/ViewShell.hxx @@ -33,7 +33,6 @@ #include <vcl/field.hxx> #include <sfx2/viewsh.hxx> -#include <vcl/field.hxx> #include <vcl/prntypes.hxx> #include <svtools/transfer.hxx> #include <comphelper/implementationreference.hxx> diff --git a/sd/source/ui/inc/dlgsnap.hxx b/sd/source/ui/inc/dlgsnap.hxx index 1d3c5b2c0885..a9e7395f841f 100644 --- a/sd/source/ui/inc/dlgsnap.hxx +++ b/sd/source/ui/inc/dlgsnap.hxx @@ -35,7 +35,6 @@ #include <vcl/fixed.hxx> #include <vcl/field.hxx> #include <vcl/group.hxx> -#include <vcl/button.hxx> #include <tools/fract.hxx> #include <vcl/dialog.hxx> #include "sdenumdef.hxx" diff --git a/sd/source/ui/inc/present.hxx b/sd/source/ui/inc/present.hxx index da7a348045ba..e02f75d93d1a 100644 --- a/sd/source/ui/inc/present.hxx +++ b/sd/source/ui/inc/present.hxx @@ -33,7 +33,6 @@ #include <vcl/lstbox.hxx> #include <vcl/fixed.hxx> #include <vcl/button.hxx> -#include <vcl/button.hxx> #include <vcl/dialog.hxx> #include <vcl/field.hxx> diff --git a/sd/source/ui/inc/pubdlg.hxx b/sd/source/ui/inc/pubdlg.hxx index c8e80384ae1f..840784338810 100644 --- a/sd/source/ui/inc/pubdlg.hxx +++ b/sd/source/ui/inc/pubdlg.hxx @@ -33,7 +33,6 @@ #include <vcl/fixed.hxx> #include <vcl/group.hxx> #include <vcl/button.hxx> -#include <vcl/button.hxx> #include <vcl/field.hxx> #include <vcl/dialog.hxx> #include "resltn.hxx" // enum PublishingResolution diff --git a/sd/source/ui/inc/tpaction.hxx b/sd/source/ui/inc/tpaction.hxx index 4dd08c840162..4dab8079ed79 100644 --- a/sd/source/ui/inc/tpaction.hxx +++ b/sd/source/ui/inc/tpaction.hxx @@ -37,7 +37,6 @@ #include <svx/dlgctrl.hxx> #include <sfx2/tabdlg.hxx> #include <sfx2/basedlgs.hxx> -#include <sfx2/tabdlg.hxx> #include "sdtreelb.hxx" #include "anmdef.hxx" diff --git a/sd/source/ui/slideshow/showwin.cxx b/sd/source/ui/slideshow/showwin.cxx index d637f501f0e0..8c08cd94b98e 100644 --- a/sd/source/ui/slideshow/showwin.cxx +++ b/sd/source/ui/slideshow/showwin.cxx @@ -38,7 +38,6 @@ #include "res_bmp.hrc" #include "slideshow.hxx" #include "ViewShellBase.hxx" -#include "slideshow.hxx" #include "sdresid.hxx" #include "helpids.h" #include "strings.hrc" diff --git a/sd/source/ui/slidesorter/cache/SlsCacheCompactor.cxx b/sd/source/ui/slidesorter/cache/SlsCacheCompactor.cxx index c940db8e25b8..3f8b2b4411d0 100644 --- a/sd/source/ui/slidesorter/cache/SlsCacheCompactor.cxx +++ b/sd/source/ui/slidesorter/cache/SlsCacheCompactor.cxx @@ -31,7 +31,6 @@ #include "SlsBitmapCompressor.hxx" #include "SlsBitmapCache.hxx" -#include "SlsCacheCompactor.hxx" #include "SlsCacheConfiguration.hxx" #include <rtl/ustring.hxx> diff --git a/sd/source/ui/slidesorter/controller/SlideSorterController.cxx b/sd/source/ui/slidesorter/controller/SlideSorterController.cxx index a68f78235dab..2932e202f188 100644 --- a/sd/source/ui/slidesorter/controller/SlideSorterController.cxx +++ b/sd/source/ui/slidesorter/controller/SlideSorterController.cxx @@ -72,7 +72,6 @@ #include "glob.hrc" #include "sdmod.hxx" #include "sdxfer.hxx" -#include "FrameView.hxx" #include "ViewShellHint.hxx" #include "AccessibleSlideSorterView.hxx" #include "AccessibleSlideSorterObject.hxx" diff --git a/sd/source/ui/slidesorter/controller/SlsSelectionFunction.cxx b/sd/source/ui/slidesorter/controller/SlsSelectionFunction.cxx index 8788db33c861..5849b1c271d8 100644 --- a/sd/source/ui/slidesorter/controller/SlsSelectionFunction.cxx +++ b/sd/source/ui/slidesorter/controller/SlsSelectionFunction.cxx @@ -42,7 +42,6 @@ #include "controller/SlsInsertionIndicatorHandler.hxx" #include "controller/SlsSelectionManager.hxx" #include "controller/SlsProperties.hxx" -#include "controller/SlsProperties.hxx" #include "controller/SlsSlotManager.hxx" #include "controller/SlsVisibleAreaManager.hxx" #include "model/SlideSorterModel.hxx" @@ -61,7 +60,6 @@ #include "DrawDocShell.hxx" #include "sdxfer.hxx" #include "ViewShell.hxx" -#include "ViewShellBase.hxx" #include "FrameView.hxx" #include "app.hrc" #include "sdresid.hxx" diff --git a/sd/source/ui/slidesorter/view/SlideSorterView.cxx b/sd/source/ui/slidesorter/view/SlideSorterView.cxx index 935f191fa0fb..711a0f6020da 100644 --- a/sd/source/ui/slidesorter/view/SlideSorterView.cxx +++ b/sd/source/ui/slidesorter/view/SlideSorterView.cxx @@ -70,7 +70,6 @@ #include <vcl/lineinfo.hxx> #include <algorithm> #include <svx/sdrpagewindow.hxx> -#include <svl/itempool.hxx> #include <basegfx/matrix/b2dhommatrix.hxx> #include <basegfx/polygon/b2dpolygontools.hxx> #include <basegfx/polygon/b2dpolygon.hxx> @@ -78,7 +77,6 @@ #include <canvas/elapsedtime.hxx> //#define DEBUG_TIMING -#include <svl/itempool.hxx> #ifdef DEBUG_TIMING #include <vector> #endif diff --git a/sd/source/ui/table/TableDesignPane.cxx b/sd/source/ui/table/TableDesignPane.cxx index 276049b2d9dd..1817c482b922 100644 --- a/sd/source/ui/table/TableDesignPane.cxx +++ b/sd/source/ui/table/TableDesignPane.cxx @@ -39,7 +39,6 @@ #include <sfx2/viewfrm.hxx> #include <vcl/bmpacc.hxx> #include <svl/style.hxx> -#include <sfx2/viewfrm.hxx> #include <sfx2/bindings.hxx> #include <sfx2/app.hxx> #include <sfx2/request.hxx> diff --git a/sd/source/ui/toolpanel/ToolPanelViewShell.cxx b/sd/source/ui/toolpanel/ToolPanelViewShell.cxx index 2a1c2df06fea..4891dfc172e1 100644 --- a/sd/source/ui/toolpanel/ToolPanelViewShell.cxx +++ b/sd/source/ui/toolpanel/ToolPanelViewShell.cxx @@ -56,7 +56,6 @@ #include <com/sun/star/drawing/framework/XResourceId.hpp> #include <com/sun/star/drawing/framework/ResourceActivationMode.hpp> #include <com/sun/star/drawing/framework/AnchorBindingMode.hpp> -#include <com/sun/star/drawing/framework/ResourceActivationMode.hpp> #include <com/sun/star/drawing/XDrawSubController.hpp> /** === end UNO includes === **/ diff --git a/sd/source/ui/toolpanel/controls/CurrentMasterPagesSelector.cxx b/sd/source/ui/toolpanel/controls/CurrentMasterPagesSelector.cxx index d45f851614e3..2692043e2f2c 100644 --- a/sd/source/ui/toolpanel/controls/CurrentMasterPagesSelector.cxx +++ b/sd/source/ui/toolpanel/controls/CurrentMasterPagesSelector.cxx @@ -38,7 +38,6 @@ #include "EventMultiplexer.hxx" #include "app.hrc" #include "DrawDocShell.hxx" -#include "DrawViewShell.hxx" #include "res_bmp.hrc" #include "sdresid.hxx" diff --git a/sd/source/ui/toolpanel/controls/MasterPagesSelector.cxx b/sd/source/ui/toolpanel/controls/MasterPagesSelector.cxx index 55d313bf820e..117bc36c3626 100644 --- a/sd/source/ui/toolpanel/controls/MasterPagesSelector.cxx +++ b/sd/source/ui/toolpanel/controls/MasterPagesSelector.cxx @@ -65,7 +65,6 @@ #include <svx/svdpagv.hxx> #include <svx/svxids.hrc> #include "FrameView.hxx" -#include "sdpage.hxx" #include "stlpool.hxx" #include "unmovss.hxx" #include <sfx2/request.hxx> diff --git a/sd/source/ui/unoidl/UnoDocumentSettings.cxx b/sd/source/ui/unoidl/UnoDocumentSettings.cxx index e36ec7d5b87c..80754a16de4f 100644 --- a/sd/source/ui/unoidl/UnoDocumentSettings.cxx +++ b/sd/source/ui/unoidl/UnoDocumentSettings.cxx @@ -42,7 +42,6 @@ #include <svx/xtable.hxx> #include <osl/diagnose.h> #include <osl/mutex.hxx> -#include <osl/mutex.hxx> #include <vcl/svapp.hxx> #include "drawdoc.hxx" diff --git a/sd/source/ui/unoidl/sddetect.cxx b/sd/source/ui/unoidl/sddetect.cxx index 5260ede7846b..5dde7a4b4a65 100644 --- a/sd/source/ui/unoidl/sddetect.cxx +++ b/sd/source/ui/unoidl/sddetect.cxx @@ -37,7 +37,6 @@ #include <com/sun/star/awt/XWindow.hpp> #include <com/sun/star/lang/XUnoTunnel.hpp> #include <comphelper/processfactory.hxx> -#include <com/sun/star/beans/PropertyValue.hpp> #include <com/sun/star/container/XNameAccess.hpp> #include <com/sun/star/io/XInputStream.hpp> #include <com/sun/star/task/XInteractionHandler.hpp> @@ -46,7 +45,6 @@ #include <com/sun/star/ucb/InteractiveAppException.hpp> #include <com/sun/star/ucb/XContent.hpp> #include <com/sun/star/packages/zip/ZipIOException.hpp> -#include <framework/interaction.hxx> #include <toolkit/helper/vclunohelper.hxx> #include <ucbhelper/simpleinteractionrequest.hxx> #include <svtools/filter.hxx> @@ -73,7 +71,6 @@ #include <sot/storage.hxx> #include <unotools/moduleoptions.hxx> #include <com/sun/star/util/XArchiver.hpp> -#include <comphelper/processfactory.hxx> #include "strmname.h" diff --git a/sd/source/ui/unoidl/unocpres.cxx b/sd/source/ui/unoidl/unocpres.cxx index e44f61eda751..b0216207f791 100644 --- a/sd/source/ui/unoidl/unocpres.cxx +++ b/sd/source/ui/unoidl/unocpres.cxx @@ -30,7 +30,6 @@ #include <com/sun/star/lang/DisposedException.hpp> #include <osl/mutex.hxx> -#include <osl/mutex.hxx> #include <vcl/svapp.hxx> #include <svx/svdpage.hxx> #include <comphelper/extract.hxx> diff --git a/sd/source/ui/unoidl/unolayer.cxx b/sd/source/ui/unoidl/unolayer.cxx index 0555c43eb9e6..4940f2cbcffe 100644 --- a/sd/source/ui/unoidl/unolayer.cxx +++ b/sd/source/ui/unoidl/unolayer.cxx @@ -30,7 +30,6 @@ #include "unolayer.hxx" #include <osl/mutex.hxx> -#include <osl/mutex.hxx> #include <svx/svdpagv.hxx> #include <svx/unoshape.hxx> diff --git a/sd/source/ui/unoidl/unomodel.cxx b/sd/source/ui/unoidl/unomodel.cxx index 9bb08b34efad..ff25f97b9375 100644 --- a/sd/source/ui/unoidl/unomodel.cxx +++ b/sd/source/ui/unoidl/unomodel.cxx @@ -36,7 +36,6 @@ #include <com/sun/star/awt/XDevice.hpp> #include <com/sun/star/embed/Aspects.hpp> -#include <com/sun/star/presentation/XPresentation2.hpp> #include <osl/mutex.hxx> #include <comphelper/sequence.hxx> @@ -60,7 +59,6 @@ #include <svx/unopool.hxx> #include <svx/svdorect.hxx> #include <editeng/flditem.hxx> -#include <osl/mutex.hxx> #include <toolkit/awt/vclxdevice.hxx> #include <svx/svdpool.hxx> #include <editeng/unolingu.hxx> diff --git a/sd/source/ui/unoidl/unoobj.hxx b/sd/source/ui/unoidl/unoobj.hxx index e1aa5a636135..08c376f5ff53 100644 --- a/sd/source/ui/unoidl/unoobj.hxx +++ b/sd/source/ui/unoidl/unoobj.hxx @@ -33,7 +33,6 @@ #include <com/sun/star/lang/XServiceInfo.hpp> #include <com/sun/star/drawing/XShape.hpp> #include <com/sun/star/document/XEventsSupplier.hpp> -#include <com/sun/star/document/XEventsSupplier.hpp> #include <com/sun/star/lang/XTypeProvider.hpp> #include <svx/svdpool.hxx> #include <svx/unomaster.hxx> diff --git a/sd/source/ui/unoidl/unopage.cxx b/sd/source/ui/unoidl/unopage.cxx index a13a4faea0fa..69bbdaf65b3a 100644 --- a/sd/source/ui/unoidl/unopage.cxx +++ b/sd/source/ui/unoidl/unopage.cxx @@ -35,7 +35,6 @@ #include <com/sun/star/view/PaperOrientation.hpp> #include <com/sun/star/animations/AnimationNodeType.hpp> #include <com/sun/star/presentation/EffectNodeType.hpp> -#include <com/sun/star/lang/DisposedException.hpp> #include <comphelper/processfactory.hxx> #include <comphelper/servicehelper.hxx> #include <rtl/ustrbuf.hxx> diff --git a/sd/source/ui/view/Outliner.cxx b/sd/source/ui/view/Outliner.cxx index 137163ba81e8..d4a427f59fad 100644 --- a/sd/source/ui/view/Outliner.cxx +++ b/sd/source/ui/view/Outliner.cxx @@ -47,7 +47,6 @@ #include <com/sun/star/linguistic2/XSpellChecker1.hpp> #include <com/sun/star/beans/XPropertySet.hpp> #include <comphelper/processfactory.hxx> -#include <editeng/eeitem.hxx> #include <editeng/forbiddencharacterstable.hxx> #include <svx/srchdlg.hxx> #include <unotools/linguprops.hxx> diff --git a/sd/source/ui/view/ViewShellBase.cxx b/sd/source/ui/view/ViewShellBase.cxx index 9889685a959a..7948b94c160e 100644 --- a/sd/source/ui/view/ViewShellBase.cxx +++ b/sd/source/ui/view/ViewShellBase.cxx @@ -86,7 +86,6 @@ #include <sfx2/objface.hxx> #include <sfx2/viewfrm.hxx> #include <svl/whiter.hxx> -#include <comphelper/processfactory.hxx> #include <vcl/msgbox.hxx> #include <tools/diagnose_ex.h> diff --git a/sd/source/ui/view/ViewShellImplementation.cxx b/sd/source/ui/view/ViewShellImplementation.cxx index e0e075088320..d25a8ef9cf76 100644 --- a/sd/source/ui/view/ViewShellImplementation.cxx +++ b/sd/source/ui/view/ViewShellImplementation.cxx @@ -35,7 +35,6 @@ #include "glob.hrc" #include "app.hrc" #include "strings.hrc" -#include "strings.hrc" #include "helpids.h" #include "sdattr.hxx" #include "sdabstdlg.hxx" diff --git a/sd/source/ui/view/drbezob.cxx b/sd/source/ui/view/drbezob.cxx index e28cb0794657..9ef8b9d1caf4 100644 --- a/sd/source/ui/view/drbezob.cxx +++ b/sd/source/ui/view/drbezob.cxx @@ -56,7 +56,6 @@ #include "Window.hxx" #include "drawview.hxx" #include "drawdoc.hxx" -#include "sdresid.hxx" #include "fusel.hxx" #include "fuconbez.hxx" diff --git a/sd/source/ui/view/drtxtob.cxx b/sd/source/ui/view/drtxtob.cxx index 9697587cf3d8..f955e0b9eb33 100644 --- a/sd/source/ui/view/drtxtob.cxx +++ b/sd/source/ui/view/drtxtob.cxx @@ -39,9 +39,6 @@ #include <editeng/editeng.hxx> #include <editeng/outliner.hxx> #include <editeng/unolingu.hxx> -#include <editeng/ulspitem.hxx> -#include <editeng/lspcitem.hxx> -#include <editeng/adjitem.hxx> #include <vcl/vclenum.hxx> #include <sfx2/app.hxx> #include <svl/whiter.hxx> diff --git a/sd/source/ui/view/drtxtob1.cxx b/sd/source/ui/view/drtxtob1.cxx index feef729f7974..8efc9796ffcf 100644 --- a/sd/source/ui/view/drtxtob1.cxx +++ b/sd/source/ui/view/drtxtob1.cxx @@ -59,7 +59,6 @@ #include <svx/svdobj.hxx> #include <editeng/outlobj.hxx> #include <editeng/flstitem.hxx> -#include <editeng/editeng.hxx> #include <svl/intitem.hxx> #include <editeng/scripttypeitem.hxx> #include <svx/svdoutl.hxx> diff --git a/sd/source/ui/view/drviews2.cxx b/sd/source/ui/view/drviews2.cxx index af8239ffcb88..179fe66ea674 100644 --- a/sd/source/ui/view/drviews2.cxx +++ b/sd/source/ui/view/drviews2.cxx @@ -47,7 +47,6 @@ #include <basic/sbstar.hxx> #include <editeng/flditem.hxx> #include <svx/xlineit0.hxx> -#include <svx/xfillit0.hxx> #include <svx/svdoutl.hxx> #include <svx/xlnwtit.hxx> diff --git a/sd/source/ui/view/drviews3.cxx b/sd/source/ui/view/drviews3.cxx index f67f60fac66a..b498d4e7292a 100644 --- a/sd/source/ui/view/drviews3.cxx +++ b/sd/source/ui/view/drviews3.cxx @@ -77,21 +77,16 @@ #include "sdresid.hxx" #include "drawview.hxx" #include "drawdoc.hxx" -#include "DrawViewShell.hxx" #include "Ruler.hxx" #include "DrawDocShell.hxx" #include "headerfooterdlg.hxx" #include "masterlayoutdlg.hxx" -#include "Ruler.hxx" -#include "DrawDocShell.hxx" #include "sdabstdlg.hxx" #include <sfx2/ipclient.hxx> #include <tools/diagnose_ex.h> #include "ViewShellBase.hxx" #include "FormShellManager.hxx" #include "LayerTabBar.hxx" -#include "sdabstdlg.hxx" -#include "sdpage.hxx" #include <com/sun/star/drawing/framework/XControllerManager.hpp> #include <com/sun/star/drawing/framework/XConfigurationController.hpp> #include <com/sun/star/drawing/framework/XConfiguration.hpp> diff --git a/sd/source/ui/view/drviews9.cxx b/sd/source/ui/view/drviews9.cxx index f2741cdf4345..8763aa8c47fc 100644 --- a/sd/source/ui/view/drviews9.cxx +++ b/sd/source/ui/view/drviews9.cxx @@ -37,7 +37,6 @@ #include <svx/xflgrit.hxx> #include <svx/xlnclit.hxx> #include <svx/xflclit.hxx> -#include <svx/xlnwtit.hxx> #include <sfx2/bindings.hxx> #include <sfx2/dispatch.hxx> diff --git a/sd/source/ui/view/drviewsa.cxx b/sd/source/ui/view/drviewsa.cxx index 96c2259ce8c9..7a6e6aa908b6 100644 --- a/sd/source/ui/view/drviewsa.cxx +++ b/sd/source/ui/view/drviewsa.cxx @@ -55,14 +55,12 @@ #include <sfx2/viewfrm.hxx> #include <svx/fmshell.hxx> -#include <sfx2/dispatch.hxx> #include <svtools/cliplistener.hxx> #include <svx/float3d.hxx> #include "helpids.h" #include "view/viewoverlaymanager.hxx" #include "app.hrc" -#include "helpids.h" #include "strings.hrc" #include "res_bmp.hrc" #include "sdpage.hxx" @@ -76,7 +74,6 @@ #include "drawview.hxx" #include "SdUnoDrawView.hxx" #include "ViewShellBase.hxx" -#include "SdUnoDrawView.hxx" #include "slideshow.hxx" #include "ToolBarManager.hxx" #include "annotationmanager.hxx" diff --git a/sd/source/ui/view/drviewsc.cxx b/sd/source/ui/view/drviewsc.cxx index 49e7dfef2658..76f70008823b 100644 --- a/sd/source/ui/view/drviewsc.cxx +++ b/sd/source/ui/view/drviewsc.cxx @@ -42,7 +42,6 @@ #include <svx/svxdlg.hxx> #include <sfx2/bindings.hxx> #include <sfx2/dispatch.hxx> -#include <svx/svdoole2.hxx> #include <svl/style.hxx> #include <svx/svdpagv.hxx> #include <svx/grafctrl.hxx> diff --git a/sd/source/ui/view/drviewsd.cxx b/sd/source/ui/view/drviewsd.cxx index 22b80691d649..c20c19ee0849 100644 --- a/sd/source/ui/view/drviewsd.cxx +++ b/sd/source/ui/view/drviewsd.cxx @@ -51,7 +51,6 @@ #include "NavigatorChildWindow.hxx" #include "navigatr.hxx" #include "drawview.hxx" -#include "slideshow.hxx" namespace sd { diff --git a/sd/source/ui/view/drviewse.cxx b/sd/source/ui/view/drviewse.cxx index c65d34672bb9..433118b8c9b8 100644 --- a/sd/source/ui/view/drviewse.cxx +++ b/sd/source/ui/view/drviewse.cxx @@ -88,7 +88,6 @@ #include "fuconarc.hxx" #include "fucon3d.hxx" #include "sdresid.hxx" -#include "slideshow.hxx" #include "Outliner.hxx" #include "PresentationViewShell.hxx" #include "sdpage.hxx" diff --git a/sd/source/ui/view/outlnvs2.cxx b/sd/source/ui/view/outlnvs2.cxx index 3e16529d1554..7bd044807a43 100644 --- a/sd/source/ui/view/outlnvs2.cxx +++ b/sd/source/ui/view/outlnvs2.cxx @@ -48,7 +48,6 @@ #include <sfx2/viewfrm.hxx> #include "Outliner.hxx" #include "Window.hxx" -#include "OutlineViewShell.hxx" #include "fubullet.hxx" #include "fuolbull.hxx" #include "FrameView.hxx" diff --git a/sd/source/ui/view/outlview.cxx b/sd/source/ui/view/outlview.cxx index 433c64d02a4c..67b802dd75a4 100644 --- a/sd/source/ui/view/outlview.cxx +++ b/sd/source/ui/view/outlview.cxx @@ -53,7 +53,6 @@ #include <editeng/lspcitem.hxx> #include <editeng/numitem.hxx> #include <editeng/outlobj.hxx> -#include <editeng/numitem.hxx> #include <editeng/editeng.hxx> #include <editeng/editobj.hxx> diff --git a/sd/source/ui/view/presvish.cxx b/sd/source/ui/view/presvish.cxx index 724e2da3b242..f1edee095051 100644 --- a/sd/source/ui/view/presvish.cxx +++ b/sd/source/ui/view/presvish.cxx @@ -58,7 +58,6 @@ #include "ViewShellBase.hxx" #include "FactoryIds.hxx" -#include "slideshow.hxx" #include "fupoor.hxx" #include "Window.hxx" diff --git a/sd/source/ui/view/sdview.cxx b/sd/source/ui/view/sdview.cxx index 21ba15473fa0..d7dcc2556430 100644 --- a/sd/source/ui/view/sdview.cxx +++ b/sd/source/ui/view/sdview.cxx @@ -79,7 +79,6 @@ #include "undo/undomanager.hxx" #include <svx/sdr/contact/viewobjectcontact.hxx> #include <svx/sdr/contact/viewcontact.hxx> -#include <svx/sdr/contact/displayinfo.hxx> #include "EventMultiplexer.hxx" #include "ViewShellBase.hxx" #include "ViewShellManager.hxx" diff --git a/sd/source/ui/view/sdview2.cxx b/sd/source/ui/view/sdview2.cxx index 634b808ad4a5..2a62767e2bde 100644 --- a/sd/source/ui/view/sdview2.cxx +++ b/sd/source/ui/view/sdview2.cxx @@ -46,7 +46,6 @@ #include <svx/svdundo.hxx> #include <svx/svdpagv.hxx> #include <svl/urlbmk.hxx> -#include <svl/urlbmk.hxx> #include <editeng/outliner.hxx> #include <svx/xflclit.hxx> #include <svx/dbexch.hrc> diff --git a/sd/source/ui/view/viewshe2.cxx b/sd/source/ui/view/viewshe2.cxx index cee898fd9624..7dfdb9bd9b84 100644 --- a/sd/source/ui/view/viewshe2.cxx +++ b/sd/source/ui/view/viewshe2.cxx @@ -49,7 +49,6 @@ #include <svx/svdoole2.hxx> #include <svtools/sfxecode.hxx> #include <svx/fmshell.hxx> -#include <sfx2/dispatch.hxx> #include <rtl/ustrbuf.hxx> #include <unotools/moduleoptions.hxx> #include <svx/dialogs.hrc> diff --git a/sd/source/ui/view/viewshel.cxx b/sd/source/ui/view/viewshel.cxx index e4ae7f017828..ff30160a347c 100644 --- a/sd/source/ui/view/viewshel.cxx +++ b/sd/source/ui/view/viewshel.cxx @@ -48,8 +48,6 @@ #include "GraphicViewShell.hxx" #include <sfx2/childwin.hxx> #include <sdxfer.hxx> -#include "GraphicViewShell.hxx" -#include <sfx2/childwin.hxx> #include "app.hrc" #include "helpids.h" @@ -71,7 +69,6 @@ #include "MediaObjectBar.hxx" #include "ViewShellManager.hxx" #include "FormShellManager.hxx" -#include <svx/fmshell.hxx> #include <svx/dialogs.hrc> #include <svx/extrusionbar.hxx> #include <svx/fontworkbar.hxx> |