[Libreoffice-commits] .: 2 commits - sd/inc sd/source

Takeshi Abe tabe at kemper.freedesktop.org
Sat Mar 24 15:15:12 PDT 2012


 sd/inc/drawdoc.hxx                                             |    2 
 sd/inc/sdpage.hxx                                              |    4 
 sd/source/core/drawdoc.cxx                                     |    1 
 sd/source/core/drawdoc3.cxx                                    |    1 
 sd/source/core/sdpage.cxx                                      |    5 
 sd/source/core/stlsheet.cxx                                    |    1 
 sd/source/core/typemap.cxx                                     |    1 
 sd/source/filter/eppt/epptso.cxx                               |    1 
 sd/source/filter/grf/sdgrffilter.cxx                           |    1 
 sd/source/filter/html/HtmlOptionsDialog.cxx                    |    1 
 sd/source/filter/html/htmlex.cxx                               |    1 
 sd/source/filter/ppt/pptin.cxx                                 |    2 
 sd/source/ui/animations/motionpathtag.hxx                      |    1 
 sd/source/ui/annotations/annotationmanager.cxx                 |    1 
 sd/source/ui/annotations/annotationwindow.cxx                  |    1 
 sd/source/ui/app/sdmod2.cxx                                    |    1 
 sd/source/ui/dlg/dlgass.cxx                                    |    1 
 sd/source/ui/dlg/dlgolbul.cxx                                  |    1 
 sd/source/ui/dlg/headerfooterdlg.cxx                           |    1 
 sd/source/ui/dlg/vectdlg.cxx                                   |    1 
 sd/source/ui/docshell/docshel3.cxx                             |    1 
 sd/source/ui/docshell/docshel4.cxx                             |    1 
 sd/source/ui/docshell/docshell.cxx                             |    3 
 sd/source/ui/func/fudraw.cxx                                   |    1 
 sd/source/ui/func/fuinsfil.cxx                                 |    1 
 sd/source/ui/func/fuolbull.cxx                                 |    1 
 sd/source/ui/func/fupage.cxx                                   |    3 
 sd/source/ui/func/fuscale.cxx                                  |    1 
 sd/source/ui/func/futransf.cxx                                 |    1 
 sd/source/ui/func/fuvect.cxx                                   |    1 
 sd/source/ui/inc/ViewShell.hxx                                 |    1 
 sd/source/ui/inc/dlgsnap.hxx                                   |    1 
 sd/source/ui/inc/present.hxx                                   |    1 
 sd/source/ui/inc/pubdlg.hxx                                    |    1 
 sd/source/ui/inc/tpaction.hxx                                  |    1 
 sd/source/ui/slideshow/showwin.cxx                             |    1 
 sd/source/ui/slidesorter/cache/SlsCacheCompactor.cxx           |    1 
 sd/source/ui/slidesorter/controller/SlideSorterController.cxx  |    1 
 sd/source/ui/slidesorter/controller/SlsSelectionFunction.cxx   |    2 
 sd/source/ui/slidesorter/view/SlideSorterView.cxx              |    2 
 sd/source/ui/table/TableDesignPane.cxx                         |    1 
 sd/source/ui/toolpanel/ToolPanelViewShell.cxx                  |    1 
 sd/source/ui/toolpanel/controls/AnimationSchemesPanel.cxx      |  140 ----------
 sd/source/ui/toolpanel/controls/AnimationSchemesPanel.hxx      |  112 --------
 sd/source/ui/toolpanel/controls/CurrentMasterPagesSelector.cxx |    1 
 sd/source/ui/toolpanel/controls/MasterPagesSelector.cxx        |    1 
 sd/source/ui/unoidl/UnoDocumentSettings.cxx                    |    1 
 sd/source/ui/unoidl/sddetect.cxx                               |    3 
 sd/source/ui/unoidl/unocpres.cxx                               |    1 
 sd/source/ui/unoidl/unolayer.cxx                               |    1 
 sd/source/ui/unoidl/unomodel.cxx                               |    2 
 sd/source/ui/unoidl/unoobj.hxx                                 |    1 
 sd/source/ui/unoidl/unopage.cxx                                |    1 
 sd/source/ui/view/Outliner.cxx                                 |    1 
 sd/source/ui/view/ViewShellBase.cxx                            |    1 
 sd/source/ui/view/ViewShellImplementation.cxx                  |    1 
 sd/source/ui/view/drbezob.cxx                                  |    1 
 sd/source/ui/view/drtxtob.cxx                                  |    3 
 sd/source/ui/view/drtxtob1.cxx                                 |    1 
 sd/source/ui/view/drviews2.cxx                                 |    1 
 sd/source/ui/view/drviews3.cxx                                 |    5 
 sd/source/ui/view/drviews9.cxx                                 |    1 
 sd/source/ui/view/drviewsa.cxx                                 |    3 
 sd/source/ui/view/drviewsc.cxx                                 |    1 
 sd/source/ui/view/drviewsd.cxx                                 |    1 
 sd/source/ui/view/drviewse.cxx                                 |    1 
 sd/source/ui/view/outlnvs2.cxx                                 |    1 
 sd/source/ui/view/outlview.cxx                                 |    1 
 sd/source/ui/view/presvish.cxx                                 |    1 
 sd/source/ui/view/sdview.cxx                                   |    1 
 sd/source/ui/view/sdview2.cxx                                  |    1 
 sd/source/ui/view/viewshe2.cxx                                 |    1 
 sd/source/ui/view/viewshel.cxx                                 |    3 
 73 files changed, 351 deletions(-)

