summaryrefslogtreecommitdiff
path: root/slideshow/test
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/test
parenta55496a9e88ac3da821b0ae0d334866d669540c6 (diff)
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/test')
-rw-r--r--slideshow/test/testshape.cxx2
1 files changed, 0 insertions, 2 deletions
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;