diff options
author | Thorsten Behrens <Thorsten.Behrens@CIB.de> | 2015-08-17 14:40:17 +0200 |
---|---|---|
committer | Thorsten Behrens <Thorsten.Behrens@CIB.de> | 2015-08-17 16:38:30 +0000 |
commit | ad1f0d1f1a195a00cf2ec2848745fdc6186bfbb1 (patch) | |
tree | caff9162236ce0271dabf7bbb0c9fbb3673092d6 /chart2/source/inc | |
parent | 9c4d75bea581266ccfc186da4db2c04901c9f862 (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 'chart2/source/inc')
-rw-r--r-- | chart2/source/inc/ContainerHelper.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chart2/source/inc/ContainerHelper.hxx b/chart2/source/inc/ContainerHelper.hxx index 7e6f68e8fbb6..4f3232b31dbc 100644 --- a/chart2/source/inc/ContainerHelper.hxx +++ b/chart2/source/inc/ContainerHelper.hxx @@ -25,7 +25,7 @@ #include <algorithm> #include <functional> -#include <o3tl/compat_functional.hxx> +#include <o3tl/functional.hxx> namespace chart { |