New commits:
commit 150f79806c2f2839e8f7ead7ce05c1d8b5eebb63
Author: Takeshi Abe <tabe at fixedpoint.jp>
Date:   Sun Mar 25 07:11:30 2012 +0900

    removed unused AnimationSchemesPanel
    
    this seems related to 58dd850178eb0151f03351b0599fcb88e6b499a8

diff --git a/sd/source/ui/toolpanel/controls/AnimationSchemesPanel.cxx b/sd/source/ui/toolpanel/controls/AnimationSchemesPanel.cxx
deleted file mode 100644
index 23a1cce..0000000
--- a/sd/source/ui/toolpanel/controls/AnimationSchemesPanel.cxx
+++ /dev/null
@@ -1,140 +0,0 @@
-/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
-/*************************************************************************
- *
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
- * Copyright 2000, 2010 Oracle and/or its affiliates.
- *
- * OpenOffice.org - a multi-platform office productivity suite
- *
- * This file is part of OpenOffice.org.
- *
- * OpenOffice.org is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License version 3
- * only, as published by the Free Software Foundation.
- *
- * OpenOffice.org is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU Lesser General Public License version 3 for more details
- * (a copy is included in the LICENSE file that accompanied this code).
- *
- * You should have received a copy of the GNU Lesser General Public License
- * version 3 along with OpenOffice.org.  If not, see
- * <http://www.openoffice.org/license.html>
- * for a copy of the LGPLv3 License.
- *
- ************************************************************************/
-
-#include "AnimationSchemesPanel.hxx"
-
-#include "strings.hrc"
-#include "sdresid.hxx"
-#include <com/sun/star/frame/XModel.hpp>
-
-namespace sd
-{
-
-    class ViewShellBase;
-    extern ::Window * createAnimationSchemesPanel( ::Window* pParent, ViewShellBase& rBase );
-
-namespace toolpanel { namespace controls {
-
-
-AnimationSchemesPanel::AnimationSchemesPanel(TreeNode* pParent, ViewShellBase& rBase)
-    : SubToolPanel (pParent),
-      maPreferredSize( 100, 200 )
-{
-    mpWrappedControl = createAnimationSchemesPanel( pParent->GetWindow(), rBase );
-    mpWrappedControl->Show();
-}
-
-AnimationSchemesPanel::~AnimationSchemesPanel()
-{
-    delete mpWrappedControl;
-}
-
-Size AnimationSchemesPanel::GetPreferredSize()
-{
-    return maPreferredSize;
-}
-sal_Int32 AnimationSchemesPanel::GetPreferredWidth(sal_Int32 )
-{
-    return maPreferredSize.Width();
-}
-sal_Int32 AnimationSchemesPanel::GetPreferredHeight(sal_Int32 )
-{
-    return maPreferredSize.Height();
-}
-::Window* AnimationSchemesPanel::GetWindow()
-{
-    return mpWrappedControl;
-}
-bool AnimationSchemesPanel::IsResizable()
-{
-    return true;
-}
-bool AnimationSchemesPanel::IsExpandable() const
-{
-    return true;
-}
-
-
-} } } // end of namespace ::sd::toolpanel::controls
-#include "AnimationSchemesPanel.hxx"
-
-#include "strings.hrc"
-#include "sdresid.hxx"
-#include <com/sun/star/frame/XModel.hpp>
-
-namespace sd
-{
-
-    class ViewShellBase;
-    extern ::Window * createAnimationSchemesPanel( ::Window* pParent, ViewShellBase& rBase );
-
-namespace toolpanel { namespace controls {
-
-
-AnimationSchemesPanel::AnimationSchemesPanel(TreeNode* pParent, ViewShellBase& rBase)
-    : SubToolPanel (pParent),
-      maPreferredSize( 100, 200 )
-{
-    mpWrappedControl = createAnimationSchemesPanel( pParent->GetWindow(), rBase );
-    mpWrappedControl->Show();
-}
-
-AnimationSchemesPanel::~AnimationSchemesPanel()
-{
-    delete mpWrappedControl;
-}
-
-Size AnimationSchemesPanel::GetPreferredSize()
-{
-    return maPreferredSize;
-}
-sal_Int32 AnimationSchemesPanel::GetPreferredWidth(sal_Int32 )
-{
-    return maPreferredSize.Width();
-}
-sal_Int32 AnimationSchemesPanel::GetPreferredHeight(sal_Int32 )
-{
-    return maPreferredSize.Height();
-}
-::Window* AnimationSchemesPanel::GetWindow()
-{
-    return mpWrappedControl;
-}
-bool AnimationSchemesPanel::IsResizable()
-{
-    return true;
-}
-bool AnimationSchemesPanel::IsExpandable() const
-{
-    return true;
-}
-
-
-} } } // end of namespace ::sd::toolpanel::controls
-
-/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/sd/source/ui/toolpanel/controls/AnimationSchemesPanel.hxx b/sd/source/ui/toolpanel/controls/AnimationSchemesPanel.hxx
deleted file mode 100644
index 8a5ca14..0000000
--- a/sd/source/ui/toolpanel/controls/AnimationSchemesPanel.hxx
+++ /dev/null
@@ -1,112 +0,0 @@
-/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
-/*************************************************************************
- *
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
- * Copyright 2000, 2010 Oracle and/or its affiliates.
- *
- * OpenOffice.org - a multi-platform office productivity suite
- *
- * This file is part of OpenOffice.org.
- *
- * OpenOffice.org is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License version 3
- * only, as published by the Free Software Foundation.
- *
- * OpenOffice.org is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU Lesser General Public License version 3 for more details
- * (a copy is included in the LICENSE file that accompanied this code).
- *
- * You should have received a copy of the GNU Lesser General Public License
- * version 3 along with OpenOffice.org.  If not, see
- * <http://www.openoffice.org/license.html>
- * for a copy of the LGPLv3 License.
- *
- ************************************************************************/
-
-#ifndef SD_TASKPANE_CONTROLS_ANIMATION_SCHEMES_PANEL_HXX
-#define SD_TASKPANE_CONTROLS_ANIMATION_SCHEMES_PANEL_HXX
-
-#include "taskpane/SubToolPanel.hxx"
-
-namespace sd {
-class ViewShellBase;
-}
-
-namespace sd { namespace toolpanel {
-class TreeNode;
-} }
-
-namespace sd { namespace toolpanel { namespace controls {
-
-class AnimationSchemesPanel
-    : public SubToolPanel
-{
-public:
-    AnimationSchemesPanel (
-        TreeNode* pParent,
-        ViewShellBase& rBase);
-    virtual ~AnimationSchemesPanel (void);
-
-    virtual Size GetPreferredSize (void);
-    virtual sal_Int32 GetPreferredWidth (sal_Int32 nHeigh);
-    virtual sal_Int32 GetPreferredHeight (sal_Int32 nWidth);
-    virtual ::Window* GetWindow (void);
-    virtual bool IsResizable (void);
-    virtual bool IsExpandable (void) const;
-
-    using Window::GetWindow;
-
-private:
-    Size maPreferredSize;
-    ::Window* mpWrappedControl;
-};
-
-} } } // end of namespace ::sd::toolpanel::controls
-
-#endif
-#ifndef SD_TASKPANE_CONTROLS_ANIMATION_SCHEMES_PANEL_HXX
-#define SD_TASKPANE_CONTROLS_ANIMATION_SCHEMES_PANEL_HXX
-
-#include "taskpane/SubToolPanel.hxx"
-
-namespace sd {
-class ViewShellBase;
-}
-
-namespace sd { namespace toolpanel {
-class TreeNode;
-} }
-
-namespace sd { namespace toolpanel { namespace controls {
-
-class AnimationSchemesPanel
-    : public SubToolPanel
-{
-public:
-    AnimationSchemesPanel (
-        TreeNode* pParent,
-        ViewShellBase& rBase);
-    virtual ~AnimationSchemesPanel (void);
-
-    virtual Size GetPreferredSize (void);
-    virtual sal_Int32 GetPreferredWidth (sal_Int32 nHeigh);
-    virtual sal_Int32 GetPreferredHeight (sal_Int32 nWidth);
-    virtual ::Window* GetWindow (void);
-    virtual bool IsResizable (void);
-    virtual bool IsExpandable (void) const;
-
-    using Window::GetWindow;
-
-private:
-    Size maPreferredSize;
-    ::Window* mpWrappedControl;
-};
-
-} } } // end of namespace ::sd::toolpanel::controls
-
-#endif
-
-/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
commit 193581a7cc7161dec844c6f35ba710ee8c98107c
Author: Takeshi Abe <tabe at fixedpoint.jp>
Date:   Sun Mar 25 07:10:16 2012 +0900

    removed duplicate includes in sd

