[Libreoffice-commits] core.git: sdext/source

Takeshi Abe tabe at fixedpoint.jp
Wed Oct 30 01:37:47 CET 2013


 sdext/source/presenter/PresenterBitmapContainer.cxx   |    1 -
 sdext/source/presenter/PresenterBitmapContainer.hxx   |    2 --
 sdext/source/presenter/PresenterController.hxx        |    3 ---
 sdext/source/presenter/PresenterHelpView.hxx          |    1 +
 sdext/source/presenter/PresenterNotesView.cxx         |    1 -
 sdext/source/presenter/PresenterPane.hxx              |    1 -
 sdext/source/presenter/PresenterPaneBorderManager.cxx |    1 -
 sdext/source/presenter/PresenterPaneBorderManager.hxx |    1 -
 sdext/source/presenter/PresenterPaneContainer.cxx     |    1 -
 sdext/source/presenter/PresenterProtocolHandler.hxx   |    2 --
 sdext/source/presenter/PresenterScreen.hxx            |    2 --
 sdext/source/presenter/PresenterScrollBar.hxx         |    1 +
 sdext/source/presenter/PresenterSpritePane.hxx        |    1 -
 sdext/source/presenter/PresenterTimer.hxx             |    1 -
 sdext/source/presenter/PresenterToolBar.cxx           |    3 ---
 sdext/source/presenter/PresenterToolBar.hxx           |    2 --
 16 files changed, 2 insertions(+), 22 deletions(-)

New commits:
commit d502ddff205f381807bda16aee8469bcdf354a18
Author: Takeshi Abe <tabe at fixedpoint.jp>
Date:   Wed Oct 30 09:32:01 2013 +0900

    Remove unnecessary #includes
    
    and add them to a couple of appropriate headers
    
    Change-Id: I500765df767319a0a75ea2446f4fec591a34da58

diff --git a/sdext/source/presenter/PresenterBitmapContainer.cxx b/sdext/source/presenter/PresenterBitmapContainer.cxx
index 37e2f08..020d1d5 100644
--- a/sdext/source/presenter/PresenterBitmapContainer.cxx
+++ b/sdext/source/presenter/PresenterBitmapContainer.cxx
@@ -26,7 +26,6 @@
 #include <com/sun/star/rendering/CompositeOperation.hpp>
 #include <com/sun/star/rendering/XIntegerBitmap.hpp>
 #include <boost/bind.hpp>
-#include <map>
 
 using namespace ::com::sun::star;
 using namespace ::com::sun::star::uno;
diff --git a/sdext/source/presenter/PresenterBitmapContainer.hxx b/sdext/source/presenter/PresenterBitmapContainer.hxx
index c88dfb5..8d0dbfa 100644
--- a/sdext/source/presenter/PresenterBitmapContainer.hxx
+++ b/sdext/source/presenter/PresenterBitmapContainer.hxx
@@ -29,9 +29,7 @@
 #include <com/sun/star/uno/XComponentContext.hpp>
 #include <com/sun/star/util/Color.hpp>
 #include <boost/noncopyable.hpp>
-#include <boost/scoped_ptr.hpp>
 #include <map>
