diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2014-02-13 15:58:23 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2014-02-14 11:06:22 +0900 |
commit | a0f78a0688b1a2895aeb70a8e2249d73563f8086 (patch) | |
tree | e7be410d2ef6b31fce6b9a5543402996d57befce | |
parent | 377d749ff8211fa9e69d47a92810af9bc0652990 (diff) |
Drop unnecessary #include
Change-Id: I7518b1014676fda6cfc052e110859cfbf7ca30ad
23 files changed, 0 insertions, 29 deletions
diff --git a/sd/source/ui/accessibility/AccessibleDocumentViewBase.cxx b/sd/source/ui/accessibility/AccessibleDocumentViewBase.cxx index b8fac527896e..4cb25d8532ab 100644 --- a/sd/source/ui/accessibility/AccessibleDocumentViewBase.cxx +++ b/sd/source/ui/accessibility/AccessibleDocumentViewBase.cxx @@ -49,7 +49,6 @@ #include <svtools/colorcfg.hxx> #include "ViewShell.hxx" #include "View.hxx" -#include <memory> using namespace ::com::sun::star; using namespace ::com::sun::star::accessibility; diff --git a/sd/source/ui/accessibility/AccessibleDrawDocumentView.cxx b/sd/source/ui/accessibility/AccessibleDrawDocumentView.cxx index f597a1f27de3..1b7ccd4d0d59 100644 --- a/sd/source/ui/accessibility/AccessibleDrawDocumentView.cxx +++ b/sd/source/ui/accessibility/AccessibleDrawDocumentView.cxx @@ -53,7 +53,6 @@ #include "sdpage.hxx" #include "slideshow.hxx" #include "anminfo.hxx" -#include <memory> #include "accessibility.hrc" #include "sdresid.hxx" diff --git a/sd/source/ui/animations/CustomAnimationPane.cxx b/sd/source/ui/animations/CustomAnimationPane.cxx index 3fdc632168b3..4f479db1801f 100644 --- a/sd/source/ui/animations/CustomAnimationPane.cxx +++ b/sd/source/ui/animations/CustomAnimationPane.cxx @@ -76,7 +76,6 @@ #include "drawdoc.hxx" #include "app.hrc" -#include <memory> #include <algorithm> #include <basegfx/polygon/b2dpolypolygontools.hxx> diff --git a/sd/source/ui/animations/SlideTransitionPane.cxx b/sd/source/ui/animations/SlideTransitionPane.cxx index dcae7ebbaa0f..958b86d17532 100644 --- a/sd/source/ui/animations/SlideTransitionPane.cxx +++ b/sd/source/ui/animations/SlideTransitionPane.cxx @@ -50,7 +50,6 @@ #include <sfx2/sidebar/Theme.hxx> #include <algorithm> -#include <memory> using namespace ::com::sun::star; diff --git a/sd/source/ui/app/sdmod1.cxx b/sd/source/ui/app/sdmod1.cxx index 1f77d9db299c..12b8ac99d63b 100644 --- a/sd/source/ui/app/sdmod1.cxx +++ b/sd/source/ui/app/sdmod1.cxx @@ -60,7 +60,6 @@ #include "FrameView.hxx" #include "FactoryIds.hxx" #include "sdabstdlg.hxx" -#include <memory> #include <boost/shared_ptr.hpp> #include <boost/scoped_array.hpp> #include "slideshow.hxx" diff --git a/sd/source/ui/controller/slidelayoutcontroller.cxx b/sd/source/ui/controller/slidelayoutcontroller.cxx index 0d91b89e3c5f..b9266f9bdf6e 100644 --- a/sd/source/ui/controller/slidelayoutcontroller.cxx +++ b/sd/source/ui/controller/slidelayoutcontroller.cxx @@ -26,9 +26,6 @@ #include <com/sun/star/beans/XPropertySet.hpp> #include <com/sun/star/drawing/DrawViewMode.hpp> -#include <memory> -#include <boost/scoped_ptr.hpp> - #include <osl/mutex.hxx> #include <vcl/svapp.hxx> diff --git a/sd/source/ui/dlg/docprev.cxx b/sd/source/ui/dlg/docprev.cxx index c153f69db15e..bd4ad0c7ac8d 100644 --- a/sd/source/ui/dlg/docprev.cxx +++ b/sd/source/ui/dlg/docprev.cxx @@ -40,8 +40,6 @@ #include "sfx2/viewfrm.hxx" #include <vcl/svapp.hxx> -#include <memory> - using ::com::sun::star::drawing::XDrawPage; using ::com::sun::star::animations::XAnimationNode; using namespace ::com::sun::star; diff --git a/sd/source/ui/inc/AccessibleOutlineEditSource.hxx b/sd/source/ui/inc/AccessibleOutlineEditSource.hxx index 75b04f31ab44..bbbb4da91dfb 100644 --- a/sd/source/ui/inc/AccessibleOutlineEditSource.hxx +++ b/sd/source/ui/inc/AccessibleOutlineEditSource.hxx @@ -20,7 +20,6 @@ #ifndef INCLUDED_SD_SOURCE_UI_INC_ACCESSIBLEOUTLINEEDITSOURCE_HXX #define INCLUDED_SD_SOURCE_UI_INC_ACCESSIBLEOUTLINEEDITSOURCE_HXX -#include <memory> #include <vcl/svapp.hxx> #include <svl/brdcst.hxx> #include <svl/lstner.hxx> diff --git a/sd/source/ui/inc/DrawController.hxx b/sd/source/ui/inc/DrawController.hxx index 680684734dba..010beae8d1a8 100644 --- a/sd/source/ui/inc/DrawController.hxx +++ b/sd/source/ui/inc/DrawController.hxx @@ -39,7 +39,6 @@ #include <tools/weakbase.hxx> #include <memory> #include <vector> -#include <boost/scoped_ptr.hpp> #include <com/sun/star/drawing/XLayer.hpp> namespace sd { diff --git a/sd/source/ui/inc/ShellFactory.hxx b/sd/source/ui/inc/ShellFactory.hxx index 9eedd11c892c..664a1e17dc73 100644 --- a/sd/source/ui/inc/ShellFactory.hxx +++ b/sd/source/ui/inc/ShellFactory.hxx @@ -21,7 +21,6 @@ #define INCLUDED_SD_SOURCE_UI_INC_SHELLFACTORY_HXX #include <sal/types.h> -#include <memory> class Window; diff --git a/sd/source/ui/inc/ViewShellBase.hxx b/sd/source/ui/inc/ViewShellBase.hxx index 782f4d94a0ed..c8bc54f64f6a 100644 --- a/sd/source/ui/inc/ViewShellBase.hxx +++ b/sd/source/ui/inc/ViewShellBase.hxx @@ -27,12 +27,9 @@ #include "glob.hxx" #include <sfx2/viewsh.hxx> #include <sfx2/viewfac.hxx> -#include <memory> #include <boost/shared_ptr.hpp> #include <boost/scoped_ptr.hpp> -#include <set> - class SdDrawDocument; class SfxRequest; diff --git a/sd/source/ui/inc/ViewShellManager.hxx b/sd/source/ui/inc/ViewShellManager.hxx index 18ac6ebfbfd6..73419c98b790 100644 --- a/sd/source/ui/inc/ViewShellManager.hxx +++ b/sd/source/ui/inc/ViewShellManager.hxx @@ -22,7 +22,6 @@ #include "ShellFactory.hxx" #include <memory> -#include <vector> #include <boost/shared_ptr.hpp> class FmFormShell; diff --git a/sd/source/ui/inc/annotationmanager.hxx b/sd/source/ui/inc/annotationmanager.hxx index e60fafae528a..a5f5d00fe432 100644 --- a/sd/source/ui/inc/annotationmanager.hxx +++ b/sd/source/ui/inc/annotationmanager.hxx @@ -21,7 +21,6 @@ #define INCLUDED_SD_SOURCE_UI_INC_ANNOTATIONMANAGER_HXX #include <com/sun/star/office/XAnnotationAccess.hpp> -#include <memory> #include <rtl/ref.hxx> diff --git a/sd/source/ui/inc/slideshow.hxx b/sd/source/ui/inc/slideshow.hxx index 6573b2b0ce80..83918d268300 100644 --- a/sd/source/ui/inc/slideshow.hxx +++ b/sd/source/ui/inc/slideshow.hxx @@ -32,7 +32,6 @@ #include <editeng/unoipset.hxx> -#include <memory> #include <boost/shared_ptr.hpp> namespace com { namespace sun { namespace star { diff --git a/sd/source/ui/inc/taskpane/SlideSorterCacheDisplay.hxx b/sd/source/ui/inc/taskpane/SlideSorterCacheDisplay.hxx index d84117d9ac11..b121df4529ea 100644 --- a/sd/source/ui/inc/taskpane/SlideSorterCacheDisplay.hxx +++ b/sd/source/ui/inc/taskpane/SlideSorterCacheDisplay.hxx @@ -36,7 +36,6 @@ #include <map> #include <vector> -#include <memory> class Window; diff --git a/sd/source/ui/inc/taskpane/SubToolPanel.hxx b/sd/source/ui/inc/taskpane/SubToolPanel.hxx index 5e6e116f8fb2..5c4054dde9a3 100644 --- a/sd/source/ui/inc/taskpane/SubToolPanel.hxx +++ b/sd/source/ui/inc/taskpane/SubToolPanel.hxx @@ -24,7 +24,6 @@ #include <vcl/ctrl.hxx> #include <vcl/scrbar.hxx> -#include <memory> #include <vector> diff --git a/sd/source/ui/sidebar/LayoutMenu.cxx b/sd/source/ui/sidebar/LayoutMenu.cxx index 1733a1051626..d842e9df3b92 100644 --- a/sd/source/ui/sidebar/LayoutMenu.cxx +++ b/sd/source/ui/sidebar/LayoutMenu.cxx @@ -55,7 +55,6 @@ #include <com/sun/star/drawing/framework/ResourceId.hpp> #include <vector> -#include <memory> using namespace ::com::sun::star; using namespace ::com::sun::star::text; diff --git a/sd/source/ui/sidebar/MasterPageContainer.hxx b/sd/source/ui/sidebar/MasterPageContainer.hxx index 09ead4f93131..79706d093481 100644 --- a/sd/source/ui/sidebar/MasterPageContainer.hxx +++ b/sd/source/ui/sidebar/MasterPageContainer.hxx @@ -24,7 +24,6 @@ #include <osl/mutex.hxx> #include <vcl/image.hxx> -#include <memory> #include "PreviewRenderer.hxx" #include <com/sun/star/frame/XModel.hpp> #include <vcl/timer.hxx> diff --git a/sd/source/ui/slidesorter/inc/controller/SlsSlotManager.hxx b/sd/source/ui/slidesorter/inc/controller/SlsSlotManager.hxx index ccdc48cc577f..6ab8db2d1d60 100644 --- a/sd/source/ui/slidesorter/inc/controller/SlsSlotManager.hxx +++ b/sd/source/ui/slidesorter/inc/controller/SlsSlotManager.hxx @@ -21,7 +21,6 @@ #include "model/SlsSharedPageDescriptor.hxx" #include <tools/link.hxx> -#include <memory> #include <queue> class AbstractSvxNameDialog; diff --git a/sd/source/ui/slidesorter/inc/model/SlideSorterModel.hxx b/sd/source/ui/slidesorter/inc/model/SlideSorterModel.hxx index f0b7c4c9e022..efcbcda4ba1f 100644 --- a/sd/source/ui/slidesorter/inc/model/SlideSorterModel.hxx +++ b/sd/source/ui/slidesorter/inc/model/SlideSorterModel.hxx @@ -30,7 +30,6 @@ class SdDrawDocument; #include <osl/mutex.hxx> #include <vcl/region.hxx> -#include <memory> #include <vector> #include <functional> diff --git a/sd/source/ui/slidesorter/inc/model/SlsPageDescriptor.hxx b/sd/source/ui/slidesorter/inc/model/SlsPageDescriptor.hxx index 4cdf06d7a150..3949be34f42d 100644 --- a/sd/source/ui/slidesorter/inc/model/SlsPageDescriptor.hxx +++ b/sd/source/ui/slidesorter/inc/model/SlsPageDescriptor.hxx @@ -26,9 +26,7 @@ #include <vcl/bitmap.hxx> #include <sfx2/viewfrm.hxx> -#include <memory> #include <boost/enable_shared_from_this.hpp> -#include <boost/scoped_ptr.hpp> class SdPage; diff --git a/sd/source/ui/slidesorter/inc/view/SlsPageObjectViewObjectContact.hxx b/sd/source/ui/slidesorter/inc/view/SlsPageObjectViewObjectContact.hxx index 9850beb1c39c..c64328acec5c 100644 --- a/sd/source/ui/slidesorter/inc/view/SlsPageObjectViewObjectContact.hxx +++ b/sd/source/ui/slidesorter/inc/view/SlsPageObjectViewObjectContact.hxx @@ -26,7 +26,6 @@ #include <vcl/bitmapex.hxx> #include <vcl/image.hxx> #include <sfx2/viewfrm.hxx> -#include <memory> #include <boost/shared_ptr.hpp> class SdrPage; diff --git a/sd/source/ui/view/outlview.cxx b/sd/source/ui/view/outlview.cxx index d550d5efda3b..5589cf7e83e0 100644 --- a/sd/source/ui/view/outlview.cxx +++ b/sd/source/ui/view/outlview.cxx @@ -18,7 +18,6 @@ */ #include "OutlineView.hxx" -#include <memory> #include <editeng/forbiddencharacterstable.hxx> #include <sfx2/progress.hxx> #include <vcl/wrkwin.hxx> |