summaryrefslogtreecommitdiff
path: root/dbaccess
diff options
context:
space:
mode:
authorThorsten Behrens <Thorsten.Behrens@CIB.de>2015-08-17 14:40:17 +0200
committerThorsten Behrens <Thorsten.Behrens@CIB.de>2015-08-17 16:38:30 +0000
commitad1f0d1f1a195a00cf2ec2848745fdc6186bfbb1 (patch)
treecaff9162236ce0271dabf7bbb0c9fbb3673092d6 /dbaccess
parent9c4d75bea581266ccfc186da4db2c04901c9f862 (diff)
o3tl: rename compat_functional header
After the cleanup, the stuff there really stands on its own (and the remaining usage of select1st/2nd is more descriptive than lambdas). Change-Id: I0aba131d5dc550189f8130d167dc94167e404540 Reviewed-on: https://gerrit.libreoffice.org/17806 Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de> Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
Diffstat (limited to 'dbaccess')
-rw-r--r--dbaccess/source/core/dataaccess/documentevents.cxx2
-rw-r--r--dbaccess/source/ui/browser/genericcontroller.cxx2
-rw-r--r--dbaccess/source/ui/dlg/DbAdminImpl.cxx2
3 files changed, 3 insertions, 3 deletions
diff --git a/dbaccess/source/core/dataaccess/documentevents.cxx b/dbaccess/source/core/dataaccess/documentevents.cxx
index 40c0d18ff07b..c4e947a29be6 100644
--- a/dbaccess/source/core/dataaccess/documentevents.cxx
+++ b/dbaccess/source/core/dataaccess/documentevents.cxx
@@ -26,7 +26,7 @@
#include <algorithm>
#include <functional>
-#include <o3tl/compat_functional.hxx>
+#include <o3tl/functional.hxx>
namespace dbaccess
{
diff --git a/dbaccess/source/ui/browser/genericcontroller.cxx b/dbaccess/source/ui/browser/genericcontroller.cxx
index a290a0b52842..5a9fd7386290 100644
--- a/dbaccess/source/ui/browser/genericcontroller.cxx
+++ b/dbaccess/source/ui/browser/genericcontroller.cxx
@@ -58,7 +58,7 @@
#include <com/sun/star/util/XModifiable.hpp>
#include <rtl/ustring.hxx>
#include <algorithm>
-#include <o3tl/compat_functional.hxx>
+#include <o3tl/functional.hxx>
#include <boost/scoped_ptr.hpp>
#include <cppuhelper/implbase1.hxx>
#include <limits>
diff --git a/dbaccess/source/ui/dlg/DbAdminImpl.cxx b/dbaccess/source/ui/dlg/DbAdminImpl.cxx
index 2fe9262d62fd..f32ae287b909 100644
--- a/dbaccess/source/ui/dlg/DbAdminImpl.cxx
+++ b/dbaccess/source/ui/dlg/DbAdminImpl.cxx
@@ -70,7 +70,7 @@
#include <algorithm>
#include <functional>
-#include <o3tl/compat_functional.hxx>
+#include <o3tl/functional.hxx>
namespace dbaui
{