diff options
Diffstat (limited to 'chart2')
4 files changed, 4 insertions, 4 deletions
diff --git a/chart2/source/controller/accessibility/AccessibleBase.cxx b/chart2/source/controller/accessibility/AccessibleBase.cxx index d092640d0ea2..c14f9da137c2 100644 --- a/chart2/source/controller/accessibility/AccessibleBase.cxx +++ b/chart2/source/controller/accessibility/AccessibleBase.cxx @@ -48,7 +48,7 @@ #include <vcl/window.hxx> #include <vcl/graph.hxx> #include <vcl/settings.hxx> -#include <o3tl/compat_functional.hxx> +#include <o3tl/functional.hxx> #include <algorithm> diff --git a/chart2/source/controller/chartapiwrapper/ChartDocumentWrapper.cxx b/chart2/source/controller/chartapiwrapper/ChartDocumentWrapper.cxx index d89abccf42ae..d356bea89e82 100644 --- a/chart2/source/controller/chartapiwrapper/ChartDocumentWrapper.cxx +++ b/chart2/source/controller/chartapiwrapper/ChartDocumentWrapper.cxx @@ -66,7 +66,7 @@ #include <vector> #include <algorithm> #include <functional> -#include <o3tl/compat_functional.hxx> +#include <o3tl/functional.hxx> using namespace ::com::sun::star; using namespace ::com::sun::star::chart; 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 { diff --git a/chart2/source/model/template/ChartTypeManager.cxx b/chart2/source/model/template/ChartTypeManager.cxx index 69218d1ef702..f166c6d39f0b 100644 --- a/chart2/source/model/template/ChartTypeManager.cxx +++ b/chart2/source/model/template/ChartTypeManager.cxx @@ -45,7 +45,7 @@ #include <algorithm> #include <iterator> #include <functional> -#include <o3tl/compat_functional.hxx> +#include <o3tl/functional.hxx> using namespace ::com::sun::star; |