From f6595f0b3389ffeefa10035d915a884b02d26c0e Mon Sep 17 00:00:00 2001 From: Daniel Robertson Date: Sat, 8 Aug 2015 00:06:37 -0400 Subject: tdf#92459 remove o3tl/compat_functional.hxx Replace all uses of deprecated features from the o3tl included in compat_functional.hxx with lambda expressions in connectivity and reportdesign. The patch should not cause any side effects. The change is largely cosmetic. Change-Id: I2042b91bf0fa2b47cce9ea11c97fa4ca6734c5e2 Reviewed-on: https://gerrit.libreoffice.org/17588 Reviewed-by: Thorsten Behrens Tested-by: Thorsten Behrens --- reportdesign/inc/pch/precompiled_rpt.hxx | 1 - reportdesign/inc/pch/precompiled_rptui.hxx | 1 - 2 files changed, 2 deletions(-) (limited to 'reportdesign/inc') diff --git a/reportdesign/inc/pch/precompiled_rpt.hxx b/reportdesign/inc/pch/precompiled_rpt.hxx index 5c3dee69aa8c..cdf0f861d92f 100644 --- a/reportdesign/inc/pch/precompiled_rpt.hxx +++ b/reportdesign/inc/pch/precompiled_rpt.hxx @@ -151,7 +151,6 @@ #include #include #include -#include #include #include #include diff --git a/reportdesign/inc/pch/precompiled_rptui.hxx b/reportdesign/inc/pch/precompiled_rptui.hxx index 00268a8a1ea2..712651d84caa 100644 --- a/reportdesign/inc/pch/precompiled_rptui.hxx +++ b/reportdesign/inc/pch/precompiled_rptui.hxx @@ -202,7 +202,6 @@ #include #include #include -#include #include #include #include -- cgit