diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-05-16 13:57:07 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-05-16 15:05:36 +0100 |
commit | df34ccb01d2f36eafd5a785cbfe4dd86ef78890a (patch) | |
tree | 4ace4ff185495182435506d64a0fd368c2f1be41 /sdext/source | |
parent | d83463931ef511ba1b43984072626345cf765b8a (diff) |
remove unneeded include of boost/bind.hpp
Change-Id: I5a254459a491b9547530d8e312260dceed21f25c
Diffstat (limited to 'sdext/source')
5 files changed, 0 insertions, 8 deletions
diff --git a/sdext/source/pdfimport/wrapper/wrapper.cxx b/sdext/source/pdfimport/wrapper/wrapper.cxx index 27d856767081..71c05384763e 100644 --- a/sdext/source/pdfimport/wrapper/wrapper.cxx +++ b/sdext/source/pdfimport/wrapper/wrapper.cxx @@ -62,10 +62,7 @@ #include "basegfx/tools/canvastools.hxx" #include "basegfx/tools/unopolypolygon.hxx" -#include <boost/bind.hpp> #include <boost/scoped_ptr.hpp> -#include <boost/scoped_array.hpp> - #include <boost/unordered_map.hpp> #include <string.h> #ifdef WNT diff --git a/sdext/source/presenter/PresenterController.cxx b/sdext/source/presenter/PresenterController.cxx index 95fa2887712d..76d0ea43359f 100644 --- a/sdext/source/presenter/PresenterController.cxx +++ b/sdext/source/presenter/PresenterController.cxx @@ -63,7 +63,6 @@ #include <com/sun/star/rendering/TextDirection.hpp> #include <rtl/ustrbuf.hxx> -#include <boost/bind.hpp> using namespace ::com::sun::star; using namespace ::com::sun::star::uno; diff --git a/sdext/source/presenter/PresenterFrameworkObserver.cxx b/sdext/source/presenter/PresenterFrameworkObserver.cxx index 589e86b49075..0921df36f3bc 100644 --- a/sdext/source/presenter/PresenterFrameworkObserver.cxx +++ b/sdext/source/presenter/PresenterFrameworkObserver.cxx @@ -28,7 +28,6 @@ #include "PresenterFrameworkObserver.hxx" #include <com/sun/star/lang/IllegalArgumentException.hpp> -#include <boost/bind.hpp> using namespace ::com::sun::star; using namespace ::com::sun::star::uno; diff --git a/sdext/source/presenter/PresenterProtocolHandler.cxx b/sdext/source/presenter/PresenterProtocolHandler.cxx index 15c99aa28856..8a119dd0bab7 100644 --- a/sdext/source/presenter/PresenterProtocolHandler.cxx +++ b/sdext/source/presenter/PresenterProtocolHandler.cxx @@ -45,7 +45,6 @@ #include <com/sun/star/presentation/XSlideShowView.hpp> #include <com/sun/star/presentation/XPresentationSupplier.hpp> #include <cppuhelper/compbase2.hxx> -#include <boost/bind.hpp> using namespace ::com::sun::star; using namespace ::com::sun::star::uno; diff --git a/sdext/source/presenter/PresenterWindowManager.cxx b/sdext/source/presenter/PresenterWindowManager.cxx index 730d018e4485..d7f93308de89 100644 --- a/sdext/source/presenter/PresenterWindowManager.cxx +++ b/sdext/source/presenter/PresenterWindowManager.cxx @@ -59,8 +59,6 @@ #include <com/sun/star/rendering/Texture.hpp> #include <com/sun/star/rendering/TexturingMode.hpp> #include <com/sun/star/rendering/XSpriteCanvas.hpp> -#include <boost/bind.hpp> -#include <boost/bind/protect.hpp> #include <math.h> using namespace ::com::sun::star; |