summaryrefslogtreecommitdiff
path: root/connectivity/source/manager/mdrivermanager.cxx
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/source/manager/mdrivermanager.cxx
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/source/manager/mdrivermanager.cxx')
-rw-r--r--connectivity/source/manager/mdrivermanager.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/connectivity/source/manager/mdrivermanager.cxx b/connectivity/source/manager/mdrivermanager.cxx
index 4b4ad1be7502..bf4d4df9f4ba 100644
--- a/connectivity/source/manager/mdrivermanager.cxx
+++ b/connectivity/source/manager/mdrivermanager.cxx
@@ -36,8 +36,6 @@
#include <iterator>
#include <vector>
-#include <o3tl/compat_functional.hxx>
-
namespace drivermanager
{