summaryrefslogtreecommitdiffstats
path: root/slideshow
diff options
context:
space:
mode:
authorDaniel Robertson <danlrobertson89@gmail.com>2015-10-15 09:05:08 -0400
committerNoel Grandin <noelgrandin@gmail.com>2015-10-19 06:52:58 +0000
commit7e5bada5540662ae5bde0522bacf28da1e856589 (patch)
treeaca378553659ff2a7371f8b9d7f5c3f5cc5561a0 /slideshow
parentcppcheck:duplInheritedMember (diff)
downloadcore-7e5bada5540662ae5bde0522bacf28da1e856589.tar.gz
core-7e5bada5540662ae5bde0522bacf28da1e856589.zip
slideshow: remove unecessary boost/bind includes
All of the remaining includes of boost/bind.hpp may be removed from slideshow, as last remaining uses of boost::bind have been removed from the module. There should be no side effects due to this change. Change-Id: I4e1855545fad69d09e594d0be139c09aad561b2d Reviewed-on: https://gerrit.libreoffice.org/19395 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'slideshow')
-rw-r--r--slideshow/inc/pch/precompiled_slideshow.hxx2
-rw-r--r--slideshow/source/engine/shapes/drawshape.cxx1
-rw-r--r--slideshow/source/inc/wakeupevent.hxx1
-rw-r--r--slideshow/test/testshape.cxx2
4 files changed, 1 insertions, 5 deletions
diff --git a/slideshow/inc/pch/precompiled_slideshow.hxx b/slideshow/inc/pch/precompiled_slideshow.hxx
index 07318fb1e3fd..43eabbd6022c 100644
--- a/slideshow/inc/pch/precompiled_slideshow.hxx
+++ b/slideshow/inc/pch/precompiled_slideshow.hxx
@@ -14,7 +14,6 @@
also fixes all possible problems, so it's usually better to use it).
*/
-#include "boost/bind.hpp"
#include "com/sun/star/uno/Reference.hxx"
#include "rtl/ref.hxx"
#include <algorithm>
@@ -38,7 +37,6 @@
#include <basegfx/tools/lerp.hxx>
#include <basegfx/vector/b2dvector.hxx>
#include <basegfx/vector/b2ivector.hxx>
-#include <boost/bind.hpp>
#include <boost/current_function.hpp>
#include <boost/enable_shared_from_this.hpp>
#include <boost/mem_fn.hpp>
diff --git a/slideshow/source/engine/shapes/drawshape.cxx b/slideshow/source/engine/shapes/drawshape.cxx
index 36271d362b56..e5329c1ba278 100644
--- a/slideshow/source/engine/shapes/drawshape.cxx
+++ b/slideshow/source/engine/shapes/drawshape.cxx
@@ -46,6 +46,7 @@
#include <comphelper/scopeguard.hxx>
#include <canvas/canvastools.hxx>
+#include <boost/mem_fn.hpp>
#include <cmath>
#include <algorithm>
#include <functional>
diff --git a/slideshow/source/inc/wakeupevent.hxx b/slideshow/source/inc/wakeupevent.hxx
index 853ef58acbfd..9a29c61fb60d 100644
--- a/slideshow/source/inc/wakeupevent.hxx
+++ b/slideshow/source/inc/wakeupevent.hxx
@@ -24,7 +24,6 @@
#include "event.hxx"
#include "activitiesqueue.hxx"
-#include <boost/bind.hpp>
#include <boost/noncopyable.hpp>
namespace slideshow {
diff --git a/slideshow/test/testshape.cxx b/slideshow/test/testshape.cxx
index 1aa53348f54f..8eaf58e01ee9 100644
--- a/slideshow/test/testshape.cxx
+++ b/slideshow/test/testshape.cxx
@@ -33,8 +33,6 @@
#include "tests.hxx"
#include "com/sun/star/presentation/XSlideShowView.hpp"
-#include <boost/bind.hpp>
-
namespace target = slideshow::internal;
using namespace ::com::sun::star;