From ad1f0d1f1a195a00cf2ec2848745fdc6186bfbb1 Mon Sep 17 00:00:00 2001 From: Thorsten Behrens Date: Mon, 17 Aug 2015 14:40:17 +0200 Subject: o3tl: rename compat_functional header After the cleanup, the stuff there really stands on its own (and the remaining usage of select1st/2nd is more descriptive than lambdas). Change-Id: I0aba131d5dc550189f8130d167dc94167e404540 Reviewed-on: https://gerrit.libreoffice.org/17806 Reviewed-by: Thorsten Behrens Tested-by: Thorsten Behrens --- sd/inc/pch/precompiled_sd.hxx | 2 +- sd/source/ui/tools/PropertySet.cxx | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) (limited to 'sd') diff --git a/sd/inc/pch/precompiled_sd.hxx b/sd/inc/pch/precompiled_sd.hxx index 62ab27d403cc..ea9a234dff99 100644 --- a/sd/inc/pch/precompiled_sd.hxx +++ b/sd/inc/pch/precompiled_sd.hxx @@ -472,7 +472,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/sd/source/ui/tools/PropertySet.cxx b/sd/source/ui/tools/PropertySet.cxx index dd1e6503446d..0640b03561af 100644 --- a/sd/source/ui/tools/PropertySet.cxx +++ b/sd/source/ui/tools/PropertySet.cxx @@ -19,7 +19,6 @@ #include "tools/PropertySet.hxx" #include -#include using namespace ::com::sun::star; using namespace ::com::sun::star::uno; -- cgit