diff --git a/sd/inc/drawdoc.hxx b/sd/inc/drawdoc.hxx
index 1e4b739..05abd62 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 68431d0..e346b21 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 4d68ef1..e897fc5 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 c434c2f..d78a8af 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 9045613..268a7ea 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 d88e2e0..ebbce76 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 06fb389..3d66df1 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 2e5102b..6eec4bf 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 4f50f37..f4d4d02 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 64a7a03..1e89b92 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 c2aec1e..f2d46ba 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 2d18836..069af5b 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 d176e4d..91686f1 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 ae39dfa..0d3adff 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 5c8083e..50fe477 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 2c7f85c..92979de 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 4e63d3a..6a31952 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 8f18a7f..07a5f52 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 4bdccae..0fa1c7e 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 25beb95..db7c590 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 87a0738..472d009 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 cc152e1..d002566 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 b9ca044..2f8bf12 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 e3cb961..68d7418 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 37bd374..96ecec2 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 684b3b1..32f5e9a 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 68c6f19..69f667c 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 b3e7c62..85a6df0 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 64f8cfe..8220e9b 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 479f656..c416b71 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 8a4a55a..58fc6af 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 1d3c5b2..a9e7395 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 da7a348..e02f75d 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 c8e8038..8407843 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 4dd08c8..4dab807 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 d637f50..8c08cd9 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 c940db8..3f8b2b4 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 a68f782..2932e20 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 8788db3..5849b1c 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 935f191..711a0f6 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 276049b..1817c48 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 2a1c2df..4891dfc 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 d45f851..2692043 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 55d313b..117bc36 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 e36ec7d..80754a1 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 5260ede..5dde7a4 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 e44f61e..b021620 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 0555c43..4940f2c 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 9bb08b3..ff25f97 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 e1aa5a6..08c376f 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 a13a4fa..69bbdaf 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 137163b..d4a427f 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 9889685..7948b94 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 e0e0750..d25a8ef 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 e28cb07..9ef8b9d 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 9697587..f955e0b 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 feef729..8efc979 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 af8239f..179fe66 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 f67f60f..b498d4e 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 f2741cd..8763aa8 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 96c2259..7a6e6aa 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 49e7dfe..76f7000 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 22b8069..c20c19e 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 c65d346..433118b 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 3e16529..7bd0448 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 433c64d..67b802d 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 724e2da..f1edee0 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 21ba154..d7dcc25 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 634b808..2a62767 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 cee898f..7dfdb9b 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 e4ae7f0..ff30160 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>


More information about the Libreoffice-commits mailing list