diff options
author | Daniel Robertson <danlrobertson89@gmail.com> | 2015-07-31 10:24:01 -0400 |
---|---|---|
committer | David Ostrovsky <david@ostrovsky.org> | 2015-08-01 06:25:49 +0000 |
commit | 5916d5866c109b17471a9c8604635612a0aa69ae (patch) | |
tree | adcf88686cd5d0472edcd06908eb84b3e670e3d9 /chart2/inc | |
parent | b593044e9c3d549d0edda43ba00cda67e089322a (diff) |
tdf#92459 replace deprecated o3tl features
Replace all uses of deprecated features from o3tl/compat_functional.hxx
with lambda expressions.
Change-Id: I6370c80dbe675da517904e535e19bf63830c3e2c
Reviewed-on: https://gerrit.libreoffice.org/17450
Reviewed-by: David Ostrovsky <david@ostrovsky.org>
Tested-by: David Ostrovsky <david@ostrovsky.org>
Diffstat (limited to 'chart2/inc')
-rw-r--r-- | chart2/inc/pch/precompiled_chartcontroller.hxx | 1 | ||||
-rw-r--r-- | chart2/inc/pch/precompiled_chartcore.hxx | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/chart2/inc/pch/precompiled_chartcontroller.hxx b/chart2/inc/pch/precompiled_chartcontroller.hxx index f6ebf367020e..2805e0be0ad9 100644 --- a/chart2/inc/pch/precompiled_chartcontroller.hxx +++ b/chart2/inc/pch/precompiled_chartcontroller.hxx @@ -193,7 +193,6 @@ #include <map> #include <memory> #include <numeric> -#include <o3tl/compat_functional.hxx> #include <osl/diagnose.h> #include <osl/mutex.hxx> #include <rtl/instance.hxx> diff --git a/chart2/inc/pch/precompiled_chartcore.hxx b/chart2/inc/pch/precompiled_chartcore.hxx index 30ecb465e451..5bf7c8a5b45c 100644 --- a/chart2/inc/pch/precompiled_chartcore.hxx +++ b/chart2/inc/pch/precompiled_chartcore.hxx @@ -248,7 +248,6 @@ #include <iterator> #include <limits> #include <map> -#include <o3tl/compat_functional.hxx> #include <officecfg/Office/Common.hxx> #include <osl/conditn.hxx> #include <osl/diagnose.h> |