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 /sd | |
parent | d83463931ef511ba1b43984072626345cf765b8a (diff) |
remove unneeded include of boost/bind.hpp
Change-Id: I5a254459a491b9547530d8e312260dceed21f25c
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/ui/dlg/PaneDockingWindow.cxx | 1 | ||||
-rw-r--r-- | sd/source/ui/slidesorter/cache/SlsPageCache.cxx | 2 | ||||
-rw-r--r-- | sd/source/ui/slidesorter/controller/SlsPageSelector.cxx | 2 | ||||
-rw-r--r-- | sd/source/ui/tools/AsynchronousCall.cxx | 1 | ||||
-rw-r--r-- | sd/source/ui/tools/PropertySet.cxx | 1 |
5 files changed, 1 insertions, 6 deletions
diff --git a/sd/source/ui/dlg/PaneDockingWindow.cxx b/sd/source/ui/dlg/PaneDockingWindow.cxx index 7c28dd789bc4..727b66c911b1 100644 --- a/sd/source/ui/dlg/PaneDockingWindow.cxx +++ b/sd/source/ui/dlg/PaneDockingWindow.cxx @@ -39,7 +39,6 @@ #include <vcl/splitwin.hxx> #include <vcl/svapp.hxx> #include <tools/wintypes.hxx> -#include <boost/bind.hpp> using namespace ::com::sun::star; using namespace ::com::sun::star::uno; diff --git a/sd/source/ui/slidesorter/cache/SlsPageCache.cxx b/sd/source/ui/slidesorter/cache/SlsPageCache.cxx index e7b5439151d8..264a8e18358e 100644 --- a/sd/source/ui/slidesorter/cache/SlsPageCache.cxx +++ b/sd/source/ui/slidesorter/cache/SlsPageCache.cxx @@ -31,8 +31,6 @@ #include "SlsRequestFactory.hxx" #include "cache/SlsPageCache.hxx" #include "model/SlideSorterModel.hxx" -#include <boost/bind.hpp> -#include <boost/bind/protect.hpp> using namespace ::com::sun::star; diff --git a/sd/source/ui/slidesorter/controller/SlsPageSelector.cxx b/sd/source/ui/slidesorter/controller/SlsPageSelector.cxx index 7152e2796a8f..901f34a8e3b0 100644 --- a/sd/source/ui/slidesorter/controller/SlsPageSelector.cxx +++ b/sd/source/ui/slidesorter/controller/SlsPageSelector.cxx @@ -47,7 +47,7 @@ #include "ViewShellBase.hxx" #include <com/sun/star/drawing/XDrawView.hpp> #include <com/sun/star/beans/XPropertySet.hpp> -#include <boost/bind.hpp> +#include <boost/shared_ptr.hpp> using namespace ::com::sun::star; diff --git a/sd/source/ui/tools/AsynchronousCall.cxx b/sd/source/ui/tools/AsynchronousCall.cxx index ad8f33a40341..404d0f490168 100644 --- a/sd/source/ui/tools/AsynchronousCall.cxx +++ b/sd/source/ui/tools/AsynchronousCall.cxx @@ -29,7 +29,6 @@ #include "tools/AsynchronousCall.hxx" -#include <boost/bind.hpp> #include "DrawViewShell.hxx" namespace sd { namespace tools { diff --git a/sd/source/ui/tools/PropertySet.cxx b/sd/source/ui/tools/PropertySet.cxx index 5f0b3ba40bd3..2562f871d60a 100644 --- a/sd/source/ui/tools/PropertySet.cxx +++ b/sd/source/ui/tools/PropertySet.cxx @@ -28,7 +28,6 @@ #include "tools/PropertySet.hxx" -#include <boost/bind.hpp> #include <algorithm> #include <o3tl/compat_functional.hxx> |