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 /forms | |
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 'forms')
-rw-r--r-- | forms/inc/pch/precompiled_frm.hxx | 2 | ||||
-rw-r--r-- | forms/source/xforms/convert.cxx | 2 | ||||
-rw-r--r-- | forms/source/xforms/datatyperepository.cxx | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/forms/inc/pch/precompiled_frm.hxx b/forms/inc/pch/precompiled_frm.hxx index 829ed3b3568d..f73772cf92ab 100644 --- a/forms/inc/pch/precompiled_frm.hxx +++ b/forms/inc/pch/precompiled_frm.hxx @@ -282,7 +282,7 @@ #include <limits> #include <list> #include <memory> -#include <o3tl/compat_functional.hxx> +#include <o3tl/functional.hxx> #include <ooo/vba/XVBAToOOEventDescGen.hpp> #include <osl/diagnose.h> #include <osl/file.hxx> diff --git a/forms/source/xforms/convert.cxx b/forms/source/xforms/convert.cxx index 1933daf7ae6f..0ca3e8089c8f 100644 --- a/forms/source/xforms/convert.cxx +++ b/forms/source/xforms/convert.cxx @@ -23,7 +23,7 @@ #include "unohelper.hxx" #include <algorithm> #include <functional> -#include <o3tl/compat_functional.hxx> +#include <o3tl/functional.hxx> #include <rtl/math.hxx> #include <rtl/ustrbuf.hxx> #include <osl/diagnose.h> diff --git a/forms/source/xforms/datatyperepository.cxx b/forms/source/xforms/datatyperepository.cxx index 8bb012318d13..f2f4ed4c7317 100644 --- a/forms/source/xforms/datatyperepository.cxx +++ b/forms/source/xforms/datatyperepository.cxx @@ -29,7 +29,7 @@ #include <functional> #include <algorithm> -#include <o3tl/compat_functional.hxx> +#include <o3tl/functional.hxx> namespace xforms { |