summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorThorsten Behrens <Thorsten.Behrens@CIB.de>2015-08-17 14:40:17 +0200
committerThorsten Behrens <Thorsten.Behrens@CIB.de>2015-08-17 16:38:30 +0000
commitad1f0d1f1a195a00cf2ec2848745fdc6186bfbb1 (patch)
treecaff9162236ce0271dabf7bbb0c9fbb3673092d6 /svx
parent9c4d75bea581266ccfc186da4db2c04901c9f862 (diff)
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 <Thorsten.Behrens@CIB.de> Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
Diffstat (limited to 'svx')
-rw-r--r--svx/inc/pch/precompiled_svxcore.hxx2
-rw-r--r--svx/source/form/formcontroller.cxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/svx/inc/pch/precompiled_svxcore.hxx b/svx/inc/pch/precompiled_svxcore.hxx
index 88b47f3e4210..febf7c081689 100644
--- a/svx/inc/pch/precompiled_svxcore.hxx
+++ b/svx/inc/pch/precompiled_svxcore.hxx
@@ -610,7 +610,7 @@
#include <map>
#include <math.h>
#include <memory>
-#include <o3tl/compat_functional.hxx>
+#include <o3tl/functional.hxx>
#include <o3tl/numeric.hxx>
#include <osl/diagnose.h>
#include <osl/endian.h>
diff --git a/svx/source/form/formcontroller.cxx b/svx/source/form/formcontroller.cxx
index c90760180efe..683ad82edb3d 100644
--- a/svx/source/form/formcontroller.cxx
+++ b/svx/source/form/formcontroller.cxx
@@ -89,7 +89,7 @@
#include <algorithm>
-#include <o3tl/compat_functional.hxx>
+#include <o3tl/functional.hxx>
using namespace ::com::sun::star;
using namespace ::comphelper;