summaryrefslogtreecommitdiff
path: root/slideshow/inc
diff options
context:
space:
mode:
authorDaniel Robertson <danlrobertson89@gmail.com>2015-08-01 11:27:08 -0400
committerThorsten Behrens <Thorsten.Behrens@CIB.de>2015-08-08 12:27:55 +0000
commit717b23ef2765678a5598d652956edd77d2d62fc5 (patch)
treee2a539af458ffec65bd34be119e0b4754a7c18b2 /slideshow/inc
parent0257b5c9edba1fda1c8ada32fc9e2378c3847726 (diff)
tdf#92459 replace deprecated o3tl features
Replace deprecated features from the o3tl including select1st and select2nd with lambda expressions. Change-Id: I0cb1aedc3e193c52d25e2837a47d9d90c898079e Reviewed-on: https://gerrit.libreoffice.org/17459 Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de> Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
Diffstat (limited to 'slideshow/inc')
-rw-r--r--slideshow/inc/pch/precompiled_slideshow.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/slideshow/inc/pch/precompiled_slideshow.hxx b/slideshow/inc/pch/precompiled_slideshow.hxx
index 96a8bb96b4d6..e41362e2696d 100644
--- a/slideshow/inc/pch/precompiled_slideshow.hxx
+++ b/slideshow/inc/pch/precompiled_slideshow.hxx
@@ -189,7 +189,6 @@
#include <limits>
#include <map>
#include <math.h>
-#include <o3tl/compat_functional.hxx>
#include <osl/diagnose.h>
#include <osl/diagnose.hxx>
#include <queue>