diff options
author | Daniel Robertson <danlrobertson89@gmail.com> | 2015-08-02 20:12:35 -0400 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2015-08-03 06:48:14 +0000 |
commit | 7339c360ef55fdde99907e1e34a231386ebc534e (patch) | |
tree | 18c01076437b62e6c12b1a3d03a4029e9a86d6e9 /dbaccess/inc | |
parent | 2660d24a07866e083c5135ea263030f3e3a2e729 (diff) |
tdf92459 replace select1st/2nd in dbaccess
Replace all uses of deprecated features in the o3tl with lambda
expressions in dbaccess.
Change-Id: I865bb5db5257e985a0eed0110874d6b29892fcfb
Reviewed-on: https://gerrit.libreoffice.org/17483
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'dbaccess/inc')
-rw-r--r-- | dbaccess/inc/pch/precompiled_dba.hxx | 1 | ||||
-rw-r--r-- | dbaccess/inc/pch/precompiled_dbu.hxx | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/dbaccess/inc/pch/precompiled_dba.hxx b/dbaccess/inc/pch/precompiled_dba.hxx index d097d7933c88..0e5c763eb7b0 100644 --- a/dbaccess/inc/pch/precompiled_dba.hxx +++ b/dbaccess/inc/pch/precompiled_dba.hxx @@ -309,7 +309,6 @@ #include <limits> #include <list> #include <map> -#include <o3tl/compat_functional.hxx> #include <osl/diagnose.h> #include <osl/file.hxx> #include <osl/mutex.hxx> diff --git a/dbaccess/inc/pch/precompiled_dbu.hxx b/dbaccess/inc/pch/precompiled_dbu.hxx index 89f563bc8446..9a4fa62e8577 100644 --- a/dbaccess/inc/pch/precompiled_dbu.hxx +++ b/dbaccess/inc/pch/precompiled_dbu.hxx @@ -349,7 +349,6 @@ #include <map> #include <math.h> #include <memory> -#include <o3tl/compat_functional.hxx> #include <osl/diagnose.h> #include <osl/file.hxx> #include <osl/mutex.hxx> |