summaryrefslogtreecommitdiff
path: root/basctl
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 /basctl
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 'basctl')
-rw-r--r--basctl/inc/pch/precompiled_basctl.hxx2
-rw-r--r--basctl/source/dlged/dlgedobj.cxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/basctl/inc/pch/precompiled_basctl.hxx b/basctl/inc/pch/precompiled_basctl.hxx
index ec4fc389b80b..0ae4276e9169 100644
--- a/basctl/inc/pch/precompiled_basctl.hxx
+++ b/basctl/inc/pch/precompiled_basctl.hxx
@@ -112,7 +112,7 @@
#include <framework/documentundoguard.hxx>
#include <initializer_list>
#include <map>
-#include <o3tl/compat_functional.hxx>
+#include <o3tl/functional.hxx>
#include <officecfg/Office/Common.hxx>
#include <osl/diagnose.h>
#include <osl/file.hxx>
diff --git a/basctl/source/dlged/dlgedobj.cxx b/basctl/source/dlged/dlgedobj.cxx
index f43879cc469e..9e4ab9b5c00f 100644
--- a/basctl/source/dlged/dlgedobj.cxx
+++ b/basctl/source/dlged/dlgedobj.cxx
@@ -39,7 +39,7 @@
#include <com/sun/star/lang/WrappedTargetRuntimeException.hpp>
#include <com/sun/star/script/XScriptEventsSupplier.hpp>
#include <com/sun/star/table/CellAddress.hpp>
-#include <o3tl/compat_functional.hxx>
+#include <o3tl/functional.hxx>
#include <unotools/sharedunocomponent.hxx>
#include <vcl/svapp.hxx>