From 91e0161dc5a0de0dcce1696aea318d919d5d04a1 Mon Sep 17 00:00:00 2001 From: Daniel Robertson Date: Sat, 10 Oct 2015 12:43:34 -0400 Subject: tdf#93243 slideshow: replace boost::bind Replace boost::bind with C++11 lambdas Change-Id: I13c500d085e6b8e80b2c067139db4ed0fffb2c71 Reviewed-on: https://gerrit.libreoffice.org/19299 Tested-by: Jenkins Reviewed-by: Noel Grandin --- slideshow/source/engine/slide/slideimpl.cxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'slideshow/source/engine/slide/slideimpl.cxx') diff --git a/slideshow/source/engine/slide/slideimpl.cxx b/slideshow/source/engine/slide/slideimpl.cxx index 4bb090b9e84a..0e2cf1a614aa 100644 --- a/slideshow/source/engine/slide/slideimpl.cxx +++ b/slideshow/source/engine/slide/slideimpl.cxx @@ -61,8 +61,6 @@ #include "targetpropertiescreator.hxx" #include "tools.hxx" - -#include #include #include #include -- cgit