summaryrefslogtreecommitdiff
path: root/connectivity/inc
diff options
context:
space:
mode:
authorDaniel Robertson <danlrobertson89@gmail.com>2015-08-08 00:06:37 -0400
committerThorsten Behrens <Thorsten.Behrens@CIB.de>2015-08-11 22:22:05 +0000
commitf6595f0b3389ffeefa10035d915a884b02d26c0e (patch)
tree773ab4f423f1238c9e4bb8c7c305e0a01feef6de /connectivity/inc
parent7f3e313307e8c99f719654622c97fb742d728e0f (diff)
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 <Thorsten.Behrens@CIB.de> Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
Diffstat (limited to 'connectivity/inc')
-rw-r--r--connectivity/inc/pch/precompiled_ado.hxx1
-rw-r--r--connectivity/inc/pch/precompiled_dbtools.hxx1
-rw-r--r--connectivity/inc/pch/precompiled_odbc.hxx1
3 files changed, 0 insertions, 3 deletions
diff --git a/connectivity/inc/pch/precompiled_ado.hxx b/connectivity/inc/pch/precompiled_ado.hxx
index be53e17d4281..23e8493c6afd 100644
--- a/connectivity/inc/pch/precompiled_ado.hxx
+++ b/connectivity/inc/pch/precompiled_ado.hxx
@@ -53,7 +53,6 @@
#include <cppuhelper/typeprovider.hxx>
#include <limits>
#include <memory>
-#include <o3tl/compat_functional.hxx>
#include <osl/diagnose.h>
#include <osl/file.hxx>
#include <osl/thread.h>
diff --git a/connectivity/inc/pch/precompiled_dbtools.hxx b/connectivity/inc/pch/precompiled_dbtools.hxx
index b6f089582fdf..2bc28f6df7dd 100644
--- a/connectivity/inc/pch/precompiled_dbtools.hxx
+++ b/connectivity/inc/pch/precompiled_dbtools.hxx
@@ -147,7 +147,6 @@
#include <i18nlangtag/mslangid.hxx>
#include <iomanip>
#include <iterator>
-#include <o3tl/compat_functional.hxx>
#include <osl/diagnose.h>
#include <rtl/digest.h>
#include <rtl/math.hxx>
diff --git a/connectivity/inc/pch/precompiled_odbc.hxx b/connectivity/inc/pch/precompiled_odbc.hxx
index 3881b9d40f54..3cef9db625e8 100644
--- a/connectivity/inc/pch/precompiled_odbc.hxx
+++ b/connectivity/inc/pch/precompiled_odbc.hxx
@@ -42,7 +42,6 @@
#include <cppuhelper/queryinterface.hxx>
#include <cppuhelper/supportsservice.hxx>
#include <cppuhelper/typeprovider.hxx>
-#include <o3tl/compat_functional.hxx>
#include <osl/diagnose.h>
#include <osl/process.h>
#include <osl/thread.h>