-#include <vector>
 #include <boost/shared_ptr.hpp>
 
 namespace sdext { namespace presenter {
diff --git a/sdext/source/presenter/PresenterController.hxx b/sdext/source/presenter/PresenterController.hxx
index 8f7a713..4cc00b5 100644
--- a/sdext/source/presenter/PresenterController.hxx
+++ b/sdext/source/presenter/PresenterController.hxx
@@ -45,10 +45,7 @@
 #include <com/sun/star/util/XURLTransformer.hpp>
 #include <rtl/ref.hxx>
 #include <map>
-#include <vector>
-#include <boost/function.hpp>
 #include <boost/shared_ptr.hpp>
-#include <boost/scoped_ptr.hpp>
 
 namespace sdext { namespace presenter {
 
diff --git a/sdext/source/presenter/PresenterHelpView.hxx b/sdext/source/presenter/PresenterHelpView.hxx
index 4d74270..dd51818 100644
--- a/sdext/source/presenter/PresenterHelpView.hxx
+++ b/sdext/source/presenter/PresenterHelpView.hxx
@@ -29,6 +29,7 @@
 #include <com/sun/star/drawing/framework/XResourceId.hpp>
 #include <com/sun/star/frame/XController.hpp>
 #include <com/sun/star/rendering/XSpriteCanvas.hpp>
+#include <boost/scoped_ptr.hpp>
 
 namespace {
     typedef cppu::WeakComponentImplHelper3<
diff --git a/sdext/source/presenter/PresenterNotesView.cxx b/sdext/source/presenter/PresenterNotesView.cxx
index 685cc20..6fd964b 100644
--- a/sdext/source/presenter/PresenterNotesView.cxx
+++ b/sdext/source/presenter/PresenterNotesView.cxx
@@ -40,7 +40,6 @@
 #include <com/sun/star/util/XChangesBatch.hpp>
 #include <com/sun/star/container/XChild.hpp>
 #include <boost/bind.hpp>
-#include <set>
 
 using namespace ::com::sun::star;
 using namespace ::com::sun::star::uno;
diff --git a/sdext/source/presenter/PresenterPane.hxx b/sdext/source/presenter/PresenterPane.hxx
index 61ec241..9e225f2 100644
--- a/sdext/source/presenter/PresenterPane.hxx
+++ b/sdext/source/presenter/PresenterPane.hxx
@@ -32,7 +32,6 @@
 #include <com/sun/star/uno/XComponentContext.hpp>
 #include <com/sun/star/rendering/XCanvas.hpp>
 #include <rtl/ref.hxx>
-#include <boost/noncopyable.hpp>
 
 namespace sdext { namespace presenter {
 
diff --git a/sdext/source/presenter/PresenterPaneBorderManager.cxx b/sdext/source/presenter/PresenterPaneBorderManager.cxx
index 0e63720..7285849 100644
--- a/sdext/source/presenter/PresenterPaneBorderManager.cxx
+++ b/sdext/source/presenter/PresenterPaneBorderManager.cxx
@@ -35,7 +35,6 @@
 #include <com/sun/star/lang/XMultiComponentFactory.hpp>
 #include <cppuhelper/compbase1.hxx>
 #include <osl/mutex.hxx>
-#include <boost/weak_ptr.hpp>
 
 using namespace ::com::sun::star;
 using namespace ::com::sun::star::uno;
diff --git a/sdext/source/presenter/PresenterPaneBorderManager.hxx b/sdext/source/presenter/PresenterPaneBorderManager.hxx
index e95147a..c70bf0b 100644
--- a/sdext/source/presenter/PresenterPaneBorderManager.hxx
+++ b/sdext/source/presenter/PresenterPaneBorderManager.hxx
@@ -42,7 +42,6 @@
 #include <com/sun/star/rendering/XCanvas.hpp>
 #include <rtl/ref.hxx>
 #include <boost/noncopyable.hpp>
-#include <boost/shared_ptr.hpp>
 
 namespace sdext { namespace presenter {
 
diff --git a/sdext/source/presenter/PresenterPaneContainer.cxx b/sdext/source/presenter/PresenterPaneContainer.cxx
index 76ead71..105c124 100644
--- a/sdext/source/presenter/PresenterPaneContainer.cxx
+++ b/sdext/source/presenter/PresenterPaneContainer.cxx
@@ -23,7 +23,6 @@
 #include <com/sun/star/beans/XPropertySet.hpp>
 #include <com/sun/star/container/XChild.hpp>
 #include <com/sun/star/drawing/framework/ResourceId.hpp>
-#include <vector>
 
 using namespace ::com::sun::star;
 using namespace ::com::sun::star::uno;
diff --git a/sdext/source/presenter/PresenterProtocolHandler.hxx b/sdext/source/presenter/PresenterProtocolHandler.hxx
index 1e8db5f..d1c7c49 100644
--- a/sdext/source/presenter/PresenterProtocolHandler.hxx
+++ b/sdext/source/presenter/PresenterProtocolHandler.hxx
@@ -26,9 +26,7 @@
 #include <com/sun/star/frame/XDispatch.hpp>
 #include <com/sun/star/lang/XInitialization.hpp>
 #include <com/sun/star/uno/XComponentContext.hpp>
-#include <boost/unordered_map.hpp>
 #include <rtl/ref.hxx>
-#include <boost/scoped_ptr.hpp>
 
 namespace sdext { namespace presenter {
 
diff --git a/sdext/source/presenter/PresenterScreen.hxx b/sdext/source/presenter/PresenterScreen.hxx
index c97447d..e807763 100644
--- a/sdext/source/presenter/PresenterScreen.hxx
+++ b/sdext/source/presenter/PresenterScreen.hxx
@@ -35,8 +35,6 @@
 #include <com/sun/star/presentation/XPresentation2.hpp>
 #include <rtl/ref.hxx>
 #include <boost/noncopyable.hpp>
-#include <boost/shared_ptr.hpp>
-#include <boost/scoped_ptr.hpp>
 
 namespace sdext { namespace presenter {
 
diff --git a/sdext/source/presenter/PresenterScrollBar.hxx b/sdext/source/presenter/PresenterScrollBar.hxx
index cc4ffc9..df4df2e 100644
--- a/sdext/source/presenter/PresenterScrollBar.hxx
+++ b/sdext/source/presenter/PresenterScrollBar.hxx
@@ -30,6 +30,7 @@
 #include <cppuhelper/compbase4.hxx>
 #include <boost/function.hpp>
 #include <boost/noncopyable.hpp>
+#include <boost/scoped_ptr.hpp>
 #include <boost/shared_ptr.hpp>
 
 namespace sdext { namespace presenter {
diff --git a/sdext/source/presenter/PresenterSpritePane.hxx b/sdext/source/presenter/PresenterSpritePane.hxx
index 8787c45..b9371bf 100644
--- a/sdext/source/presenter/PresenterSpritePane.hxx
+++ b/sdext/source/presenter/PresenterSpritePane.hxx
@@ -37,7 +37,6 @@
 #include <cppuhelper/basemutex.hxx>
 #include <cppuhelper/compbase1.hxx>
 #include <rtl/ref.hxx>
-#include <boost/noncopyable.hpp>
 #include <boost/shared_ptr.hpp>
 
 namespace sdext { namespace presenter {
diff --git a/sdext/source/presenter/PresenterTimer.hxx b/sdext/source/presenter/PresenterTimer.hxx
index 31bff65..bd738a3 100644
--- a/sdext/source/presenter/PresenterTimer.hxx
+++ b/sdext/source/presenter/PresenterTimer.hxx
@@ -28,7 +28,6 @@
 #include <osl/time.h>
 #include <rtl/ref.hxx>
 #include <sal/types.h>
-#include <boost/enable_shared_from_this.hpp>
 #include <boost/function.hpp>
 #include <vector>
 
diff --git a/sdext/source/presenter/PresenterToolBar.cxx b/sdext/source/presenter/PresenterToolBar.cxx
index 6fcd6d28..e643bfe 100644
--- a/sdext/source/presenter/PresenterToolBar.cxx
+++ b/sdext/source/presenter/PresenterToolBar.cxx
@@ -49,9 +49,6 @@
 #include <com/sun/star/util/XURLTransformer.hpp>
 #include <rtl/ustrbuf.hxx>
 #include <boost/bind.hpp>
-#include <boost/function.hpp>
-#include <boost/enable_shared_from_this.hpp>
-#include <map>
 
 using namespace ::com::sun::star;
 using namespace ::com::sun::star::uno;
diff --git a/sdext/source/presenter/PresenterToolBar.hxx b/sdext/source/presenter/PresenterToolBar.hxx
index edbd55a..e992a11 100644
--- a/sdext/source/presenter/PresenterToolBar.hxx
+++ b/sdext/source/presenter/PresenterToolBar.hxx
@@ -43,8 +43,6 @@
 #include <com/sun/star/drawing/framework/XView.hpp>
 #include <com/sun/star/drawing/framework/XResourceId.hpp>
 #include <com/sun/star/frame/XController.hpp>
-#include <map>
-#include <boost/scoped_ptr.hpp>
 #include <boost/function.hpp>
 #include <boost/noncopyable.hpp>
 


More information about the Libreoffice-commits mailing list