slideshow/inc/pch/precompiled_slideshow.hxx  |    2 --
 slideshow/source/engine/shapes/drawshape.cxx |    1 +
 slideshow/source/inc/wakeupevent.hxx         |    1 -
 slideshow/test/testshape.cxx                 |    2 --
 4 files changed, 1 insertion(+), 5 deletions(-)

New commits:
commit 7e5bada5540662ae5bde0522bacf28da1e856589
Author: Daniel Robertson <danlrobertso...@gmail.com>
Date:   Thu Oct 15 09:05:08 2015 -0400

    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 <c...@libreoffice.org>
    Reviewed-by: Noel Grandin <noelgran...@gmail.com>

diff --git a/slideshow/inc/pch/precompiled_slideshow.hxx 
b/slideshow/inc/pch/precompiled_slideshow.hxx
index 07318fb..43eabbd 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 36271d3..e5329c1 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 853ef58..9a29c61 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 1aa5334..8eaf58e 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;
 
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to