diff options
author | Daniel Robertson <danlrobertson89@gmail.com> | 2015-10-10 12:43:34 -0400 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2015-10-11 06:15:35 +0000 |
commit | 91e0161dc5a0de0dcce1696aea318d919d5d04a1 (patch) | |
tree | c2e27d7137b6a81852b01eade6181ecfc372b44f /slideshow/source/engine/slide/slideimpl.cxx | |
parent | b6297280853a7325ac0fa226b783652b22daebd0 (diff) |
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 <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'slideshow/source/engine/slide/slideimpl.cxx')
-rw-r--r-- | slideshow/source/engine/slide/slideimpl.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
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 <boost/bind.hpp> #include <iterator> #include <functional> #include <iostream> |