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 /extensions | |
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 'extensions')
-rw-r--r-- | extensions/source/propctrlr/eformshelper.cxx | 2 | ||||
-rw-r--r-- | extensions/source/propctrlr/eventhandler.cxx | 2 | ||||
-rw-r--r-- | extensions/source/propctrlr/genericpropertyhandler.cxx | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/extensions/source/propctrlr/eformshelper.cxx b/extensions/source/propctrlr/eformshelper.cxx index a7672886958d..a569055e5494 100644 --- a/extensions/source/propctrlr/eformshelper.cxx +++ b/extensions/source/propctrlr/eformshelper.cxx @@ -34,7 +34,7 @@ #include <functional> #include <algorithm> -#include <o3tl/compat_functional.hxx> +#include <o3tl/functional.hxx> namespace pcr { diff --git a/extensions/source/propctrlr/eventhandler.cxx b/extensions/source/propctrlr/eventhandler.cxx index f030e6437660..19a3f6e08a7d 100644 --- a/extensions/source/propctrlr/eventhandler.cxx +++ b/extensions/source/propctrlr/eventhandler.cxx @@ -68,7 +68,7 @@ #include <map> #include <algorithm> -#include <o3tl/compat_functional.hxx> +#include <o3tl/functional.hxx> extern "C" void SAL_CALL createRegistryInfo_EventHandler() { diff --git a/extensions/source/propctrlr/genericpropertyhandler.cxx b/extensions/source/propctrlr/genericpropertyhandler.cxx index de94363d82d7..7cee5059bb02 100644 --- a/extensions/source/propctrlr/genericpropertyhandler.cxx +++ b/extensions/source/propctrlr/genericpropertyhandler.cxx @@ -41,7 +41,7 @@ #include <tools/debug.hxx> #include <algorithm> -#include <o3tl/compat_functional.hxx> +#include <o3tl/functional.hxx> extern "C" void SAL_CALL createRegistryInfo_GenericPropertyHandler() { |