summaryrefslogtreecommitdiff
path: root/slideshow/source/engine/shapes/drawshape.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'slideshow/source/engine/shapes/drawshape.cxx')
-rw-r--r--slideshow/source/engine/shapes/drawshape.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/slideshow/source/engine/shapes/drawshape.cxx b/slideshow/source/engine/shapes/drawshape.cxx
index 667a176a94f9..ad9212e1d3e9 100644
--- a/slideshow/source/engine/shapes/drawshape.cxx
+++ b/slideshow/source/engine/shapes/drawshape.cxx
@@ -46,7 +46,6 @@
#include <comphelper/scopeguard.hxx>
#include <canvas/canvastools.hxx>
-#include <boost/mem_fn.hpp>
#include <cmath>
#include <algorithm>
#include <iterator>
@@ -569,7 +568,7 @@ namespace slideshow
pShape->maAnimationFrames.begin(),
pShape->maAnimationFrames.end(),
std::back_insert_iterator< std::vector<double> >( aTimeout ),
- boost::mem_fn(&MtfAnimationFrame::getDuration) );
+ std::mem_fn(&MtfAnimationFrame::getDuration) );
WakeupEventSharedPtr pWakeupEvent(
new WakeupEvent( rContext.mrEventQueue.getTimer(),